diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aaac406..b684ffa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.9' ] + python-version: [ "3.11", "3.7" ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9' ] + python-version: [ "3.11", "3.7" ] steps: diff --git a/.gitignore b/.gitignore index 92a59e8..2f323e3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ notebooks/api-key.txt .venv .tox/ .coverage +.DS_Store diff --git a/docs/conf.py b/docs/conf.py index afb358d..ce398bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,12 +8,13 @@ from datetime import date from prefixmaps import __version__ + # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'prefixmaps' +project = "prefixmaps" copyright = f"{date.today().year}, Chris Mungall" -author = 'Chris Mungall' +author = "Chris Mungall" release = __version__ # -- General configuration --------------------------------------------------- @@ -25,7 +26,7 @@ "sphinx_rtd_theme", "sphinx_click", "sphinx_autodoc_typehints", - "myst_parser" + "myst_parser", ] # generate autosummary pages @@ -46,19 +47,19 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] -templates_path = ['_templates'] +templates_path = ["_templates"] source_suffix = { - '.rst': 'restructuredtext', - '.txt': 'markdown', - '.md': 'markdown', + ".rst": "restructuredtext", + ".txt": "markdown", + ".md": "markdown", } # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"] # The name of an image file (relative to this directory) to place at the top # of the sidebar. diff --git a/poetry.lock b/poetry.lock index 4dc69d3..fa6a409 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,10 @@ [[package]] name = "alabaster" -version = "0.7.12" +version = "0.7.13" description = "A configurable sidebar-enabled Sphinx theme" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.6" [[package]] name = "antlr4-python3-runtime" @@ -36,32 +36,33 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "attrs" -version = "22.1.0" +version = "22.2.0" description = "Classes Without Boilerplate" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.extras] -dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"] -docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] -tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"] -tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] +cov = ["attrs[tests]", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"] +dev = ["attrs[docs,tests]"] +docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope.interface"] +tests = ["attrs[tests-no-zope]", "zope.interface"] +tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy (>=0.971,<0.990)", "mypy (>=0.971,<0.990)", "pympler", "pympler", "pytest (>=4.3.0)", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-mypy-plugins", "pytest-xdist[psutil]", "pytest-xdist[psutil]"] [[package]] name = "babel" -version = "2.11.0" +version = "2.12.1" description = "Internationalization utilities" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] -pytz = ">=2015.7" +pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""} [[package]] name = "beautifulsoup4" -version = "4.11.1" +version = "4.11.2" description = "Screen-scraping library" category = "main" optional = false @@ -76,30 +77,30 @@ lxml = ["lxml"] [[package]] name = "bioregistry" -version = "0.5.143" +version = "0.8.6" description = "Integrated registry of biological databases and nomenclatures" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] click = "*" -curies = "*" -more-click = "*" +curies = ">=0.5.1" +more-click = ">=0.1.2" pydantic = "*" pystow = ">=0.1.13" requests = "*" tqdm = "*" [package.extras] -align = ["beautifulsoup4", "class-resolver", "defusedxml", "pyyaml", "tabulate"] -charts = ["matplotlib", "matplotlib-venn", "pandas", "seaborn"] -docs = ["autodoc-pydantic", "sphinx", "sphinx-autodoc-typehints", "sphinx-automodapi", "sphinx-click", "sphinx-rtd-theme"] +align = ["beautifulsoup4", "class-resolver", "defusedxml", "fairsharing-client (>=0.1.0)", "pyyaml", "tabulate"] +charts = ["jinja2", "matplotlib", "matplotlib-venn", "pandas", "seaborn"] +docs = ["autodoc-pydantic", "sphinx", "sphinx-autodoc-typehints (==1.21.1)", "sphinx-automodapi", "sphinx-click", "sphinx-rtd-theme"] export = ["ndex2", "pyyaml", "rdflib", "rdflib-jsonld"] gha = ["more-itertools"] -health = ["click-default-group", "pandas", "pyyaml", "tabulate"] +health = ["click-default-group", "jinja2", "pandas", "pyyaml", "tabulate"] tests = ["coverage", "more-itertools", "pytest"] -web = ["bootstrap-flask (<=2.0.0)", "flasgger", "flask", "markdown", "pyyaml", "rdflib", "rdflib-jsonld"] +web = ["bootstrap-flask (<=2.0.0)", "fastapi", "flasgger", "flask", "markdown", "pyyaml", "rdflib", "rdflib-endpoint", "rdflib-jsonld", "uvicorn"] [[package]] name = "cached-property" @@ -111,7 +112,7 @@ python-versions = "*" [[package]] name = "certifi" -version = "2022.9.24" +version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -130,22 +131,19 @@ rdflib = ">=0.4.2" [[package]] name = "chardet" -version = "5.0.0" +version = "5.1.0" description = "Universal encoding detector for Python 3" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [[package]] name = "charset-normalizer" -version = "2.1.1" +version = "3.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." category = "main" optional = false -python-versions = ">=3.6.0" - -[package.extras] -unicode-backport = ["unicodedata2"] +python-versions = ">=3.7.0" [[package]] name = "click" @@ -180,7 +178,7 @@ toml = ["tomli"] [[package]] name = "curies" -version = "0.4.0" +version = "0.5.3" description = "Idiomatic conversion between URIs and compact URIs (CURIEs)." category = "main" optional = false @@ -193,7 +191,10 @@ requests = "*" [package.extras] bioregistry = ["bioregistry (>=0.5.136)"] docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-automodapi", "sphinx-rtd-theme"] +fastapi = ["defusedxml", "fastapi", "httpx", "python-multipart", "uvicorn"] +flask = ["defusedxml", "flask"] pandas = ["pandas"] +rdflib = ["rdflib"] tests = ["coverage", "pytest"] [[package]] @@ -228,7 +229,7 @@ python-versions = "*" [[package]] name = "docutils" -version = "0.17.1" +version = "0.18.1" description = "Docutils -- Python Documentation Utilities" category = "main" optional = false @@ -244,15 +245,15 @@ python-versions = ">=3.6" [[package]] name = "filelock" -version = "3.8.0" +version = "3.9.1" description = "A platform independent file lock." category = "dev" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo (>=2022.6.21)", "sphinx (>=5.1.1)", "sphinx-autodoc-typehints (>=1.19.1)"] -testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2022.12.7)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.2.1)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)"] [[package]] name = "fqdn" @@ -267,7 +268,7 @@ cached-property = {version = ">=1.3.0", markers = "python_version < \"3.8\""} [[package]] name = "furo" -version = "2022.9.29" +version = "2022.12.7" description = "A clean customisable Sphinx documentation theme." category = "main" optional = false @@ -276,7 +277,7 @@ python-versions = ">=3.7" [package.dependencies] beautifulsoup4 = "*" pygments = ">=2.7" -sphinx = ">=4.0,<6.0" +sphinx = ">=5.0,<7.0" sphinx-basic-ng = "*" [[package]] @@ -296,7 +297,7 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>= name = "greenlet" version = "2.0.1" description = "Lightweight in-process concurrent programming" -category = "dev" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" @@ -330,7 +331,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "importlib-metadata" -version = "5.1.0" +version = "6.0.0" description = "Read metadata from Python packages" category = "main" optional = false @@ -341,13 +342,13 @@ typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} zipp = ">=0.5" [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] perf = ["ipython"] testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"] [[package]] name = "importlib-resources" -version = "5.10.0" +version = "5.12.0" description = "Read resources from Python packages" category = "dev" optional = false @@ -357,7 +358,7 @@ python-versions = ">=3.7" zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [[package]] @@ -489,7 +490,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "linkml" -version = "1.3.14" +version = "1.4.8" description = "Linked Open Data Modeling Language" category = "dev" optional = false @@ -505,7 +506,7 @@ jinja2 = ">=3.1.0" jsonasobj2 = ">=1.0.3,<2.0.0" jsonschema = {version = ">=4.0.0", extras = ["format"]} linkml-dataops = "*" -linkml-runtime = ">=1.3,<1.4" +linkml-runtime = ">=1,<2" myst-parser = "*" openpyxl = "*" parse = "*" @@ -545,7 +546,7 @@ linkml-runtime = ">=1.1.6" [[package]] name = "linkml-runtime" -version = "1.3.7" +version = "1.4.0" description = "Runtime environment for LinkML, the Linked open data modeling language" category = "dev" optional = false @@ -565,7 +566,7 @@ requests = "*" [[package]] name = "markdown-it-py" -version = "2.1.0" +version = "2.2.0" description = "Python port of markdown-it. Markdown parsing, done right!" category = "main" optional = false @@ -576,10 +577,10 @@ mdurl = ">=0.1,<1.0" typing_extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""} [package.extras] -benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"] -code-style = ["pre-commit (==2.6)"] -compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"] -linkify = ["linkify-it-py (>=1.0,<2.0)"] +benchmarking = ["psutil", "pytest", "pytest-benchmark"] +code-style = ["pre-commit (>=3.0,<4.0)"] +compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"] +linkify = ["linkify-it-py (>=1,<3)"] plugins = ["mdit-py-plugins"] profiling = ["gprof2dot"] rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] @@ -587,7 +588,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] [[package]] name = "markupsafe" -version = "2.1.1" +version = "2.1.2" description = "Safely add untrusted strings to HTML/XML markup." category = "main" optional = false @@ -595,7 +596,7 @@ python-versions = ">=3.7" [[package]] name = "mdit-py-plugins" -version = "0.3.1" +version = "0.3.5" description = "Collection of plugins for markdown-it-py" category = "main" optional = false @@ -619,7 +620,7 @@ python-versions = ">=3.7" [[package]] name = "more-click" -version = "0.1.1" +version = "0.1.2" description = "More click." category = "main" optional = false @@ -628,9 +629,12 @@ python-versions = ">=3.7" [package.dependencies] click = "*" +[package.extras] +tests = ["coverage", "pytest"] + [[package]] name = "more-itertools" -version = "9.0.0" +version = "9.1.0" description = "More routines for operating on iterables, beyond itertools" category = "dev" optional = false @@ -661,7 +665,7 @@ testing = ["beautifulsoup4", "coverage[toml]", "pytest (>=6,<7)", "pytest-cov", [[package]] name = "openpyxl" -version = "3.0.10" +version = "3.1.2" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" category = "dev" optional = false @@ -672,14 +676,11 @@ et-xmlfile = "*" [[package]] name = "packaging" -version = "21.3" +version = "23.0" description = "Core utilities for Python packages" category = "main" optional = false -python-versions = ">=3.6" - -[package.dependencies] -pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" +python-versions = ">=3.7" [[package]] name = "parse" @@ -707,15 +708,18 @@ python-versions = ">=3.6" [[package]] name = "platformdirs" -version = "2.5.4" +version = "3.1.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "dev" optional = false python-versions = ">=3.7" +[package.dependencies] +typing-extensions = {version = ">=4.4", markers = "python_version < \"3.8\""} + [package.extras] -docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"] -test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] +docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] [[package]] name = "pluggy" @@ -763,14 +767,14 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "pydantic" -version = "1.10.2" +version = "1.10.6" description = "Data validation and settings management using python type hints" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] -typing-extensions = ">=4.1.0" +typing-extensions = ">=4.2.0" [package.extras] dotenv = ["python-dotenv (>=0.10.4)"] @@ -778,7 +782,7 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pygments" -version = "2.13.0" +version = "2.14.0" description = "Pygments is a syntax highlighting package written in Python." category = "main" optional = false @@ -812,7 +816,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyrsistent" -version = "0.19.2" +version = "0.19.3" description = "Persistent/Functional/Immutable data structures" category = "dev" optional = false @@ -855,7 +859,7 @@ shexjsg = ">=0.8.1" [[package]] name = "pystow" -version = "0.4.7" +version = "0.5.0" description = "Easily pick a place to store data for your python package." category = "main" optional = false @@ -933,7 +937,7 @@ sortedcontainers = "*" [[package]] name = "pytz" -version = "2022.6" +version = "2022.7.1" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -994,7 +998,7 @@ rdflib-jsonld = "0.6.1" [[package]] name = "requests" -version = "2.28.1" +version = "2.28.2" description = "Python HTTP for Humans." category = "main" optional = false @@ -1002,7 +1006,7 @@ python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<3" +charset-normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" @@ -1054,14 +1058,14 @@ python-versions = ">=3.5" [[package]] name = "setuptools" -version = "65.6.3" +version = "67.6.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" category = "main" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] @@ -1102,11 +1106,11 @@ python-versions = "*" [[package]] name = "soupsieve" -version = "2.3.2.post1" +version = "2.4" description = "A modern CSS selector implementation for Beautiful Soup." category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [[package]] name = "sparqlslurper" @@ -1173,7 +1177,7 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.19.5" +version = "1.21.0" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "main" optional = false @@ -1188,6 +1192,22 @@ docs = ["furo (>=2022.9.29)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.1 testing = ["covdefaults (>=2.2)", "coverage (>=6.5)", "diff-cover (>=7.0.1)", "nptyping (>=2.3.1)", "pytest (>=7.2)", "pytest-cov (>=4)", "sphobjinv (>=2.2.2)", "typing-extensions (>=4.4)"] type-comment = ["typed-ast (>=1.5.4)"] +[[package]] +name = "sphinx-autodoc-typehints" +version = "1.22" +description = "Type hints (PEP 484) support for the Sphinx autodoc extension" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +sphinx = ">=5.3" + +[package.extras] +docs = ["furo (>=2022.12.7)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.21)"] +testing = ["covdefaults (>=2.2.2)", "coverage (>=7.0.5)", "diff-cover (>=7.3)", "nptyping (>=2.4.1)", "pytest (>=7.2.1)", "pytest-cov (>=4)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.4)"] +type-comment = ["typed-ast (>=1.5.4)"] + [[package]] name = "sphinx-basic-ng" version = "1.0.0b1" @@ -1204,7 +1224,7 @@ docs = ["furo", "ipython", "myst-parser", "sphinx-copybutton", "sphinx-inline-ta [[package]] name = "sphinx-click" -version = "4.3.0" +version = "4.4.0" description = "Sphinx extension that automatically documents click applications" category = "main" optional = false @@ -1217,15 +1237,16 @@ sphinx = ">=2.0" [[package]] name = "sphinx-rtd-theme" -version = "1.1.1" +version = "1.2.0" description = "Read the Docs theme for Sphinx" category = "main" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" [package.dependencies] -docutils = "<0.18" -sphinx = ">=1.6,<6" +docutils = "<0.19" +sphinx = ">=1.6,<7" +sphinxcontrib-jquery = {version = ">=2.0.0,<3.0.0 || >3.0.0", markers = "python_version > \"3\""} [package.extras] dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] @@ -1266,6 +1287,17 @@ python-versions = ">=3.6" lint = ["docutils-stubs", "flake8", "mypy"] test = ["html5lib", "pytest"] +[[package]] +name = "sphinxcontrib-jquery" +version = "4.1" +description = "Extension to include jQuery on newer Sphinx releases" +category = "main" +optional = false +python-versions = ">=2.7" + +[package.dependencies] +Sphinx = ">=1.8" + [[package]] name = "sphinxcontrib-jsmath" version = "1.0.1" @@ -1318,36 +1350,39 @@ test = ["Sphinx", "pytest", "sqlalchemy", "whoosh"] [[package]] name = "sqlalchemy" -version = "1.4.44" +version = "2.0.6" description = "Database Abstraction Library" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +python-versions = ">=3.7" [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} +greenlet = {version = "!=0.4.17", markers = "platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\""} importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} +typing-extensions = ">=4.2.0" [package.extras] aiomysql = ["aiomysql", "greenlet (!=0.4.17)"] -aiosqlite = ["aiosqlite", "greenlet (!=0.4.17)", "typing_extensions (!=3.10.0.1)"] +aiosqlite = ["aiosqlite", "greenlet (!=0.4.17)", "typing-extensions (!=3.10.0.1)"] asyncio = ["greenlet (!=0.4.17)"] -asyncmy = ["asyncmy (>=0.2.3,!=0.2.4)", "greenlet (!=0.4.17)"] -mariadb-connector = ["mariadb (>=1.0.1,!=1.1.2)"] +asyncmy = ["asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)", "greenlet (!=0.4.17)"] +mariadb-connector = ["mariadb (>=1.0.1,!=1.1.2,!=1.1.5)"] mssql = ["pyodbc"] mssql-pymssql = ["pymssql"] mssql-pyodbc = ["pyodbc"] -mypy = ["mypy (>=0.910)", "sqlalchemy2-stubs"] -mysql = ["mysqlclient (>=1.4.0)", "mysqlclient (>=1.4.0,<2)"] +mypy = ["mypy (>=0.910)"] +mysql = ["mysqlclient (>=1.4.0)"] mysql-connector = ["mysql-connector-python"] -oracle = ["cx_oracle (>=7)", "cx_oracle (>=7,<8)"] +oracle = ["cx-oracle (>=7)"] +oracle-oracledb = ["oracledb (>=1.0.1)"] postgresql = ["psycopg2 (>=2.7)"] postgresql-asyncpg = ["asyncpg", "greenlet (!=0.4.17)"] -postgresql-pg8000 = ["pg8000 (>=1.16.6,!=1.29.0)"] +postgresql-pg8000 = ["pg8000 (>=1.29.1)"] +postgresql-psycopg = ["psycopg (>=3.0.7)"] postgresql-psycopg2binary = ["psycopg2-binary"] postgresql-psycopg2cffi = ["psycopg2cffi"] -pymysql = ["pymysql", "pymysql (<1)"] -sqlcipher = ["sqlcipher3_binary"] +pymysql = ["pymysql"] +sqlcipher = ["sqlcipher3-binary"] [[package]] name = "tomli" @@ -1359,7 +1394,7 @@ python-versions = ">=3.7" [[package]] name = "tox" -version = "3.27.1" +version = "3.28.0" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -1382,11 +1417,11 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu [[package]] name = "tqdm" -version = "4.64.1" +version = "4.65.0" description = "Fast, Extensible Progress Meter" category = "main" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = ">=3.7" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} @@ -1399,7 +1434,7 @@ telegram = ["requests"] [[package]] name = "typing-extensions" -version = "4.4.0" +version = "4.5.0" description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false @@ -1418,7 +1453,7 @@ dev = ["flake8 (<4.0.0)", "flake8-annotations", "flake8-bugbear", "flake8-commas [[package]] name = "urllib3" -version = "1.26.13" +version = "1.26.15" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false @@ -1431,25 +1466,25 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "virtualenv" -version = "20.17.0" +version = "20.21.0" description = "Virtual Python Environment builder" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] distlib = ">=0.3.6,<1" filelock = ">=3.4.1,<4" importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.8\""} -platformdirs = ">=2.4,<3" +platformdirs = ">=2.4,<4" [package.extras] -docs = ["proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-argparse (>=0.3.2)", "sphinx-rtd-theme (>=1)", "towncrier (>=22.8)"] -testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=21.3)", "pytest (>=7.0.1)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.6.1)", "pytest-randomly (>=3.10.3)", "pytest-timeout (>=2.1)"] +docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=22.12)"] +test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23)", "pytest (>=7.2.1)", "pytest-env (>=0.8.1)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.10)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)"] [[package]] name = "watchdog" -version = "2.1.9" +version = "2.3.1" description = "Filesystem events monitoring" category = "dev" optional = false @@ -1460,7 +1495,7 @@ watchmedo = ["PyYAML (>=3.10)"] [[package]] name = "wcwidth" -version = "0.2.5" +version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" category = "dev" optional = false @@ -1476,7 +1511,7 @@ python-versions = ">=3.7" [[package]] name = "wrapt" -version = "1.14.1" +version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." category = "dev" optional = false @@ -1484,15 +1519,15 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [[package]] name = "zipp" -version = "3.11.0" +version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "main" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"] -testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [extras] docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinx-click", "myst-parser"] @@ -1501,12 +1536,12 @@ refresh = ["requests", "bioregistry", "rdflib"] [metadata] lock-version = "1.1" python-versions = "^3.7.6" -content-hash = "74bf394147bd38415cd9915f3c14c5d0c910b5aab013b7567a6738153f5678ef" +content-hash = "fa65b511351767a146703550378a7e2d15c6a8ce1766eace489cea0b876bf1ca" [metadata.files] alabaster = [ - {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"}, - {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, + {file = "alabaster-0.7.13-py3-none-any.whl", hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3"}, + {file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"}, ] antlr4-python3-runtime = [ {file = "antlr4-python3-runtime-4.9.3.tar.gz", hash = "sha256:f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b"}, @@ -1519,39 +1554,112 @@ atomicwrites = [ {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, ] attrs = [ - {file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"}, - {file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, + {file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"}, + {file = "attrs-22.2.0.tar.gz", hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"}, ] babel = [ - {file = "Babel-2.11.0-py3-none-any.whl", hash = "sha256:1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe"}, - {file = "Babel-2.11.0.tar.gz", hash = "sha256:5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6"}, + {file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610"}, + {file = "Babel-2.12.1.tar.gz", hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"}, ] beautifulsoup4 = [ - {file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"}, - {file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"}, + {file = "beautifulsoup4-4.11.2-py3-none-any.whl", hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39"}, + {file = "beautifulsoup4-4.11.2.tar.gz", hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106"}, ] bioregistry = [ - {file = "bioregistry-0.5.143-py3-none-any.whl", hash = "sha256:70e0221fae09bf3aa47799a8bfb592d42d95d6a2df4924ce10dfe40cc294150e"}, - {file = "bioregistry-0.5.143.tar.gz", hash = "sha256:15e2beb3a7d53fa81abbf0339762fcec59f7ba5a1ac219f2c247e04c3eaa8007"}, + {file = "bioregistry-0.8.6-py3-none-any.whl", hash = "sha256:725c3a208cf25be66060c53c2ae07d0d994567359db4c56144fafdbe8c359543"}, + {file = "bioregistry-0.8.6.tar.gz", hash = "sha256:f435beaf5beb91c72768046ae7802887f39882483f66d6104733af8a482e40c5"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, {file = "cached_property-1.5.2-py2.py3-none-any.whl", hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0"}, ] certifi = [ - {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, - {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, + {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, + {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, ] cfgraph = [ {file = "CFGraph-0.2.1.tar.gz", hash = "sha256:b57fe7044a10b8ff65aa3a8a8ddc7d4cd77bf511b42e57289cd52cbc29f8fe74"}, ] chardet = [ - {file = "chardet-5.0.0-py3-none-any.whl", hash = "sha256:d3e64f022d254183001eccc5db4040520c0f23b1a3f33d6413e099eb7f126557"}, - {file = "chardet-5.0.0.tar.gz", hash = "sha256:0368df2bfd78b5fc20572bb4e9bb7fb53e2c094f60ae9993339e8671d0afb8aa"}, + {file = "chardet-5.1.0-py3-none-any.whl", hash = "sha256:362777fb014af596ad31334fde1e8c327dfdb076e1960d1694662d46a6917ab9"}, + {file = "chardet-5.1.0.tar.gz", hash = "sha256:0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5"}, ] charset-normalizer = [ - {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, - {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"}, + {file = "charset-normalizer-3.1.0.tar.gz", hash = "sha256:34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e0ac8959c929593fee38da1c2b64ee9778733cdf03c482c9ff1d508b6b593b2b"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d7fc3fca01da18fbabe4625d64bb612b533533ed10045a2ac3dd194bfa656b60"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:04eefcee095f58eaabe6dc3cc2262f3bcd776d2c67005880894f447b3f2cb9c1"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20064ead0717cf9a73a6d1e779b23d149b53daf971169289ed2ed43a71e8d3b0"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1435ae15108b1cb6fffbcea2af3d468683b7afed0169ad718451f8db5d1aff6f"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c84132a54c750fda57729d1e2599bb598f5fa0344085dbde5003ba429a4798c0"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75f2568b4189dda1c567339b48cba4ac7384accb9c2a7ed655cd86b04055c795"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:11d3bcb7be35e7b1bba2c23beedac81ee893ac9871d0ba79effc7fc01167db6c"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:891cf9b48776b5c61c700b55a598621fdb7b1e301a550365571e9624f270c203"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:5f008525e02908b20e04707a4f704cd286d94718f48bb33edddc7d7b584dddc1"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:b06f0d3bf045158d2fb8837c5785fe9ff9b8c93358be64461a1089f5da983137"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:49919f8400b5e49e961f320c735388ee686a62327e773fa5b3ce6721f7e785ce"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:22908891a380d50738e1f978667536f6c6b526a2064156203d418f4856d6e86a"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-win32.whl", hash = "sha256:12d1a39aa6b8c6f6248bb54550efcc1c38ce0d8096a146638fd4738e42284448"}, + {file = "charset_normalizer-3.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:65ed923f84a6844de5fd29726b888e58c62820e0769b76565480e1fdc3d062f8"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9a3267620866c9d17b959a84dd0bd2d45719b817245e49371ead79ed4f710d19"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6734e606355834f13445b6adc38b53c0fd45f1a56a9ba06c2058f86893ae8017"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f8303414c7b03f794347ad062c0516cee0e15f7a612abd0ce1e25caf6ceb47df"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aaf53a6cebad0eae578f062c7d462155eada9c172bd8c4d250b8c1d8eb7f916a"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3dc5b6a8ecfdc5748a7e429782598e4f17ef378e3e272eeb1340ea57c9109f41"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e1b25e3ad6c909f398df8921780d6a3d120d8c09466720226fc621605b6f92b1"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0ca564606d2caafb0abe6d1b5311c2649e8071eb241b2d64e75a0d0065107e62"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b82fab78e0b1329e183a65260581de4375f619167478dddab510c6c6fb04d9b6"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:bd7163182133c0c7701b25e604cf1611c0d87712e56e88e7ee5d72deab3e76b5"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:11d117e6c63e8f495412d37e7dc2e2fff09c34b2d09dbe2bee3c6229577818be"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:cf6511efa4801b9b38dc5546d7547d5b5c6ef4b081c60b23e4d941d0eba9cbeb"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:abc1185d79f47c0a7aaf7e2412a0eb2c03b724581139193d2d82b3ad8cbb00ac"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cb7b2ab0188829593b9de646545175547a70d9a6e2b63bf2cd87a0a391599324"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-win32.whl", hash = "sha256:c36bcbc0d5174a80d6cccf43a0ecaca44e81d25be4b7f90f0ed7bcfbb5a00909"}, + {file = "charset_normalizer-3.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:cca4def576f47a09a943666b8f829606bcb17e2bc2d5911a46c8f8da45f56755"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0c95f12b74681e9ae127728f7e5409cbbef9cd914d5896ef238cc779b8152373"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fca62a8301b605b954ad2e9c3666f9d97f63872aa4efcae5492baca2056b74ab"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac0aa6cd53ab9a31d397f8303f92c42f534693528fafbdb997c82bae6e477ad9"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c3af8e0f07399d3176b179f2e2634c3ce9c1301379a6b8c9c9aeecd481da494f"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a5fc78f9e3f501a1614a98f7c54d3969f3ad9bba8ba3d9b438c3bc5d047dd28"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:628c985afb2c7d27a4800bfb609e03985aaecb42f955049957814e0491d4006d"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:74db0052d985cf37fa111828d0dd230776ac99c740e1a758ad99094be4f1803d"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:1e8fcdd8f672a1c4fc8d0bd3a2b576b152d2a349782d1eb0f6b8e52e9954731d"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:04afa6387e2b282cf78ff3dbce20f0cc071c12dc8f685bd40960cc68644cfea6"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dd5653e67b149503c68c4018bf07e42eeed6b4e956b24c00ccdf93ac79cdff84"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d2686f91611f9e17f4548dbf050e75b079bbc2a82be565832bc8ea9047b61c8c"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-win32.whl", hash = "sha256:4155b51ae05ed47199dc5b2a4e62abccb274cee6b01da5b895099b61b1982974"}, + {file = "charset_normalizer-3.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:322102cdf1ab682ecc7d9b1c5eed4ec59657a65e1c146a0da342b78f4112db23"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e633940f28c1e913615fd624fcdd72fdba807bf53ea6925d6a588e84e1151531"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3a06f32c9634a8705f4ca9946d667609f52cf130d5548881401f1eb2c39b1e2c"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7381c66e0561c5757ffe616af869b916c8b4e42b367ab29fedc98481d1e74e14"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3573d376454d956553c356df45bb824262c397c6e26ce43e8203c4c540ee0acb"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e89df2958e5159b811af9ff0f92614dabf4ff617c03a4c1c6ff53bf1c399e0e1"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78cacd03e79d009d95635e7d6ff12c21eb89b894c354bd2b2ed0b4763373693b"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:de5695a6f1d8340b12a5d6d4484290ee74d61e467c39ff03b39e30df62cf83a0"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1c60b9c202d00052183c9be85e5eaf18a4ada0a47d188a83c8f5c5b23252f649"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f645caaf0008bacf349875a974220f1f1da349c5dbe7c4ec93048cdc785a3326"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:ea9f9c6034ea2d93d9147818f17c2a0860d41b71c38b9ce4d55f21b6f9165a11"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:80d1543d58bd3d6c271b66abf454d437a438dff01c3e62fdbcd68f2a11310d4b"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:73dc03a6a7e30b7edc5b01b601e53e7fc924b04e1835e8e407c12c037e81adbd"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6f5c2e7bc8a4bf7c426599765b1bd33217ec84023033672c1e9a8b35eaeaaaf8"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-win32.whl", hash = "sha256:12a2b561af122e3d94cdb97fe6fb2bb2b82cef0cdca131646fdb940a1eda04f0"}, + {file = "charset_normalizer-3.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:3160a0fd9754aab7d47f95a6b63ab355388d890163eb03b2d2b87ab0a30cfa59"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:38e812a197bf8e71a59fe55b757a84c1f946d0ac114acafaafaf21667a7e169e"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6baf0baf0d5d265fa7944feb9f7451cc316bfe30e8df1a61b1bb08577c554f31"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8f25e17ab3039b05f762b0a55ae0b3632b2e073d9c8fc88e89aca31a6198e88f"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3747443b6a904001473370d7810aa19c3a180ccd52a7157aacc264a5ac79265e"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b116502087ce8a6b7a5f1814568ccbd0e9f6cfd99948aa59b0e241dc57cf739f"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d16fd5252f883eb074ca55cb622bc0bee49b979ae4e8639fff6ca3ff44f9f854"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21fa558996782fc226b529fdd2ed7866c2c6ec91cee82735c98a197fae39f706"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f6c7a8a57e9405cad7485f4c9d3172ae486cfef1344b5ddd8e5239582d7355e"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ac3775e3311661d4adace3697a52ac0bab17edd166087d493b52d4f4f553f9f0"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:10c93628d7497c81686e8e5e557aafa78f230cd9e77dd0c40032ef90c18f2230"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:6f4f4668e1831850ebcc2fd0b1cd11721947b6dc7c00bf1c6bd3c929ae14f2c7"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:0be65ccf618c1e7ac9b849c315cc2e8a8751d9cfdaa43027d4f6624bd587ab7e"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:53d0a3fa5f8af98a1e261de6a3943ca631c526635eb5817a87a59d9a57ebf48f"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-win32.whl", hash = "sha256:a04f86f41a8916fe45ac5024ec477f41f886b3c435da2d4e3d2709b22ab02af1"}, + {file = "charset_normalizer-3.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:830d2948a5ec37c386d3170c483063798d7879037492540f10a475e3fd6f244b"}, + {file = "charset_normalizer-3.1.0-py3-none-any.whl", hash = "sha256:3d9098b479e78c85080c98e1e35ff40b4a31d8953102bb0fd7d1b6f8a2111a3d"}, ] click = [ {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, @@ -1614,8 +1722,8 @@ coverage = [ {file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"}, ] curies = [ - {file = "curies-0.4.0-py3-none-any.whl", hash = "sha256:e3042027344ab70b7b90307aa9160351645152c34d1ada4b0fbd121dd537bd87"}, - {file = "curies-0.4.0.tar.gz", hash = "sha256:fc235a75ff53b9f4478bb0fc1df8e2facf1c17d913895876815b14eba7f25b41"}, + {file = "curies-0.5.3-py3-none-any.whl", hash = "sha256:dbf19a3e286fb09b444d3967108086888ee00d8a3c1d6c59fef957bafef0c18f"}, + {file = "curies-0.5.3.tar.gz", hash = "sha256:6684166d0c320821c9bab392c978a482f66801921f91151a1aac3716e761e704"}, ] decorator = [ {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, @@ -1630,24 +1738,24 @@ distlib = [ {file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"}, ] docutils = [ - {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, - {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, + {file = "docutils-0.18.1-py2.py3-none-any.whl", hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c"}, + {file = "docutils-0.18.1.tar.gz", hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"}, ] et-xmlfile = [ {file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"}, {file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"}, ] filelock = [ - {file = "filelock-3.8.0-py3-none-any.whl", hash = "sha256:617eb4e5eedc82fc5f47b6d61e4d11cb837c56cb4544e39081099fa17ad109d4"}, - {file = "filelock-3.8.0.tar.gz", hash = "sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc"}, + {file = "filelock-3.9.1-py3-none-any.whl", hash = "sha256:4427cdda14a1c68e264845142842d6de2d0fa2c15ba31571a3d9c9a1ec9d191c"}, + {file = "filelock-3.9.1.tar.gz", hash = "sha256:e393782f76abea324dee598d2ea145b857a20df0e0ee4f80fcf35e72a341d2c7"}, ] fqdn = [ {file = "fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014"}, {file = "fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f"}, ] furo = [ - {file = "furo-2022.9.29-py3-none-any.whl", hash = "sha256:559ee17999c0f52728481dcf6b1b0cf8c9743e68c5e3a18cb45a7992747869a9"}, - {file = "furo-2022.9.29.tar.gz", hash = "sha256:d4238145629c623609c2deb5384f8d036e2a1ee2a101d64b67b4348112470dbd"}, + {file = "furo-2022.12.7-py3-none-any.whl", hash = "sha256:7cb76c12a25ef65db85ab0743df907573d03027a33631f17d267e598ebb191f7"}, + {file = "furo-2022.12.7.tar.gz", hash = "sha256:d8008f8efbe7587a97ba533c8b2df1f9c21ee9b3e5cad0d27f61193d38b1a986"}, ] graphviz = [ {file = "graphviz-0.20.1-py3-none-any.whl", hash = "sha256:587c58a223b51611c0cf461132da386edd896a029524ca61a1462b880bf97977"}, @@ -1728,12 +1836,12 @@ imagesize = [ {file = "imagesize-1.4.1.tar.gz", hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"}, ] importlib-metadata = [ - {file = "importlib_metadata-5.1.0-py3-none-any.whl", hash = "sha256:d84d17e21670ec07990e1044a99efe8d615d860fd176fc29ef5c306068fda313"}, - {file = "importlib_metadata-5.1.0.tar.gz", hash = "sha256:d5059f9f1e8e41f80e9c56c2ee58811450c31984dfa625329ffd7c0dad88a73b"}, + {file = "importlib_metadata-6.0.0-py3-none-any.whl", hash = "sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad"}, + {file = "importlib_metadata-6.0.0.tar.gz", hash = "sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"}, ] importlib-resources = [ - {file = "importlib_resources-5.10.0-py3-none-any.whl", hash = "sha256:ee17ec648f85480d523596ce49eae8ead87d5631ae1551f913c0100b5edd3437"}, - {file = "importlib_resources-5.10.0.tar.gz", hash = "sha256:c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668"}, + {file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"}, + {file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"}, ] isodate = [ {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"}, @@ -1777,90 +1885,100 @@ jsonschema = [ {file = "jsonschema-4.17.3.tar.gz", hash = "sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d"}, ] linkml = [ - {file = "linkml-1.3.14-py3-none-any.whl", hash = "sha256:5d0fa2499182927f89ae288d0c74d918473c457a2b65aade5ac709ede8e9f7e9"}, - {file = "linkml-1.3.14.tar.gz", hash = "sha256:709ab1539483212f947e8da655193733bb316d8aefddc22a19c71863e4bd7322"}, + {file = "linkml-1.4.8-py3-none-any.whl", hash = "sha256:d6ce88345994a5a34838ea891c32da2be90627499aa73fbfe50e1708a9841ac7"}, + {file = "linkml-1.4.8.tar.gz", hash = "sha256:668ec6c02f9ca3926c62bf0df0051ea03f4bbb3c453f8e4a0f5326e57dc8b602"}, ] linkml-dataops = [ {file = "linkml_dataops-0.1.0-py3-none-any.whl", hash = "sha256:193cf7f659e5f07946d2c2761896910d5f7151d91282543b1363801f68307f4c"}, {file = "linkml_dataops-0.1.0.tar.gz", hash = "sha256:4550eab65e78b70dc3b9c651724a94ac2b1d1edb2fbe576465f1d6951a54ed04"}, ] linkml-runtime = [ - {file = "linkml-runtime-1.3.7.tar.gz", hash = "sha256:0ad5f6a16222e057280cb9049b789ffef60f128a01e228fb02b17df0cfb7df14"}, - {file = "linkml_runtime-1.3.7-py3-none-any.whl", hash = "sha256:d5c2b879d08de46678efcb2d3d54d7b83c910e34c652520ef02db51b1486260a"}, + {file = "linkml-runtime-1.4.0.tar.gz", hash = "sha256:4359eb673eafca0b47269e9f4e959eed30181dc557fd88211771c7ef3566c03a"}, + {file = "linkml_runtime-1.4.0-py3-none-any.whl", hash = "sha256:461ad4f8029fe51532ac3e9da16f686ccdbbe79e27d09ae9b91199f42795ccb0"}, ] markdown-it-py = [ - {file = "markdown-it-py-2.1.0.tar.gz", hash = "sha256:cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da"}, - {file = "markdown_it_py-2.1.0-py3-none-any.whl", hash = "sha256:93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27"}, + {file = "markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"}, + {file = "markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30"}, ] markupsafe = [ - {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"}, - {file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"}, - {file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"}, - {file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"}, - {file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"}, - {file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:665a36ae6f8f20a4676b53224e33d456a6f5a72657d9c83c2aa00765072f31f7"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:340bea174e9761308703ae988e982005aedf427de816d1afe98147668cc03036"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22152d00bf4a9c7c83960521fc558f55a1adbc0631fbb00a9471e097b19d72e1"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28057e985dace2f478e042eaa15606c7efccb700797660629da387eb289b9323"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca244fa73f50a800cf8c3ebf7fd93149ec37f5cb9596aa8873ae2c1d23498601"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d9d971ec1e79906046aa3ca266de79eac42f1dbf3612a05dc9368125952bd1a1"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7e007132af78ea9df29495dbf7b5824cb71648d7133cf7848a2a5dd00d36f9ff"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7313ce6a199651c4ed9d7e4cfb4aa56fe923b1adf9af3b420ee14e6d9a73df65"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-win32.whl", hash = "sha256:c4a549890a45f57f1ebf99c067a4ad0cb423a05544accaf2b065246827ed9603"}, + {file = "MarkupSafe-2.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:835fb5e38fd89328e9c81067fd642b3593c33e1e17e2fdbf77f5676abb14a156"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2ec4f2d48ae59bbb9d1f9d7efb9236ab81429a764dedca114f5fdabbc3788013"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:608e7073dfa9e38a85d38474c082d4281f4ce276ac0010224eaba11e929dd53a"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65608c35bfb8a76763f37036547f7adfd09270fbdbf96608be2bead319728fcd"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2bfb563d0211ce16b63c7cb9395d2c682a23187f54c3d79bfec33e6705473c6"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:da25303d91526aac3672ee6d49a2f3db2d9502a4a60b55519feb1a4c7714e07d"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9cad97ab29dfc3f0249b483412c85c8ef4766d96cdf9dcf5a1e3caa3f3661cf1"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:085fd3201e7b12809f9e6e9bc1e5c96a368c8523fad5afb02afe3c051ae4afcc"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1bea30e9bf331f3fef67e0a3877b2288593c98a21ccb2cf29b74c581a4eb3af0"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-win32.whl", hash = "sha256:7df70907e00c970c60b9ef2938d894a9381f38e6b9db73c5be35e59d92e06625"}, + {file = "MarkupSafe-2.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:e55e40ff0cc8cc5c07996915ad367fa47da6b3fc091fdadca7f5403239c5fec3"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a6e40afa7f45939ca356f348c8e23048e02cb109ced1eb8420961b2f40fb373a"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf877ab4ed6e302ec1d04952ca358b381a882fbd9d1b07cccbfd61783561f98a"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63ba06c9941e46fa389d389644e2d8225e0e3e5ebcc4ff1ea8506dce646f8c8a"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f1cd098434e83e656abf198f103a8207a8187c0fc110306691a2e94a78d0abb2"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:55f44b440d491028addb3b88f72207d71eeebfb7b5dbf0643f7c023ae1fba619"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:a6f2fcca746e8d5910e18782f976489939d54a91f9411c32051b4aab2bd7c513"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:0b462104ba25f1ac006fdab8b6a01ebbfbce9ed37fd37fd4acd70c67c973e460"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-win32.whl", hash = "sha256:7668b52e102d0ed87cb082380a7e2e1e78737ddecdde129acadb0eccc5423859"}, + {file = "MarkupSafe-2.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6d6607f98fcf17e534162f0709aaad3ab7a96032723d8ac8750ffe17ae5a0666"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a806db027852538d2ad7555b203300173dd1b77ba116de92da9afbc3a3be3eed"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a4abaec6ca3ad8660690236d11bfe28dfd707778e2442b45addd2f086d6ef094"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f03a532d7dee1bed20bc4884194a16160a2de9ffc6354b3878ec9682bb623c54"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4cf06cdc1dda95223e9d2d3c58d3b178aa5dacb35ee7e3bbac10e4e1faacb419"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22731d79ed2eb25059ae3df1dfc9cb1546691cc41f4e3130fe6bfbc3ecbbecfa"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f8ffb705ffcf5ddd0e80b65ddf7bed7ee4f5a441ea7d3419e861a12eaf41af58"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8db032bf0ce9022a8e41a22598eefc802314e81b879ae093f36ce9ddf39ab1ba"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2298c859cfc5463f1b64bd55cb3e602528db6fa0f3cfd568d3605c50678f8f03"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-win32.whl", hash = "sha256:50c42830a633fa0cf9e7d27664637532791bfc31c731a87b202d2d8ac40c3ea2"}, + {file = "MarkupSafe-2.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:bb06feb762bade6bf3c8b844462274db0c76acc95c52abe8dbed28ae3d44a147"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:99625a92da8229df6d44335e6fcc558a5037dd0a760e11d84be2260e6f37002f"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8bca7e26c1dd751236cfb0c6c72d4ad61d986e9a41bbf76cb445f69488b2a2bd"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40627dcf047dadb22cd25ea7ecfe9cbf3bbbad0482ee5920b582f3809c97654f"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40dfd3fefbef579ee058f139733ac336312663c6706d1163b82b3003fb1925c4"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:090376d812fb6ac5f171e5938e82e7f2d7adc2b629101cec0db8b267815c85e2"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2e7821bffe00aa6bd07a23913b7f4e01328c3d5cc0b40b36c0bd81d362faeb65"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c0a33bc9f02c2b17c3ea382f91b4db0e6cde90b63b296422a939886a7a80de1c"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b8526c6d437855442cdd3d87eede9c425c4445ea011ca38d937db299382e6fa3"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-win32.whl", hash = "sha256:137678c63c977754abe9086a3ec011e8fd985ab90631145dfb9294ad09c102a7"}, + {file = "MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:0576fe974b40a400449768941d5d0858cc624e3249dfd1e0c33674e5c7ca7aed"}, + {file = "MarkupSafe-2.1.2.tar.gz", hash = "sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"}, ] mdit-py-plugins = [ - {file = "mdit-py-plugins-0.3.1.tar.gz", hash = "sha256:3fc13298497d6e04fe96efdd41281bfe7622152f9caa1815ea99b5c893de9441"}, - {file = "mdit_py_plugins-0.3.1-py3-none-any.whl", hash = "sha256:606a7f29cf56dbdfaf914acb21709b8f8ee29d857e8f29dcc33d8cb84c57bfa1"}, + {file = "mdit-py-plugins-0.3.5.tar.gz", hash = "sha256:eee0adc7195e5827e17e02d2a258a2ba159944a0748f59c5099a4a27f78fcf6a"}, + {file = "mdit_py_plugins-0.3.5-py3-none-any.whl", hash = "sha256:ca9a0714ea59a24b2b044a1831f48d817dd0c817e84339f20e7889f392d77c4e"}, ] mdurl = [ {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, ] more-click = [ - {file = "more_click-0.1.1-py3-none-any.whl", hash = "sha256:ff68c7e874fd409ce501903be3177363499aa9c2662607a3b66568f766dea527"}, - {file = "more_click-0.1.1.tar.gz", hash = "sha256:277c64767a6a9c6625ec6bc3e1241012867f6953b2295b2a1e8eeddec586eb53"}, + {file = "more_click-0.1.2-py3-none-any.whl", hash = "sha256:f6387af37ef7e7423bd94b72a81a53c79c5086a3bfe5cc035da534ff0c2a0a9e"}, + {file = "more_click-0.1.2.tar.gz", hash = "sha256:085da66d5a9b823c5d912a888dca1fa0c8b3a14ed1b21ea9c8a1b814857a3981"}, ] more-itertools = [ - {file = "more-itertools-9.0.0.tar.gz", hash = "sha256:5a6257e40878ef0520b1803990e3e22303a41b5714006c32a3fd8304b26ea1ab"}, - {file = "more_itertools-9.0.0-py3-none-any.whl", hash = "sha256:250e83d7e81d0c87ca6bd942e6aeab8cc9daa6096d12c5308f3f92fa5e5c1f41"}, + {file = "more-itertools-9.1.0.tar.gz", hash = "sha256:cabaa341ad0389ea83c17a94566a53ae4c9d07349861ecb14dc6d0345cf9ac5d"}, + {file = "more_itertools-9.1.0-py3-none-any.whl", hash = "sha256:d2bc7f02446e86a68911e58ded76d6561eea00cddfb2a91e7019bbb586c799f3"}, ] myst-parser = [ {file = "myst-parser-0.18.1.tar.gz", hash = "sha256:79317f4bb2c13053dd6e64f9da1ba1da6cd9c40c8a430c447a7b146a594c246d"}, {file = "myst_parser-0.18.1-py3-none-any.whl", hash = "sha256:61b275b85d9f58aa327f370913ae1bec26ebad372cc99f3ab85c8ec3ee8d9fb8"}, ] openpyxl = [ - {file = "openpyxl-3.0.10-py2.py3-none-any.whl", hash = "sha256:0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355"}, - {file = "openpyxl-3.0.10.tar.gz", hash = "sha256:e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"}, + {file = "openpyxl-3.1.2-py2.py3-none-any.whl", hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5"}, + {file = "openpyxl-3.1.2.tar.gz", hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184"}, ] packaging = [ - {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, - {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, + {file = "packaging-23.0-py3-none-any.whl", hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2"}, + {file = "packaging-23.0.tar.gz", hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"}, ] parse = [ {file = "parse-1.19.0.tar.gz", hash = "sha256:9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb66f020b"}, @@ -1899,8 +2017,8 @@ pkgutil-resolve-name = [ {file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"}, ] platformdirs = [ - {file = "platformdirs-2.5.4-py3-none-any.whl", hash = "sha256:af0276409f9a02373d540bf8480021a048711d572745aef4b7842dad245eba10"}, - {file = "platformdirs-2.5.4.tar.gz", hash = "sha256:1006647646d80f16130f052404c6b901e80ee4ed6bef6792e1f238a8969106f7"}, + {file = "platformdirs-3.1.1-py3-none-any.whl", hash = "sha256:e5986afb596e4bb5bde29a79ac9061aa955b94fca2399b7aaac4090860920dd8"}, + {file = "platformdirs-3.1.1.tar.gz", hash = "sha256:024996549ee88ec1a9aa99ff7f8fc819bb59e2c3477b410d90a16d32d6e707aa"}, ] pluggy = [ {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, @@ -1919,46 +2037,46 @@ py = [ {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, ] pydantic = [ - {file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd"}, - {file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98"}, - {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:352aedb1d71b8b0736c6d56ad2bd34c6982720644b0624462059ab29bd6e5912"}, - {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19b3b9ccf97af2b7519c42032441a891a5e05c68368f40865a90eb88833c2559"}, - {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e9069e1b01525a96e6ff49e25876d90d5a563bc31c658289a8772ae186552236"}, - {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:355639d9afc76bcb9b0c3000ddcd08472ae75318a6eb67a15866b87e2efa168c"}, - {file = "pydantic-1.10.2-cp310-cp310-win_amd64.whl", hash = "sha256:ae544c47bec47a86bc7d350f965d8b15540e27e5aa4f55170ac6a75e5f73b644"}, - {file = "pydantic-1.10.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a4c805731c33a8db4b6ace45ce440c4ef5336e712508b4d9e1aafa617dc9907f"}, - {file = "pydantic-1.10.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d49f3db871575e0426b12e2f32fdb25e579dea16486a26e5a0474af87cb1ab0a"}, - {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37c90345ec7dd2f1bcef82ce49b6235b40f282b94d3eec47e801baf864d15525"}, - {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b5ba54d026c2bd2cb769d3468885f23f43710f651688e91f5fb1edcf0ee9283"}, - {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:05e00dbebbe810b33c7a7362f231893183bcc4251f3f2ff991c31d5c08240c42"}, - {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2d0567e60eb01bccda3a4df01df677adf6b437958d35c12a3ac3e0f078b0ee52"}, - {file = "pydantic-1.10.2-cp311-cp311-win_amd64.whl", hash = "sha256:c6f981882aea41e021f72779ce2a4e87267458cc4d39ea990729e21ef18f0f8c"}, - {file = "pydantic-1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4aac8e7103bf598373208f6299fa9a5cfd1fc571f2d40bf1dd1955a63d6eeb5"}, - {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81a7b66c3f499108b448f3f004801fcd7d7165fb4200acb03f1c2402da73ce4c"}, - {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bedf309630209e78582ffacda64a21f96f3ed2e51fbf3962d4d488e503420254"}, - {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9300fcbebf85f6339a02c6994b2eb3ff1b9c8c14f502058b5bf349d42447dcf5"}, - {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:216f3bcbf19c726b1cc22b099dd409aa371f55c08800bcea4c44c8f74b73478d"}, - {file = "pydantic-1.10.2-cp37-cp37m-win_amd64.whl", hash = "sha256:dd3f9a40c16daf323cf913593083698caee97df2804aa36c4b3175d5ac1b92a2"}, - {file = "pydantic-1.10.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b97890e56a694486f772d36efd2ba31612739bc6f3caeee50e9e7e3ebd2fdd13"}, - {file = "pydantic-1.10.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9cabf4a7f05a776e7793e72793cd92cc865ea0e83a819f9ae4ecccb1b8aa6116"}, - {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06094d18dd5e6f2bbf93efa54991c3240964bb663b87729ac340eb5014310624"}, - {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc78cc83110d2f275ec1970e7a831f4e371ee92405332ebfe9860a715f8336e1"}, - {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1ee433e274268a4b0c8fde7ad9d58ecba12b069a033ecc4645bb6303c062d2e9"}, - {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7c2abc4393dea97a4ccbb4ec7d8658d4e22c4765b7b9b9445588f16c71ad9965"}, - {file = "pydantic-1.10.2-cp38-cp38-win_amd64.whl", hash = "sha256:0b959f4d8211fc964772b595ebb25f7652da3f22322c007b6fed26846a40685e"}, - {file = "pydantic-1.10.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c33602f93bfb67779f9c507e4d69451664524389546bacfe1bee13cae6dc7488"}, - {file = "pydantic-1.10.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5760e164b807a48a8f25f8aa1a6d857e6ce62e7ec83ea5d5c5a802eac81bad41"}, - {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6eb843dcc411b6a2237a694f5e1d649fc66c6064d02b204a7e9d194dff81eb4b"}, - {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b8795290deaae348c4eba0cebb196e1c6b98bdbe7f50b2d0d9a4a99716342fe"}, - {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e0bedafe4bc165ad0a56ac0bd7695df25c50f76961da29c050712596cf092d6d"}, - {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:2e05aed07fa02231dbf03d0adb1be1d79cabb09025dd45aa094aa8b4e7b9dcda"}, - {file = "pydantic-1.10.2-cp39-cp39-win_amd64.whl", hash = "sha256:c1ba1afb396148bbc70e9eaa8c06c1716fdddabaf86e7027c5988bae2a829ab6"}, - {file = "pydantic-1.10.2-py3-none-any.whl", hash = "sha256:1b6ee725bd6e83ec78b1aa32c5b1fa67a3a65badddde3976bca5fe4568f27709"}, - {file = "pydantic-1.10.2.tar.gz", hash = "sha256:91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410"}, + {file = "pydantic-1.10.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f9289065611c48147c1dd1fd344e9d57ab45f1d99b0fb26c51f1cf72cd9bcd31"}, + {file = "pydantic-1.10.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8c32b6bba301490d9bb2bf5f631907803135e8085b6aa3e5fe5a770d46dd0160"}, + {file = "pydantic-1.10.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd9b9e98068fa1068edfc9eabde70a7132017bdd4f362f8b4fd0abed79c33083"}, + {file = "pydantic-1.10.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1c84583b9df62522829cbc46e2b22e0ec11445625b5acd70c5681ce09c9b11c4"}, + {file = "pydantic-1.10.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:b41822064585fea56d0116aa431fbd5137ce69dfe837b599e310034171996084"}, + {file = "pydantic-1.10.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:61f1f08adfaa9cc02e0cbc94f478140385cbd52d5b3c5a657c2fceb15de8d1fb"}, + {file = "pydantic-1.10.6-cp310-cp310-win_amd64.whl", hash = "sha256:32937835e525d92c98a1512218db4eed9ddc8f4ee2a78382d77f54341972c0e7"}, + {file = "pydantic-1.10.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:bbd5c531b22928e63d0cb1868dee76123456e1de2f1cb45879e9e7a3f3f1779b"}, + {file = "pydantic-1.10.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e277bd18339177daa62a294256869bbe84df1fb592be2716ec62627bb8d7c81d"}, + {file = "pydantic-1.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89f15277d720aa57e173954d237628a8d304896364b9de745dcb722f584812c7"}, + {file = "pydantic-1.10.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b243b564cea2576725e77aeeda54e3e0229a168bc587d536cd69941e6797543d"}, + {file = "pydantic-1.10.6-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3ce13a558b484c9ae48a6a7c184b1ba0e5588c5525482681db418268e5f86186"}, + {file = "pydantic-1.10.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3ac1cd4deed871dfe0c5f63721e29debf03e2deefa41b3ed5eb5f5df287c7b70"}, + {file = "pydantic-1.10.6-cp311-cp311-win_amd64.whl", hash = "sha256:b1eb6610330a1dfba9ce142ada792f26bbef1255b75f538196a39e9e90388bf4"}, + {file = "pydantic-1.10.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4ca83739c1263a044ec8b79df4eefc34bbac87191f0a513d00dd47d46e307a65"}, + {file = "pydantic-1.10.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea4e2a7cb409951988e79a469f609bba998a576e6d7b9791ae5d1e0619e1c0f2"}, + {file = "pydantic-1.10.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:53de12b4608290992a943801d7756f18a37b7aee284b9ffa794ee8ea8153f8e2"}, + {file = "pydantic-1.10.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:60184e80aac3b56933c71c48d6181e630b0fbc61ae455a63322a66a23c14731a"}, + {file = "pydantic-1.10.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:415a3f719ce518e95a92effc7ee30118a25c3d032455d13e121e3840985f2efd"}, + {file = "pydantic-1.10.6-cp37-cp37m-win_amd64.whl", hash = "sha256:72cb30894a34d3a7ab6d959b45a70abac8a2a93b6480fc5a7bfbd9c935bdc4fb"}, + {file = "pydantic-1.10.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3091d2eaeda25391405e36c2fc2ed102b48bac4b384d42b2267310abae350ca6"}, + {file = "pydantic-1.10.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:751f008cd2afe812a781fd6aa2fb66c620ca2e1a13b6a2152b1ad51553cb4b77"}, + {file = "pydantic-1.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12e837fd320dd30bd625be1b101e3b62edc096a49835392dcf418f1a5ac2b832"}, + {file = "pydantic-1.10.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:587d92831d0115874d766b1f5fddcdde0c5b6c60f8c6111a394078ec227fca6d"}, + {file = "pydantic-1.10.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:476f6674303ae7965730a382a8e8d7fae18b8004b7b69a56c3d8fa93968aa21c"}, + {file = "pydantic-1.10.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3a2be0a0f32c83265fd71a45027201e1278beaa82ea88ea5b345eea6afa9ac7f"}, + {file = "pydantic-1.10.6-cp38-cp38-win_amd64.whl", hash = "sha256:0abd9c60eee6201b853b6c4be104edfba4f8f6c5f3623f8e1dba90634d63eb35"}, + {file = "pydantic-1.10.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6195ca908045054dd2d57eb9c39a5fe86409968b8040de8c2240186da0769da7"}, + {file = "pydantic-1.10.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:43cdeca8d30de9a897440e3fb8866f827c4c31f6c73838e3a01a14b03b067b1d"}, + {file = "pydantic-1.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c19eb5163167489cb1e0161ae9220dadd4fc609a42649e7e84a8fa8fff7a80f"}, + {file = "pydantic-1.10.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:012c99a9c0d18cfde7469aa1ebff922e24b0c706d03ead96940f5465f2c9cf62"}, + {file = "pydantic-1.10.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:528dcf7ec49fb5a84bf6fe346c1cc3c55b0e7603c2123881996ca3ad79db5bfc"}, + {file = "pydantic-1.10.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:163e79386c3547c49366e959d01e37fc30252285a70619ffc1b10ede4758250a"}, + {file = "pydantic-1.10.6-cp39-cp39-win_amd64.whl", hash = "sha256:189318051c3d57821f7233ecc94708767dd67687a614a4e8f92b4a020d4ffd06"}, + {file = "pydantic-1.10.6-py3-none-any.whl", hash = "sha256:acc6783751ac9c9bc4680379edd6d286468a1dc8d7d9906cd6f1186ed682b2b0"}, + {file = "pydantic-1.10.6.tar.gz", hash = "sha256:cf95adb0d1671fc38d8c43dd921ad5814a735e7d9b4d9e437c088002863854fd"}, ] pygments = [ - {file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"}, - {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, + {file = "Pygments-2.14.0-py3-none-any.whl", hash = "sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717"}, + {file = "Pygments-2.14.0.tar.gz", hash = "sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"}, ] pyjsg = [ {file = "PyJSG-0.11.10-py3-none-any.whl", hash = "sha256:10af60ff42219be7e85bf7f11c19b648715b0b29eb2ddbd269e87069a7c3f26d"}, @@ -1969,28 +2087,33 @@ pyparsing = [ {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, ] pyrsistent = [ - {file = "pyrsistent-0.19.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d6982b5a0237e1b7d876b60265564648a69b14017f3b5f908c5be2de3f9abb7a"}, - {file = "pyrsistent-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:187d5730b0507d9285a96fca9716310d572e5464cadd19f22b63a6976254d77a"}, - {file = "pyrsistent-0.19.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:055ab45d5911d7cae397dc418808d8802fb95262751872c841c170b0dbf51eed"}, - {file = "pyrsistent-0.19.2-cp310-cp310-win32.whl", hash = "sha256:456cb30ca8bff00596519f2c53e42c245c09e1a4543945703acd4312949bfd41"}, - {file = "pyrsistent-0.19.2-cp310-cp310-win_amd64.whl", hash = "sha256:b39725209e06759217d1ac5fcdb510e98670af9e37223985f330b611f62e7425"}, - {file = "pyrsistent-0.19.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:2aede922a488861de0ad00c7630a6e2d57e8023e4be72d9d7147a9fcd2d30712"}, - {file = "pyrsistent-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:879b4c2f4d41585c42df4d7654ddffff1239dc4065bc88b745f0341828b83e78"}, - {file = "pyrsistent-0.19.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c43bec251bbd10e3cb58ced80609c5c1eb238da9ca78b964aea410fb820d00d6"}, - {file = "pyrsistent-0.19.2-cp37-cp37m-win32.whl", hash = "sha256:d690b18ac4b3e3cab73b0b7aa7dbe65978a172ff94970ff98d82f2031f8971c2"}, - {file = "pyrsistent-0.19.2-cp37-cp37m-win_amd64.whl", hash = "sha256:3ba4134a3ff0fc7ad225b6b457d1309f4698108fb6b35532d015dca8f5abed73"}, - {file = "pyrsistent-0.19.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a178209e2df710e3f142cbd05313ba0c5ebed0a55d78d9945ac7a4e09d923308"}, - {file = "pyrsistent-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e371b844cec09d8dc424d940e54bba8f67a03ebea20ff7b7b0d56f526c71d584"}, - {file = "pyrsistent-0.19.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:111156137b2e71f3a9936baf27cb322e8024dac3dc54ec7fb9f0bcf3249e68bb"}, - {file = "pyrsistent-0.19.2-cp38-cp38-win32.whl", hash = "sha256:e5d8f84d81e3729c3b506657dddfe46e8ba9c330bf1858ee33108f8bb2adb38a"}, - {file = "pyrsistent-0.19.2-cp38-cp38-win_amd64.whl", hash = "sha256:9cd3e9978d12b5d99cbdc727a3022da0430ad007dacf33d0bf554b96427f33ab"}, - {file = "pyrsistent-0.19.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f1258f4e6c42ad0b20f9cfcc3ada5bd6b83374516cd01c0960e3cb75fdca6770"}, - {file = "pyrsistent-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21455e2b16000440e896ab99e8304617151981ed40c29e9507ef1c2e4314ee95"}, - {file = "pyrsistent-0.19.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bfd880614c6237243ff53a0539f1cb26987a6dc8ac6e66e0c5a40617296a045e"}, - {file = "pyrsistent-0.19.2-cp39-cp39-win32.whl", hash = "sha256:71d332b0320642b3261e9fee47ab9e65872c2bd90260e5d225dabeed93cbd42b"}, - {file = "pyrsistent-0.19.2-cp39-cp39-win_amd64.whl", hash = "sha256:dec3eac7549869365fe263831f576c8457f6c833937c68542d08fde73457d291"}, - {file = "pyrsistent-0.19.2-py3-none-any.whl", hash = "sha256:ea6b79a02a28550c98b6ca9c35b9f492beaa54d7c5c9e9949555893c8a9234d0"}, - {file = "pyrsistent-0.19.2.tar.gz", hash = "sha256:bfa0351be89c9fcbcb8c9879b826f4353be10f58f8a677efab0c017bf7137ec2"}, + {file = "pyrsistent-0.19.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:20460ac0ea439a3e79caa1dbd560344b64ed75e85d8703943e0b66c2a6150e4a"}, + {file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c18264cb84b5e68e7085a43723f9e4c1fd1d935ab240ce02c0324a8e01ccb64"}, + {file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b774f9288dda8d425adb6544e5903f1fb6c273ab3128a355c6b972b7df39dcf"}, + {file = "pyrsistent-0.19.3-cp310-cp310-win32.whl", hash = "sha256:5a474fb80f5e0d6c9394d8db0fc19e90fa540b82ee52dba7d246a7791712f74a"}, + {file = "pyrsistent-0.19.3-cp310-cp310-win_amd64.whl", hash = "sha256:49c32f216c17148695ca0e02a5c521e28a4ee6c5089f97e34fe24163113722da"}, + {file = "pyrsistent-0.19.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f0774bf48631f3a20471dd7c5989657b639fd2d285b861237ea9e82c36a415a9"}, + {file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ab2204234c0ecd8b9368dbd6a53e83c3d4f3cab10ecaf6d0e772f456c442393"}, + {file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e42296a09e83028b3476f7073fcb69ffebac0e66dbbfd1bd847d61f74db30f19"}, + {file = "pyrsistent-0.19.3-cp311-cp311-win32.whl", hash = "sha256:64220c429e42a7150f4bfd280f6f4bb2850f95956bde93c6fda1b70507af6ef3"}, + {file = "pyrsistent-0.19.3-cp311-cp311-win_amd64.whl", hash = "sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8"}, + {file = "pyrsistent-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4db1bd596fefd66b296a3d5d943c94f4fac5bcd13e99bffe2ba6a759d959a28"}, + {file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aeda827381f5e5d65cced3024126529ddc4289d944f75e090572c77ceb19adbf"}, + {file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:42ac0b2f44607eb92ae88609eda931a4f0dfa03038c44c772e07f43e738bcac9"}, + {file = "pyrsistent-0.19.3-cp37-cp37m-win32.whl", hash = "sha256:e8f2b814a3dc6225964fa03d8582c6e0b6650d68a232df41e3cc1b66a5d2f8d1"}, + {file = "pyrsistent-0.19.3-cp37-cp37m-win_amd64.whl", hash = "sha256:c9bb60a40a0ab9aba40a59f68214eed5a29c6274c83b2cc206a359c4a89fa41b"}, + {file = "pyrsistent-0.19.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a2471f3f8693101975b1ff85ffd19bb7ca7dd7c38f8a81701f67d6b4f97b87d8"}, + {file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc5d149f31706762c1f8bda2e8c4f8fead6e80312e3692619a75301d3dbb819a"}, + {file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3311cb4237a341aa52ab8448c27e3a9931e2ee09561ad150ba94e4cfd3fc888c"}, + {file = "pyrsistent-0.19.3-cp38-cp38-win32.whl", hash = "sha256:f0e7c4b2f77593871e918be000b96c8107da48444d57005b6a6bc61fb4331b2c"}, + {file = "pyrsistent-0.19.3-cp38-cp38-win_amd64.whl", hash = "sha256:c147257a92374fde8498491f53ffa8f4822cd70c0d85037e09028e478cababb7"}, + {file = "pyrsistent-0.19.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b735e538f74ec31378f5a1e3886a26d2ca6351106b4dfde376a26fc32a044edc"}, + {file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99abb85579e2165bd8522f0c0138864da97847875ecbd45f3e7e2af569bfc6f2"}, + {file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3a8cb235fa6d3fd7aae6a4f1429bbb1fec1577d978098da1252f0489937786f3"}, + {file = "pyrsistent-0.19.3-cp39-cp39-win32.whl", hash = "sha256:c74bed51f9b41c48366a286395c67f4e894374306b197e62810e0fdaf2364da2"}, + {file = "pyrsistent-0.19.3-cp39-cp39-win_amd64.whl", hash = "sha256:878433581fc23e906d947a6814336eee031a00e6defba224234169ae3d3d6a98"}, + {file = "pyrsistent-0.19.3-py3-none-any.whl", hash = "sha256:ccf0d6bd208f8111179f0c26fdf84ed7c3891982f2edaeae7422575f47e66b64"}, + {file = "pyrsistent-0.19.3.tar.gz", hash = "sha256:1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440"}, ] pyshex = [ {file = "PyShEx-0.8.1-py3-none-any.whl", hash = "sha256:6da1b10123e191abf8dcb6bf3e54aa3e1fcf771df5d1a0ed453217c8900c8e6a"}, @@ -2001,8 +2124,8 @@ pyshexc = [ {file = "PyShExC-0.9.1.tar.gz", hash = "sha256:35a9975d4b9afeb20ef710fb6680871756381d0c39fbb5470b3b506581a304d3"}, ] pystow = [ - {file = "pystow-0.4.7-py3-none-any.whl", hash = "sha256:3b4d6d60a3c9481c1b115274c491175c579111e6551581e276c662aff377b6be"}, - {file = "pystow-0.4.7.tar.gz", hash = "sha256:bf8d17a0241ee17274806a458a013d45f777bb17072ba0c5e87dbe34e1788ab7"}, + {file = "pystow-0.5.0-py3-none-any.whl", hash = "sha256:816a9da33cd8a3f8fbda577c3d2957cfc99d1fa3ea45032dbfa087b9a21b630f"}, + {file = "pystow-0.5.0.tar.gz", hash = "sha256:490e9ecbe4f947c72f63297f43f6584323c9ca2f2d48d47f2a22a815dc552bb4"}, ] pytest = [ {file = "pytest-5.4.3-py3-none-any.whl", hash = "sha256:5c0db86b698e8f170ba4582a492248919255fcd4c79b1ee64ace34301fb589a1"}, @@ -2019,8 +2142,8 @@ pytrie = [ {file = "PyTrie-0.4.0.tar.gz", hash = "sha256:8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379"}, ] pytz = [ - {file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"}, - {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, + {file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"}, + {file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, @@ -2077,8 +2200,8 @@ rdflib-shim = [ {file = "rdflib_shim-1.0.3.tar.gz", hash = "sha256:d955d11e2986aab42b6830ca56ac6bc9c893abd1d049a161c6de2f1b99d4fc0d"}, ] requests = [ - {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, - {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, + {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, + {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, ] rfc3339-validator = [ {file = "rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa"}, @@ -2101,6 +2224,9 @@ ruamel-yaml-clib = [ {file = "ruamel.yaml.clib-0.2.7-cp310-cp310-win_amd64.whl", hash = "sha256:d000f258cf42fec2b1bbf2863c61d7b8918d31ffee905da62dede869254d3b8a"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:045e0626baf1c52e5527bd5db361bc83180faaba2ff586e763d3d5982a876a9e"}, {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_12_6_arm64.whl", hash = "sha256:721bc4ba4525f53f6a611ec0967bdcee61b31df5a56801281027a3a6d1c2daf5"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:41d0f1fa4c6830176eef5b276af04c89320ea616655d01327d5ce65e50575c94"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win32.whl", hash = "sha256:f6d3d39611ac2e4f62c3128a9eed45f19a6608670c5a2f4f07f24e8de3441d38"}, + {file = "ruamel.yaml.clib-0.2.7-cp311-cp311-win_amd64.whl", hash = "sha256:da538167284de58a52109a9b89b8f6a53ff8437dd6dc26d33b57bf6699153122"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4b3a93bb9bc662fc1f99c5c3ea8e623d8b23ad22f861eb6fce9377ac07ad6072"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-macosx_12_0_arm64.whl", hash = "sha256:a234a20ae07e8469da311e182e70ef6b199d0fbeb6c6cc2901204dd87fb867e8"}, {file = "ruamel.yaml.clib-0.2.7-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:15910ef4f3e537eea7fe45f8a5d19997479940d9196f357152a09031c5be59f3"}, @@ -2128,8 +2254,8 @@ ruamel-yaml-clib = [ {file = "ruamel.yaml.clib-0.2.7.tar.gz", hash = "sha256:1f08fd5a2bea9c4180db71678e850b995d2a5f4537be0e94557668cf0f5f9497"}, ] setuptools = [ - {file = "setuptools-65.6.3-py3-none-any.whl", hash = "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54"}, - {file = "setuptools-65.6.3.tar.gz", hash = "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75"}, + {file = "setuptools-67.6.0-py3-none-any.whl", hash = "sha256:b78aaa36f6b90a074c1fa651168723acbf45d14cb1196b6f02c0fd07f17623b2"}, + {file = "setuptools-67.6.0.tar.gz", hash = "sha256:2ee892cd5f29f3373097f5a814697e397cf3ce313616df0af11231e2ad118077"}, ] shexjsg = [ {file = "ShExJSG-0.8.2-py2.py3-none-any.whl", hash = "sha256:3b0d8432dd313bee9e1343382c5e02e9908dd941a7dd7342bf8c0200fe523766"}, @@ -2148,8 +2274,8 @@ sortedcontainers = [ {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"}, ] soupsieve = [ - {file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"}, - {file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"}, + {file = "soupsieve-2.4-py3-none-any.whl", hash = "sha256:49e5368c2cda80ee7e84da9dbe3e110b70a4575f196efb74e51b94549d921955"}, + {file = "soupsieve-2.4.tar.gz", hash = "sha256:e28dba9ca6c7c00173e34e4ba57448f0688bb681b7c5e8bf4971daafc093d69a"}, ] sparqlslurper = [ {file = "sparqlslurper-0.5.1-py3-none-any.whl", hash = "sha256:ae49b2d8ce3dd38df7a40465b228ad5d33fb7e11b3f248d195f9cadfc9cfff87"}, @@ -2164,20 +2290,22 @@ sphinx = [ {file = "sphinx-5.3.0-py3-none-any.whl", hash = "sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.19.5-py3-none-any.whl", hash = "sha256:ea55b3cc3f485e3a53668bcdd08de78121ab759f9724392fdb5bf3483d786328"}, - {file = "sphinx_autodoc_typehints-1.19.5.tar.gz", hash = "sha256:38a227378e2bc15c84e29af8cb1d7581182da1107111fd1c88b19b5eb7076205"}, + {file = "sphinx_autodoc_typehints-1.21.0-py3-none-any.whl", hash = "sha256:019ff68a2b1ebdb286444b5be5001455a973f7461fb07f7fb219bd1426fac5ee"}, + {file = "sphinx_autodoc_typehints-1.21.0.tar.gz", hash = "sha256:74e9eada56f3fe21ee41e335ca66fac55a96d79b283b567b2d6c5b6a09e02f27"}, + {file = "sphinx_autodoc_typehints-1.22-py3-none-any.whl", hash = "sha256:ef4a8b9d52de66065aa7d3adfabf5a436feb8a2eff07c2ddc31625d8807f2b69"}, + {file = "sphinx_autodoc_typehints-1.22.tar.gz", hash = "sha256:71fca2d5eee9b034204e4c686ab20b4d8f5eb9409396216bcae6c87c38e18ea6"}, ] sphinx-basic-ng = [ {file = "sphinx_basic_ng-1.0.0b1-py3-none-any.whl", hash = "sha256:ade597a3029c7865b24ad0eda88318766bcc2f9f4cef60df7e28126fde94db2a"}, {file = "sphinx_basic_ng-1.0.0b1.tar.gz", hash = "sha256:89374bd3ccd9452a301786781e28c8718e99960f2d4f411845ea75fc7bb5a9b0"}, ] sphinx-click = [ - {file = "sphinx-click-4.3.0.tar.gz", hash = "sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38"}, - {file = "sphinx_click-4.3.0-py3-none-any.whl", hash = "sha256:23e85a3cb0b728a421ea773699f6acadefae171d1a764a51dd8ec5981503ccbe"}, + {file = "sphinx-click-4.4.0.tar.gz", hash = "sha256:cc67692bd28f482c7f01531c61b64e9d2f069bfcf3d24cbbb51d4a84a749fa48"}, + {file = "sphinx_click-4.4.0-py3-none-any.whl", hash = "sha256:2821c10a68fc9ee6ce7c92fad26540d8d8c8f45e6d7258f0e4fb7529ae8fab49"}, ] sphinx-rtd-theme = [ - {file = "sphinx_rtd_theme-1.1.1-py2.py3-none-any.whl", hash = "sha256:31faa07d3e97c8955637fc3f1423a5ab2c44b74b8cc558a51498c202ce5cbda7"}, - {file = "sphinx_rtd_theme-1.1.1.tar.gz", hash = "sha256:6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103"}, + {file = "sphinx_rtd_theme-1.2.0-py2.py3-none-any.whl", hash = "sha256:f823f7e71890abe0ac6aaa6013361ea2696fc8d3e1fa798f463e82bdb77eeff2"}, + {file = "sphinx_rtd_theme-1.2.0.tar.gz", hash = "sha256:a0d8bd1a2ed52e0b338cbe19c4b2eef3c5e7a048769753dac6a9f059c7b641b8"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, @@ -2191,6 +2319,10 @@ sphinxcontrib-htmlhelp = [ {file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"}, {file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"}, ] +sphinxcontrib-jquery = [ + {file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"}, + {file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"}, +] sphinxcontrib-jsmath = [ {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, @@ -2208,178 +2340,192 @@ sphinxcontrib-websupport = [ {file = "sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl", hash = "sha256:6fc9287dfc823fe9aa432463edd6cea47fa9ebbf488d7f289b322ffcfca075c7"}, ] sqlalchemy = [ - {file = "SQLAlchemy-1.4.44-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:da60b98b0f6f0df9fbf8b72d67d13b73aa8091923a48af79a951d4088530a239"}, - {file = "SQLAlchemy-1.4.44-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:95f4f8d62589755b507218f2e3189475a4c1f5cc9db2aec772071a7dc6cd5726"}, - {file = "SQLAlchemy-1.4.44-cp27-cp27m-win32.whl", hash = "sha256:afd1ac99179d1864a68c06b31263a08ea25a49df94e272712eb2824ef151e294"}, - {file = "SQLAlchemy-1.4.44-cp27-cp27m-win_amd64.whl", hash = "sha256:f8e5443295b218b08bef8eb85d31b214d184b3690d99a33b7bd8e5591e2b0aa1"}, - {file = "SQLAlchemy-1.4.44-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:53f90a2374f60e703c94118d21533765412da8225ba98659de7dd7998641ab17"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:65a0ad931944fcb0be12a8e0ac322dbd3ecf17c53f088bc10b6da8f0caac287b"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:595b185041a4dc5c685283ea98c2f67bbfa47bb28e4a4f5b27ebf40684e7a9f8"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:80ead36fb1d676cc019586ffdc21c7e906ce4bf243fe4021e4973dae332b6038"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68e0cd5d32a32c4395168d42f2fefbb03b817ead3a8f3704b8bd5697c0b26c24"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-win32.whl", hash = "sha256:ae1ed1ebc407d2f66c6f0ec44ef7d56e3f455859df5494680e2cf89dad8e3ae0"}, - {file = "SQLAlchemy-1.4.44-cp310-cp310-win_amd64.whl", hash = "sha256:6f0ea4d7348feb5e5d0bf317aace92e28398fa9a6e38b7be9ec1f31aad4a8039"}, - {file = "SQLAlchemy-1.4.44-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f5e8ed9cde48b76318ab989deeddc48f833d2a6a7b7c393c49b704f67dedf01d"}, - {file = "SQLAlchemy-1.4.44-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c857676d810ca196be73c98eb839125d6fa849bfa3589be06201a6517f9961c"}, - {file = "SQLAlchemy-1.4.44-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c56e6899fa6e767e4be5d106941804a4201c5cb9620a409c0b80448ec70b656"}, - {file = "SQLAlchemy-1.4.44-cp311-cp311-win32.whl", hash = "sha256:c46322354c58d4dc039a2c982d28284330f8919f31206894281f4b595b9d8dbe"}, - {file = "SQLAlchemy-1.4.44-cp311-cp311-win_amd64.whl", hash = "sha256:7313e4acebb9ae88dbde14a8a177467a7625b7449306c03a3f9f309b30e163d0"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:17aee7bfcef7bf0dea92f10e5dfdd67418dcf6fe0759f520e168b605855c003e"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9470633395e5f24d6741b4c8a6e905bce405a28cf417bba4ccbaadf3dab0111d"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:393f51a09778e8984d735b59a810731394308b4038acdb1635397c2865dae2b6"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7e3b9e01fdbe1ce3a165cc7e1ff52b24813ee79c6df6dee0d1e13888a97817e"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-win32.whl", hash = "sha256:6a06c2506c41926d2769f7968759995f2505e31c5b5a0821e43ca5a3ddb0e8ae"}, - {file = "SQLAlchemy-1.4.44-cp36-cp36m-win_amd64.whl", hash = "sha256:3ca21b35b714ce36f4b8d1ee8d15f149db8eb43a472cf71600bf18dae32286e7"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:3cbdbed8cdcae0f83640a9c44fa02b45a6c61e149c58d45a63c9581aba62850f"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a22208c1982f1fe2ae82e5e4c3d4a6f2445a7a0d65fb7983a3d7cbbe3983f5a4"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d3b9ac11f36ab9a726097fba7c7f6384f0129aedb017f1d4d1d4fce9052a1320"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d654870a66027af3a26df1372cf7f002e161c6768ebe4c9c6fdc0da331cb5173"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-win32.whl", hash = "sha256:0be9b479c5806cece01f1581726573a8d6515f8404e082c375b922c45cfc2a7b"}, - {file = "SQLAlchemy-1.4.44-cp37-cp37m-win_amd64.whl", hash = "sha256:3eba07f740488c3a125f17c092a81eeae24a6c7ec32ac9dbc52bf7afaf0c4f16"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:ad5f966623905ee33694680dda1b735544c99c7638f216045d21546d3d8c6f5b"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3f68eab46649504eb95be36ca529aea16cd199f080726c28cbdbcbf23d20b2a2"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:21f3df74a0ab39e1255e94613556e33c1dc3b454059fe0b365ec3bbb9ed82e4a"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d8080bc51a775627865e0f1dbfc0040ff4ace685f187f6036837e1727ba2ed10"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-win32.whl", hash = "sha256:b6a337a2643a41476fb6262059b8740f4b9a2ec29bf00ffb18c18c080f6e0aed"}, - {file = "SQLAlchemy-1.4.44-cp38-cp38-win_amd64.whl", hash = "sha256:b737fbeb2f78926d1f59964feb287bbbd050e7904766f87c8ce5cfb86e6d840c"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:c9aa372b295a36771cffc226b6517df3011a7d146ac22d19fa6a75f1cdf9d7e6"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:237067ba0ef45a518b64606e1807f7229969ad568288b110ed5f0ca714a3ed3a"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6d7e1b28342b45f19e3dea7873a9479e4a57e15095a575afca902e517fb89652"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94c0093678001f5d79f2dcbf3104c54d6c89e41ab50d619494c503a4d3f1aef2"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-win32.whl", hash = "sha256:7cf7c7adbf4417e3f46fc5a2dbf8395a5a69698217337086888f79700a12e93a"}, - {file = "SQLAlchemy-1.4.44-cp39-cp39-win_amd64.whl", hash = "sha256:d3b6d4588994da73567bb00af9d7224a16c8027865a8aab53ae9be83f9b7cbd1"}, - {file = "SQLAlchemy-1.4.44.tar.gz", hash = "sha256:2dda5f96719ae89b3ec0f1b79698d86eb9aecb1d54e990abb3fdd92c04b46a90"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6987f658389ad8bb6257db91551e7fde3e904974eef6f323856260907ef311d7"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bfcadfb8f0a9d26a76a5e2488cedd2e7cf8e70fe76d58aeb1c85eb83b33cbc5c"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d653962da384a1d99795dbd8aac4a7516071b2f2984ed2aa25545fae670b808"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:edc16c8e24605d0a7925afaf99dbcbdc3f98a2cdda4622f1ea34482cb3b91940"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:3be54b3825512b3de5698ae04bf4aad6ea60442ac0f6b91ee4b8fa4db5c2dccd"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1df00f280fcf7628379c6838d47ac6abd2319848cb02984af313de9243994db8"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-win32.whl", hash = "sha256:ff10ad2d74a9a79c2984a2c709943e5362a1c898d8f3414815ea57515ae80c84"}, + {file = "SQLAlchemy-2.0.6-cp310-cp310-win_amd64.whl", hash = "sha256:ca147d9cde38b481085408e1d4277ee834cb88bcc31bc01933bc6513340071bc"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2ad44f45526411bebbf427cf858955a35f3a6bfd7db8f4314b12da4c0d1a4fd2"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5c35175b74cbcfe9af077bd13e87cfab13239e075c0e1e920095082f9377f0ed"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20f36bff3b6c9fa94e40114fda4dc5048d40fd665390f5547b456a28e8059ee8"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61abff42e44e5daf17372cb8baa90e970dc647fc5f747e2caa9f9768acf17be8"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:48824b989a0e4340cd099dd4539702ddb1a5ce449f8a7355124e40a4935a95fa"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f47709c98544384d390aed34046f0573df5725d22861c0cd0a5c151bc22eedff"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-win32.whl", hash = "sha256:bfce790746d059af6d0bc68b578ba20d50a63c71a3db16edce7aa8eccdd73796"}, + {file = "SQLAlchemy-2.0.6-cp311-cp311-win_amd64.whl", hash = "sha256:82691d3539023c3cee5ae055c47bf873728cd6b33bfaa7b916bea5a99b92f700"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d7bd001a40997f0c9a9ac10a57663a9397959966a5a365bb24a4d1a17aa60175"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3625a52fae744cff6f9beb6ed0775468b9eb7e6e8f6730676dfc49aa77d98b4e"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ac6274dd530b684cca8cbb774e348afac6846f15d1694a56954413be6e2e8dcd"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:db91fe985f2264ab49b3450ab7e2a59c34f7eaf3bf283d6b9e2f9ee02b29e533"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:47e96be3e8c9c0f2c71ec87599be4bb8409d61841b66964a36b2447bec510b3b"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-win32.whl", hash = "sha256:709f1ecb5dcea59f36fa0f485e09e41ff313b2d62c83a6f99b36870b0d6e42fa"}, + {file = "SQLAlchemy-2.0.6-cp37-cp37m-win_amd64.whl", hash = "sha256:e0e270a4f5b42c67362d9c6af648cb86f6a00b20767553cfd734c914e1e2a5e0"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bea2c1341abe9bc6f30071b8ada1a3c44f24ec0fe1b9418e9c1112ed32057c9e"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:81d4fc8f5c966677a3a2f39eb8e496442269d8c7d285b28145f7745fcc089d63"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7be0e6a4061d28b66ca4b4eb24558dd8c6386d3bcd2d6d7ef247be27cf1281b"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed714b864349704a7a719ec7199eec3f9cd15c190ecf6e10c34b5a0c549c5c18"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c76caced0c8e9129810895f71954c72f478e30bea7d0bba7130bade396be5048"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:4100c80070a66b042f1010b29b29a88d1d151c27a5e522c95ec07518b361a7a3"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-win32.whl", hash = "sha256:9310666251385e4374c6f0bae6d69e62bc422021298ceb8669bf6ff56957ff37"}, + {file = "SQLAlchemy-2.0.6-cp38-cp38-win_amd64.whl", hash = "sha256:5b067b2eaf3d97a49f3f6217981efa7b45d5726c2142f103712b020dd250fd98"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:1fd154847f2c77128e16757e3fd2028151aa8208dd3b9a5978918ea786a15312"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7635cd38e3ea8522729b14451157104fce2117c44e7ba6a14684ed153d71b567"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:483712fce53e2f7ec95ed7d106cd463f9fc122c28a7df4aaf2bc873d0d2a901f"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:778db814cc21eff200c8bd42b4ffe976fa3378d10fb84d2c164d3c6a30bb38ee"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2c4c64f321080c83a3f0eed11cc9b73fe2a574f6b8339c402861274165c24cf6"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:bfde1d7cf8b9aa6bbd0d53946cd508d76db7689afd442e2289642cdc8908b7b7"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-win32.whl", hash = "sha256:8ef7c56c74f4420b2c4a148d2531ba7f99b946cbf438a2bbcb2435fb4938a08d"}, + {file = "SQLAlchemy-2.0.6-cp39-cp39-win_amd64.whl", hash = "sha256:224c817e880359d344a462fc4dd94a233804f371aa290b024b6b976a2f5ade36"}, + {file = "SQLAlchemy-2.0.6-py3-none-any.whl", hash = "sha256:c5d754665edea1ecdc79e3023659cb5594372e10776f3b3734d75c2c3ce95013"}, + {file = "SQLAlchemy-2.0.6.tar.gz", hash = "sha256:c343f0b546495f5d7a239c70bf50a99a48d7321c165b82afafa8483b9ebebf6e"}, ] tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] tox = [ - {file = "tox-3.27.1-py2.py3-none-any.whl", hash = "sha256:f52ca66eae115fcfef0e77ef81fd107133d295c97c52df337adedb8dfac6ab84"}, - {file = "tox-3.27.1.tar.gz", hash = "sha256:b2a920e35a668cc06942ffd1cf3a4fb221a4d909ca72191fb6d84b0b18a7be04"}, + {file = "tox-3.28.0-py2.py3-none-any.whl", hash = "sha256:57b5ab7e8bb3074edc3c0c0b4b192a4f3799d3723b2c5b76f1fa9f2d40316eea"}, + {file = "tox-3.28.0.tar.gz", hash = "sha256:d0d28f3fe6d6d7195c27f8b054c3e99d5451952b54abdae673b71609a581f640"}, ] tqdm = [ - {file = "tqdm-4.64.1-py2.py3-none-any.whl", hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1"}, - {file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"}, + {file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"}, + {file = "tqdm-4.65.0.tar.gz", hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"}, ] typing-extensions = [ - {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, - {file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, + {file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"}, + {file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"}, ] uri-template = [ {file = "uri_template-1.2.0-py3-none-any.whl", hash = "sha256:f1699c77b73b925cf4937eae31ab282a86dc885c333f2e942513f08f691fc7db"}, {file = "uri_template-1.2.0.tar.gz", hash = "sha256:934e4d09d108b70eb8a24410af8615294d09d279ce0e7cbcdaef1bd21f932b06"}, ] urllib3 = [ - {file = "urllib3-1.26.13-py2.py3-none-any.whl", hash = "sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc"}, - {file = "urllib3-1.26.13.tar.gz", hash = "sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"}, + {file = "urllib3-1.26.15-py2.py3-none-any.whl", hash = "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"}, + {file = "urllib3-1.26.15.tar.gz", hash = "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"}, ] virtualenv = [ - {file = "virtualenv-20.17.0-py3-none-any.whl", hash = "sha256:40a7e06a98728fd5769e1af6fd1a706005b4bb7e16176a272ed4292473180389"}, - {file = "virtualenv-20.17.0.tar.gz", hash = "sha256:7d6a8d55b2f73b617f684ee40fd85740f062e1f2e379412cb1879c7136f05902"}, + {file = "virtualenv-20.21.0-py3-none-any.whl", hash = "sha256:31712f8f2a17bd06234fa97fdf19609e789dd4e3e4bf108c3da71d710651adbc"}, + {file = "virtualenv-20.21.0.tar.gz", hash = "sha256:f50e3e60f990a0757c9b68333c9fdaa72d7188caa417f96af9e52407831a3b68"}, ] watchdog = [ - {file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a735a990a1095f75ca4f36ea2ef2752c99e6ee997c46b0de507ba40a09bf7330"}, - {file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b17d302850c8d412784d9246cfe8d7e3af6bcd45f958abb2d08a6f8bedf695d"}, - {file = "watchdog-2.1.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ee3e38a6cc050a8830089f79cbec8a3878ec2fe5160cdb2dc8ccb6def8552658"}, - {file = "watchdog-2.1.9-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64a27aed691408a6abd83394b38503e8176f69031ca25d64131d8d640a307591"}, - {file = "watchdog-2.1.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:195fc70c6e41237362ba720e9aaf394f8178bfc7fa68207f112d108edef1af33"}, - {file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:bfc4d351e6348d6ec51df007432e6fe80adb53fd41183716017026af03427846"}, - {file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8250546a98388cbc00c3ee3cc5cf96799b5a595270dfcfa855491a64b86ef8c3"}, - {file = "watchdog-2.1.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:117ffc6ec261639a0209a3252546b12800670d4bf5f84fbd355957a0595fe654"}, - {file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:97f9752208f5154e9e7b76acc8c4f5a58801b338de2af14e7e181ee3b28a5d39"}, - {file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:247dcf1df956daa24828bfea5a138d0e7a7c98b1a47cf1fa5b0c3c16241fcbb7"}, - {file = "watchdog-2.1.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:226b3c6c468ce72051a4c15a4cc2ef317c32590d82ba0b330403cafd98a62cfd"}, - {file = "watchdog-2.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d9820fe47c20c13e3c9dd544d3706a2a26c02b2b43c993b62fcd8011bcc0adb3"}, - {file = "watchdog-2.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:70af927aa1613ded6a68089a9262a009fbdf819f46d09c1a908d4b36e1ba2b2d"}, - {file = "watchdog-2.1.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed80a1628cee19f5cfc6bb74e173f1b4189eb532e705e2a13e3250312a62e0c9"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9f05a5f7c12452f6a27203f76779ae3f46fa30f1dd833037ea8cbc2887c60213"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_armv7l.whl", hash = "sha256:255bb5758f7e89b1a13c05a5bceccec2219f8995a3a4c4d6968fe1de6a3b2892"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_i686.whl", hash = "sha256:d3dda00aca282b26194bdd0adec21e4c21e916956d972369359ba63ade616153"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64.whl", hash = "sha256:186f6c55abc5e03872ae14c2f294a153ec7292f807af99f57611acc8caa75306"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:083171652584e1b8829581f965b9b7723ca5f9a2cd7e20271edf264cfd7c1412"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_s390x.whl", hash = "sha256:b530ae007a5f5d50b7fbba96634c7ee21abec70dc3e7f0233339c81943848dc1"}, - {file = "watchdog-2.1.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:4f4e1c4aa54fb86316a62a87b3378c025e228178d55481d30d857c6c438897d6"}, - {file = "watchdog-2.1.9-py3-none-win32.whl", hash = "sha256:5952135968519e2447a01875a6f5fc8c03190b24d14ee52b0f4b1682259520b1"}, - {file = "watchdog-2.1.9-py3-none-win_amd64.whl", hash = "sha256:7a833211f49143c3d336729b0020ffd1274078e94b0ae42e22f596999f50279c"}, - {file = "watchdog-2.1.9-py3-none-win_ia64.whl", hash = "sha256:ad576a565260d8f99d97f2e64b0f97a48228317095908568a9d5c786c829d428"}, - {file = "watchdog-2.1.9.tar.gz", hash = "sha256:43ce20ebb36a51f21fa376f76d1d4692452b2527ccd601950d69ed36b9e21609"}, + {file = "watchdog-2.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d1f1200d4ec53b88bf04ab636f9133cb703eb19768a39351cee649de21a33697"}, + {file = "watchdog-2.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:564e7739abd4bd348aeafbf71cc006b6c0ccda3160c7053c4a53b67d14091d42"}, + {file = "watchdog-2.3.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:95ad708a9454050a46f741ba5e2f3468655ea22da1114e4c40b8cbdaca572565"}, + {file = "watchdog-2.3.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a073c91a6ef0dda488087669586768195c3080c66866144880f03445ca23ef16"}, + {file = "watchdog-2.3.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aa8b028750b43e80eea9946d01925168eeadb488dfdef1d82be4b1e28067f375"}, + {file = "watchdog-2.3.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:964fd236cd443933268ae49b59706569c8b741073dbfd7ca705492bae9d39aab"}, + {file = "watchdog-2.3.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:91fd146d723392b3e6eb1ac21f122fcce149a194a2ba0a82c5e4d0ee29cd954c"}, + {file = "watchdog-2.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:efe3252137392a471a2174d721e1037a0e6a5da7beb72a021e662b7000a9903f"}, + {file = "watchdog-2.3.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:85bf2263290591b7c5fa01140601b64c831be88084de41efbcba6ea289874f44"}, + {file = "watchdog-2.3.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8f2df370cd8e4e18499dd0bfdef476431bcc396108b97195d9448d90924e3131"}, + {file = "watchdog-2.3.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ea5d86d1bcf4a9d24610aa2f6f25492f441960cf04aed2bd9a97db439b643a7b"}, + {file = "watchdog-2.3.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6f5d0f7eac86807275eba40b577c671b306f6f335ba63a5c5a348da151aba0fc"}, + {file = "watchdog-2.3.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5b848c71ef2b15d0ef02f69da8cc120d335cec0ed82a3fa7779e27a5a8527225"}, + {file = "watchdog-2.3.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0d9878be36d2b9271e3abaa6f4f051b363ff54dbbe7e7df1af3c920e4311ee43"}, + {file = "watchdog-2.3.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:4cd61f98cb37143206818cb1786d2438626aa78d682a8f2ecee239055a9771d5"}, + {file = "watchdog-2.3.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3d2dbcf1acd96e7a9c9aefed201c47c8e311075105d94ce5e899f118155709fd"}, + {file = "watchdog-2.3.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:03f342a9432fe08107defbe8e405a2cb922c5d00c4c6c168c68b633c64ce6190"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:7a596f9415a378d0339681efc08d2249e48975daae391d58f2e22a3673b977cf"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_armv7l.whl", hash = "sha256:0e1dd6d449267cc7d6935d7fe27ee0426af6ee16578eed93bacb1be9ff824d2d"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_i686.whl", hash = "sha256:7a1876f660e32027a1a46f8a0fa5747ad4fcf86cb451860eae61a26e102c8c79"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_ppc64.whl", hash = "sha256:2caf77ae137935c1466f8cefd4a3aec7017b6969f425d086e6a528241cba7256"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:53f3e95081280898d9e4fc51c5c69017715929e4eea1ab45801d5e903dd518ad"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_s390x.whl", hash = "sha256:9da7acb9af7e4a272089bd2af0171d23e0d6271385c51d4d9bde91fe918c53ed"}, + {file = "watchdog-2.3.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:8a4d484e846dcd75e96b96d80d80445302621be40e293bfdf34a631cab3b33dc"}, + {file = "watchdog-2.3.1-py3-none-win32.whl", hash = "sha256:a74155398434937ac2780fd257c045954de5b11b5c52fc844e2199ce3eecf4cf"}, + {file = "watchdog-2.3.1-py3-none-win_amd64.whl", hash = "sha256:5defe4f0918a2a1a4afbe4dbb967f743ac3a93d546ea4674567806375b024adb"}, + {file = "watchdog-2.3.1-py3-none-win_ia64.whl", hash = "sha256:4109cccf214b7e3462e8403ab1e5b17b302ecce6c103eb2fc3afa534a7f27b96"}, + {file = "watchdog-2.3.1.tar.gz", hash = "sha256:d9f9ed26ed22a9d331820a8432c3680707ea8b54121ddcc9dc7d9f2ceeb36906"}, ] wcwidth = [ - {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"}, - {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, + {file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"}, + {file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"}, ] webcolors = [ {file = "webcolors-1.12-py3-none-any.whl", hash = "sha256:d98743d81d498a2d3eaf165196e65481f0d2ea85281463d856b1e51b09f62dce"}, {file = "webcolors-1.12.tar.gz", hash = "sha256:16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9"}, ] wrapt = [ - {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"}, - {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"}, - {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"}, - {file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"}, - {file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"}, - {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"}, - {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"}, - {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"}, - {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"}, - {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"}, - {file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"}, - {file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"}, - {file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"}, - {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"}, - {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"}, - {file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"}, - {file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"}, - {file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"}, - {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"}, - {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"}, - {file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"}, - {file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"}, - {file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"}, - {file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"}, - {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"}, - {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"}, - {file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"}, - {file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"}, - {file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"}, - {file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"}, - {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"}, - {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"}, - {file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"}, - {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"}, - {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"}, + {file = "wrapt-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:ca1cccf838cd28d5a0883b342474c630ac48cac5df0ee6eacc9c7290f76b11c1"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e826aadda3cae59295b95343db8f3d965fb31059da7de01ee8d1c40a60398b29"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5fc8e02f5984a55d2c653f5fea93531e9836abbd84342c1d1e17abc4a15084c2"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:96e25c8603a155559231c19c0349245eeb4ac0096fe3c1d0be5c47e075bd4f46"}, + {file = "wrapt-1.15.0-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:40737a081d7497efea35ab9304b829b857f21558acfc7b3272f908d33b0d9d4c"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:f87ec75864c37c4c6cb908d282e1969e79763e0d9becdfe9fe5473b7bb1e5f09"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:1286eb30261894e4c70d124d44b7fd07825340869945c79d05bda53a40caa079"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:493d389a2b63c88ad56cdc35d0fa5752daac56ca755805b1b0c530f785767d5e"}, + {file = "wrapt-1.15.0-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:58d7a75d731e8c63614222bcb21dd992b4ab01a399f1f09dd82af17bbfc2368a"}, + {file = "wrapt-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:21f6d9a0d5b3a207cdf7acf8e58d7d13d463e639f0c7e01d82cdb671e6cb7923"}, + {file = "wrapt-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ce42618f67741d4697684e501ef02f29e758a123aa2d669e2d964ff734ee00ee"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:41d07d029dd4157ae27beab04d22b8e261eddfc6ecd64ff7000b10dc8b3a5727"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54accd4b8bc202966bafafd16e69da9d5640ff92389d33d28555c5fd4f25ccb7"}, + {file = "wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2fbfbca668dd15b744418265a9607baa970c347eefd0db6a518aaf0cfbd153c0"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:76e9c727a874b4856d11a32fb0b389afc61ce8aaf281ada613713ddeadd1cfec"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e20076a211cd6f9b44a6be58f7eeafa7ab5720eb796975d0c03f05b47d89eb90"}, + {file = "wrapt-1.15.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a74d56552ddbde46c246b5b89199cb3fd182f9c346c784e1a93e4dc3f5ec9975"}, + {file = "wrapt-1.15.0-cp310-cp310-win32.whl", hash = "sha256:26458da5653aa5b3d8dc8b24192f574a58984c749401f98fff994d41d3f08da1"}, + {file = "wrapt-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:75760a47c06b5974aa5e01949bf7e66d2af4d08cb8c1d6516af5e39595397f5e"}, + {file = "wrapt-1.15.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ba1711cda2d30634a7e452fc79eabcadaffedf241ff206db2ee93dd2c89a60e7"}, + {file = "wrapt-1.15.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:56374914b132c702aa9aa9959c550004b8847148f95e1b824772d453ac204a72"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a89ce3fd220ff144bd9d54da333ec0de0399b52c9ac3d2ce34b569cf1a5748fb"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3bbe623731d03b186b3d6b0d6f51865bf598587c38d6f7b0be2e27414f7f214e"}, + {file = "wrapt-1.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3abbe948c3cbde2689370a262a8d04e32ec2dd4f27103669a45c6929bcdbfe7c"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b67b819628e3b748fd3c2192c15fb951f549d0f47c0449af0764d7647302fda3"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7eebcdbe3677e58dd4c0e03b4f2cfa346ed4049687d839adad68cc38bb559c92"}, + {file = "wrapt-1.15.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:74934ebd71950e3db69960a7da29204f89624dde411afbfb3b4858c1409b1e98"}, + {file = "wrapt-1.15.0-cp311-cp311-win32.whl", hash = "sha256:bd84395aab8e4d36263cd1b9308cd504f6cf713b7d6d3ce25ea55670baec5416"}, + {file = "wrapt-1.15.0-cp311-cp311-win_amd64.whl", hash = "sha256:a487f72a25904e2b4bbc0817ce7a8de94363bd7e79890510174da9d901c38705"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:4ff0d20f2e670800d3ed2b220d40984162089a6e2c9646fdb09b85e6f9a8fc29"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:9ed6aa0726b9b60911f4aed8ec5b8dd7bf3491476015819f56473ffaef8959bd"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:896689fddba4f23ef7c718279e42f8834041a21342d95e56922e1c10c0cc7afb"}, + {file = "wrapt-1.15.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:75669d77bb2c071333417617a235324a1618dba66f82a750362eccbe5b61d248"}, + {file = "wrapt-1.15.0-cp35-cp35m-win32.whl", hash = "sha256:fbec11614dba0424ca72f4e8ba3c420dba07b4a7c206c8c8e4e73f2e98f4c559"}, + {file = "wrapt-1.15.0-cp35-cp35m-win_amd64.whl", hash = "sha256:fd69666217b62fa5d7c6aa88e507493a34dec4fa20c5bd925e4bc12fce586639"}, + {file = "wrapt-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b0724f05c396b0a4c36a3226c31648385deb6a65d8992644c12a4963c70326ba"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bbeccb1aa40ab88cd29e6c7d8585582c99548f55f9b2581dfc5ba68c59a85752"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:38adf7198f8f154502883242f9fe7333ab05a5b02de7d83aa2d88ea621f13364"}, + {file = "wrapt-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:578383d740457fa790fdf85e6d346fda1416a40549fe8db08e5e9bd281c6a475"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:a4cbb9ff5795cd66f0066bdf5947f170f5d63a9274f99bdbca02fd973adcf2a8"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:af5bd9ccb188f6a5fdda9f1f09d9f4c86cc8a539bd48a0bfdc97723970348418"}, + {file = "wrapt-1.15.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:b56d5519e470d3f2fe4aa7585f0632b060d532d0696c5bdfb5e8319e1d0f69a2"}, + {file = "wrapt-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:77d4c1b881076c3ba173484dfa53d3582c1c8ff1f914c6461ab70c8428b796c1"}, + {file = "wrapt-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:077ff0d1f9d9e4ce6476c1a924a3332452c1406e59d90a2cf24aeb29eeac9420"}, + {file = "wrapt-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5c5aa28df055697d7c37d2099a7bc09f559d5053c3349b1ad0c39000e611d317"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3a8564f283394634a7a7054b7983e47dbf39c07712d7b177b37e03f2467a024e"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:780c82a41dc493b62fc5884fb1d3a3b81106642c5c5c78d6a0d4cbe96d62ba7e"}, + {file = "wrapt-1.15.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e169e957c33576f47e21864cf3fc9ff47c223a4ebca8960079b8bd36cb014fd0"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b02f21c1e2074943312d03d243ac4388319f2456576b2c6023041c4d57cd7019"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f2e69b3ed24544b0d3dbe2c5c0ba5153ce50dcebb576fdc4696d52aa22db6034"}, + {file = "wrapt-1.15.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d787272ed958a05b2c86311d3a4135d3c2aeea4fc655705f074130aa57d71653"}, + {file = "wrapt-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:02fce1852f755f44f95af51f69d22e45080102e9d00258053b79367d07af39c0"}, + {file = "wrapt-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:abd52a09d03adf9c763d706df707c343293d5d106aea53483e0ec8d9e310ad5e"}, + {file = "wrapt-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cdb4f085756c96a3af04e6eca7f08b1345e94b53af8921b25c72f096e704e145"}, + {file = "wrapt-1.15.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:230ae493696a371f1dbffaad3dafbb742a4d27a0afd2b1aecebe52b740167e7f"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63424c681923b9f3bfbc5e3205aafe790904053d42ddcc08542181a30a7a51bd"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d6bcbfc99f55655c3d93feb7ef3800bd5bbe963a755687cbf1f490a71fb7794b"}, + {file = "wrapt-1.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c99f4309f5145b93eca6e35ac1a988f0dc0a7ccf9ccdcd78d3c0adf57224e62f"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b130fe77361d6771ecf5a219d8e0817d61b236b7d8b37cc045172e574ed219e6"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:96177eb5645b1c6985f5c11d03fc2dbda9ad24ec0f3a46dcce91445747e15094"}, + {file = "wrapt-1.15.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d5fe3e099cf07d0fb5a1e23d399e5d4d1ca3e6dfcbe5c8570ccff3e9208274f7"}, + {file = "wrapt-1.15.0-cp38-cp38-win32.whl", hash = "sha256:abd8f36c99512755b8456047b7be10372fca271bf1467a1caa88db991e7c421b"}, + {file = "wrapt-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:b06fa97478a5f478fb05e1980980a7cdf2712015493b44d0c87606c1513ed5b1"}, + {file = "wrapt-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2e51de54d4fb8fb50d6ee8327f9828306a959ae394d3e01a1ba8b2f937747d86"}, + {file = "wrapt-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0970ddb69bba00670e58955f8019bec4a42d1785db3faa043c33d81de2bf843c"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76407ab327158c510f44ded207e2f76b657303e17cb7a572ffe2f5a8a48aa04d"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd525e0e52a5ff16653a3fc9e3dd827981917d34996600bbc34c05d048ca35cc"}, + {file = "wrapt-1.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d37ac69edc5614b90516807de32d08cb8e7b12260a285ee330955604ed9dd29"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:078e2a1a86544e644a68422f881c48b84fef6d18f8c7a957ffd3f2e0a74a0d4a"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2cf56d0e237280baed46f0b5316661da892565ff58309d4d2ed7dba763d984b8"}, + {file = "wrapt-1.15.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7dc0713bf81287a00516ef43137273b23ee414fe41a3c14be10dd95ed98a2df9"}, + {file = "wrapt-1.15.0-cp39-cp39-win32.whl", hash = "sha256:46ed616d5fb42f98630ed70c3529541408166c22cdfd4540b88d5f21006b0eff"}, + {file = "wrapt-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:eef4d64c650f33347c1f9266fa5ae001440b232ad9b98f1f43dfe7a79435c0a6"}, + {file = "wrapt-1.15.0-py3-none-any.whl", hash = "sha256:64b1df0f83706b4ef4cfb4fb0e4c2669100fd7ecacfb59e091fad300d4e04640"}, + {file = "wrapt-1.15.0.tar.gz", hash = "sha256:d06730c6aed78cee4126234cf2d071e01b44b915e725a6cb439a879ec9754a3a"}, ] zipp = [ - {file = "zipp-3.11.0-py3-none-any.whl", hash = "sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa"}, - {file = "zipp-3.11.0.tar.gz", hash = "sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"}, + {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, + {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, ] diff --git a/pyproject.toml b/pyproject.toml index d32a3ac..7b17dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,11 @@ keywords = ["semantic web", "bioinformatics"] classifiers = [ "Development Status :: 1 - Planning", "Topic :: Scientific/Engineering :: Bio-Informatics", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.7", ] [tool.poetry.urls] @@ -19,6 +24,7 @@ homepage = "https://github.com/linkml/prefixmaps" [tool.poetry.dependencies] python = "^3.7.6" pyyaml = ">=5.3.1" +greenlet = "2.0.1" importlib-metadata = ">=1.0.0" sphinx-rtd-theme = {version = "^1.0.0", extras = ["docs"]} Sphinx = {version = "^5.3.0", extras = ["docs"]} @@ -28,14 +34,13 @@ myst-parser = {version = "^0.18.1", extras = ["docs"]} click = "^8.1.3" typing-extensions = "^4.4.0" requests = {version = "^2.28.1", extras = ["refresh"]} -# Anticipate bioregistry ^0.6.0 will require adaptation -bioregistry = {version = "<0.6.0", extras = ["refresh"]} +bioregistry = {version = "^0.8.0", extras = ["refresh"]} rdflib = {version = "^6.2.0", extras = ["refresh"]} [tool.poetry.dev-dependencies] pytest = "^5.2" linkml = "^1.3.1" -curies = "^0.4.0" +curies = "^0.5.3" coverage = "^6.4.4" [tool.poetry.extras] diff --git a/src/prefixmaps/data/bioregistry.csv b/src/prefixmaps/data/bioregistry.csv index 36e7a5c..2001d7b 100644 --- a/src/prefixmaps/data/bioregistry.csv +++ b/src/prefixmaps/data/bioregistry.csv @@ -4,7 +4,6 @@ bioregistry,4dn.biosource,http://identifiers.org/4dn/,canonical bioregistry,4dn.replicate,https://data.4dnucleome.org/experiment-set-replicates/,canonical bioregistry,AAO,http://purl.obolibrary.org/obo/AAO_,canonical bioregistry,abcd,https://web.expasy.org/abcd/ABCD_,canonical -bioregistry,abs,http://identifiers.org/abs/,canonical bioregistry,ac,http://www.w3.org/ns/activitystreams#,canonical bioregistry,aceview.worm,http://identifiers.org/aceview.worm/,canonical bioregistry,addgene,http://identifiers.org/addgene/,canonical @@ -32,10 +31,10 @@ bioregistry,aop.relationships,http://identifiers.org/aop.relationships/,canonica bioregistry,aop.stressor,http://identifiers.org/aop.stressor/,canonical bioregistry,apd,http://identifiers.org/apd/,canonical bioregistry,aphidbase.transcript,http://identifiers.org/aphidbase.transcript/,canonical -bioregistry,apid.interactions,http://identifiers.org/apid.interactions/,canonical bioregistry,APO,http://purl.obolibrary.org/obo/APO_,canonical bioregistry,APOLLO_SV,http://purl.obolibrary.org/obo/APOLLO_SV_,canonical bioregistry,arachnoserver,http://identifiers.org/arachnoserver/,canonical +bioregistry,araport,http://identifiers.org/tair.name/,canonical bioregistry,ardb,http://identifiers.org/ardb/,canonical bioregistry,ark,http://identifiers.org/ARK/,canonical bioregistry,ARO,http://purl.obolibrary.org/obo/ARO_,canonical @@ -57,7 +56,6 @@ bioregistry,atol,http://opendata.inra.fr/ATOL/ATOL_,canonical bioregistry,autdb,http://identifiers.org/autdb/,canonical bioregistry,bacdive,http://identifiers.org/bacdive/,canonical bioregistry,bacmap.biog,http://identifiers.org/bacmap.biog/,canonical -bioregistry,bacmap.map,http://identifiers.org/bacmap.map/,canonical bioregistry,bactibase,http://bactibase.hammamilab.org/,canonical bioregistry,bao,http://identifiers.org/bao/,canonical bioregistry,bartoc,https://bartoc.org/en/node/,canonical @@ -67,14 +65,12 @@ bioregistry,BCGO,http://purl.obolibrary.org/obo/BCGO_,canonical bioregistry,bcio,https://w3id.org/BCI-ontology#,canonical bioregistry,BCO,http://purl.obolibrary.org/obo/BCO_,canonical bioregistry,bcrj,http://bcrj.org.br/celula/,canonical -bioregistry,bdgp.est,http://identifiers.org/bdgp.est/,canonical bioregistry,bdgp.insertion,http://identifiers.org/bdgp.insertion/,canonical bioregistry,bdsc,http://identifiers.org/bdsc/,canonical bioregistry,beetlebase,http://identifiers.org/beetlebase/,canonical bioregistry,begdb,http://identifiers.org/begdb/,canonical bioregistry,BFO,http://purl.obolibrary.org/obo/BFO_,canonical bioregistry,bgee.family,http://identifiers.org/bgee.family/,canonical -bioregistry,bgee.gene,http://identifiers.org/bgee.gene/,canonical bioregistry,bgee.organ,http://identifiers.org/bgee.organ/,canonical bioregistry,bgee.stage,http://identifiers.org/bgee.stage/,canonical bioregistry,bibo,http://purl.org/ontology/bibo/,canonical @@ -83,10 +79,12 @@ bioregistry,bigg.compartment,http://identifiers.org/bigg.compartment/,canonical bioregistry,bigg.metabolite,http://identifiers.org/bigg.metabolite/,canonical bioregistry,bigg.model,http://identifiers.org/bigg.model/,canonical bioregistry,bigg.reaction,http://identifiers.org/bigg.reaction/,canonical +bioregistry,BILA,http://purl.obolibrary.org/obo/BILA_,canonical bioregistry,bindingdb,http://identifiers.org/bindingdb/,canonical bioregistry,biocarta.pathway,http://identifiers.org/biocarta.pathway/,canonical bioregistry,biocatalogue.service,http://identifiers.org/biocatalogue.service/,canonical bioregistry,biocyc,http://identifiers.org/biocyc/,canonical +bioregistry,biofactoid,https://biofactoid.org/document/,canonical bioregistry,biogrid,http://identifiers.org/biogrid/,canonical bioregistry,biogrid.interaction,https://thebiogrid.org/interaction/,canonical bioregistry,biolink,http://identifiers.org/biolink/,canonical @@ -97,13 +95,13 @@ bioregistry,biomodels.teddy,http://identifiers.org/biomodels.teddy/,canonical bioregistry,biomodels.vocabulary,http://identifiers.org/biomodels.vocabulary/,canonical bioregistry,bionumbers,http://identifiers.org/bionumbers/,canonical bioregistry,bioportal,http://identifiers.org/bioportal/,canonical -bioregistry,bioproject,http://identifiers.org/bioproject/,canonical bioregistry,bioregistry,https://bioregistry.io/registry/,canonical bioregistry,bioregistry.collection,https://bioregistry.io/collection/,canonical bioregistry,bioregistry.registry,https://bioregistry.io/metaregistry/,canonical bioregistry,bioregistry.schema,https://bioregistry.io/schema/#,canonical bioregistry,biorxiv,https://www.biorxiv.org/content/10.1101/,canonical bioregistry,biosample,http://identifiers.org/biosample/,canonical +bioregistry,bioschemas,https://bioschemas.org/profiles/,canonical bioregistry,biosimulations,http://identifiers.org/biosimulations/,canonical bioregistry,biosimulators,http://identifiers.org/biosimulators/,canonical bioregistry,biostudies,http://identifiers.org/biostudies/,canonical @@ -116,33 +114,24 @@ bioregistry,bitbucket,http://identifiers.org/bitbucket/,canonical bioregistry,bitterdb.cpd,http://identifiers.org/bitterdb.cpd/,canonical bioregistry,bitterdb.rec,http://identifiers.org/bitterdb.rec/,canonical bioregistry,bko,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical -bioregistry,bmrb,http://identifiers.org/bmrb/,canonical bioregistry,bold.taxonomy,http://identifiers.org/bold.taxonomy/,canonical bioregistry,BOOTSTREP,http://purl.obolibrary.org/obo/BOOTSTREP_,canonical -bioregistry,brenda,http://identifiers.org/brenda/,canonical bioregistry,broad,http://identifiers.org/broad/,canonical bioregistry,bs,https://biopragmatics.github.io/providers/bs/,canonical bioregistry,BSPO,http://purl.obolibrary.org/obo/BSPO_,canonical bioregistry,BTO,http://purl.obolibrary.org/obo/BTO_,canonical bioregistry,bugbase.expt,http://identifiers.org/bugbase.expt/,canonical bioregistry,bugbase.protocol,http://identifiers.org/bugbase.protocol/,canonical -bioregistry,bykdb,http://identifiers.org/bykdb/,canonical bioregistry,C4O,http://purl.org/spar/c4o/,canonical -bioregistry,cabri,http://identifiers.org/cabri/,canonical -bioregistry,cadsr,http://identifiers.org/cadsr/,canonical -bioregistry,caloha,https://biopragmatics.github.io/providers/caloha/,canonical +bioregistry,caloha,https://www.nextprot.org/term/,canonical bioregistry,cameo,http://identifiers.org/cameo/,canonical bioregistry,caps,http://identifiers.org/caps/,canonical bioregistry,CARO,http://purl.obolibrary.org/obo/CARO_,canonical bioregistry,cas,http://identifiers.org/cas/,canonical bioregistry,cath,http://identifiers.org/cath/,canonical bioregistry,cath.domain,http://identifiers.org/cath.domain/,canonical -bioregistry,cath.superfamily,http://identifiers.org/cath.superfamily/,canonical -bioregistry,cattleqtldb,http://identifiers.org/cattleqtldb/,canonical -bioregistry,cazy,http://identifiers.org/cazy/,canonical bioregistry,cba,https://europepmc.org/article/CBA/,canonical bioregistry,cbioportal,http://identifiers.org/cbioportal/,canonical -bioregistry,ccdc,http://identifiers.org/ccdc/,canonical bioregistry,ccds,http://identifiers.org/ccds/,canonical bioregistry,cco,http://identifiers.org/CCO/,canonical bioregistry,CDAO,http://purl.obolibrary.org/obo/CDAO_,canonical @@ -155,7 +144,7 @@ bioregistry,cellopub,https://web.expasy.org/cellosaurus/cellopub/,canonical bioregistry,cellosaurus,http://identifiers.org/cellosaurus/,canonical bioregistry,cellosaurus.resource,https://bioregistry.io/metaregistry/cellosaurus/,canonical bioregistry,cellrepo,http://identifiers.org/cellrepo/,canonical -bioregistry,cemo,http://purl.obolibrary.org/obo/cemo.owl#,canonical +bioregistry,cemo,https://biopragmatics.github.io/providers/cemo/,canonical bioregistry,CEPH,http://purl.obolibrary.org/obo/CEPH_,canonical bioregistry,cgd,http://identifiers.org/cgd/,canonical bioregistry,cgsc,http://identifiers.org/cgsc/,canonical @@ -164,13 +153,10 @@ bioregistry,CHEBI,http://purl.obolibrary.org/obo/CHEBI_,canonical bioregistry,chembl,http://identifiers.org/chembl/,canonical bioregistry,chembl.cell,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical bioregistry,chembl.compound,http://identifiers.org/chembl.compound/,canonical -bioregistry,chembl.target,http://identifiers.org/chembl.target/,canonical bioregistry,chemdb,http://identifiers.org/chemdb/,canonical bioregistry,chemidplus,http://identifiers.org/chemidplus/,canonical bioregistry,CHEMINF,http://purl.obolibrary.org/obo/CHEMINF_,canonical bioregistry,ChEMROF,https://chemkg.github.io/chemrof/,canonical -bioregistry,chemspider,http://identifiers.org/chemspider/,canonical -bioregistry,chickenqtldb,http://identifiers.org/chickenqtldb/,canonical bioregistry,CHIRO,http://purl.obolibrary.org/obo/CHIRO_,canonical bioregistry,CHMO,http://purl.obolibrary.org/obo/CHMO_,canonical bioregistry,CIDO,http://purl.obolibrary.org/obo/CIDO_,canonical @@ -187,7 +173,7 @@ bioregistry,civic.vid,http://identifiers.org/civic.vid/,canonical bioregistry,CL,http://purl.obolibrary.org/obo/CL_,canonical bioregistry,CLAO,http://purl.obolibrary.org/obo/CLAO_,canonical bioregistry,classyfire,http://identifiers.org/classyfire/,canonical -bioregistry,cldb,http://identifiers.org/cldb/,canonical +bioregistry,clb,http://identifiers.org/clb/,canonical bioregistry,clinicaltrials,http://identifiers.org/clinicaltrials/,canonical bioregistry,clinvar,http://identifiers.org/clinvar/,canonical bioregistry,clinvar.record,http://identifiers.org/clinvar.record/,canonical @@ -196,6 +182,7 @@ bioregistry,clinvar.submitter,http://identifiers.org/clinvar.submitter/,canonica bioregistry,CLO,http://purl.obolibrary.org/obo/CLO_,canonical bioregistry,cls,https://cls.shop/,canonical bioregistry,CLYH,http://purl.obolibrary.org/obo/CLYH_,canonical +bioregistry,CMF,http://purl.obolibrary.org/obo/CMF_,canonical bioregistry,CMO,http://purl.obolibrary.org/obo/CMO_,canonical bioregistry,cmpo,http://www.ebi.ac.uk/cmpo/CMPO_,canonical bioregistry,CO_320,https://cropontology.org/rdf/CO_320:,canonical @@ -237,12 +224,11 @@ bioregistry,coconut,https://coconut.naturalproducts.net/compound/coconut_id/,can bioregistry,cog,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical bioregistry,cog.category,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical bioregistry,cog.pathway,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical +bioregistry,col,http://identifiers.org/col/,canonical bioregistry,COLAO,http://purl.obolibrary.org/obo/COLAO_,canonical -bioregistry,combine.specifications,http://identifiers.org/combine.specifications/,canonical bioregistry,commoncoreontology,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical bioregistry,complexportal,http://identifiers.org/complexportal/,canonical bioregistry,comptox,http://identifiers.org/comptox/,canonical -bioregistry,compulyeast,http://identifiers.org/compulyeast/,canonical bioregistry,confident.event,https://www.confident-conference.org/index.php/Event:,canonical bioregistry,confident.series,https://www.confident-conference.org/index.php/Event_Series:,canonical bioregistry,conoserver,http://identifiers.org/conoserver/,canonical @@ -263,26 +249,20 @@ bioregistry,crop2ml,http://identifiers.org/crop2ml/,canonical bioregistry,cryoem,http://scipion.i2pc.es/ontology/CRYOEM_,canonical bioregistry,cryptodb,http://identifiers.org/cryptodb/,canonical bioregistry,csa,http://identifiers.org/csa/,canonical -bioregistry,csd,http://identifiers.org/csd/,canonical -bioregistry,cst,http://identifiers.org/cst/,canonical -bioregistry,cst.ab,http://identifiers.org/cst.ab/,canonical -bioregistry,ctd.chemical,http://identifiers.org/ctd.chemical/,canonical -bioregistry,ctd.disease,http://identifiers.org/ctd.disease/,canonical -bioregistry,ctd.gene,http://identifiers.org/ctd.gene/,canonical +bioregistry,csp,http://purl.bioontology.org/ontology/CSP/,canonical bioregistry,CTENO,http://purl.obolibrary.org/obo/CTENO_,canonical bioregistry,CTO,http://purl.obolibrary.org/obo/CTO_,canonical bioregistry,CVDO,http://purl.obolibrary.org/obo/CVDO_,canonical -bioregistry,d1id,http://identifiers.org/d1id/,canonical bioregistry,dailymed,http://identifiers.org/dailymed/,canonical bioregistry,dandi,http://identifiers.org/dandi/,canonical bioregistry,darc,http://identifiers.org/darc/,canonical bioregistry,dashr,http://identifiers.org/dashr/,canonical -bioregistry,dashr.expression,http://identifiers.org/dashr.expression/,canonical bioregistry,DataCite,http://purl.org/spar/datacite/,canonical +bioregistry,datacommons,https://datacommons.org/browser/,canonical bioregistry,datanator.gene,http://identifiers.org/datanator.gene/,canonical bioregistry,datanator.metabolite,http://identifiers.org/datanator.metabolite/,canonical bioregistry,datanator.reaction,http://identifiers.org/datanator.reaction/,canonical -bioregistry,dbd,http://identifiers.org/dbd/,canonical +bioregistry,datf,http://identifiers.org/datf/,canonical bioregistry,dbest,http://identifiers.org/dbest/,canonical bioregistry,dbg2introns,http://identifiers.org/dbg2introns/,canonical bioregistry,dbgap,http://identifiers.org/dbgap/,canonical @@ -305,7 +285,6 @@ bioregistry,decipher,https://www.deciphergenomics.org/syndrome/,canonical bioregistry,degradome,http://identifiers.org/degradome/,canonical bioregistry,DEO,http://purl.org/spar/deo/,canonical bioregistry,depmap,https://depmap.org/portal/cell_line/,canonical -bioregistry,depod,http://identifiers.org/depod/,canonical bioregistry,dermo,http://purl.obolibrary.org/obo/DERMO_,canonical bioregistry,dev.ga4ghdos,http://identifiers.org/dev.ga4ghdos/,canonical bioregistry,dg.4503,http://identifiers.org/dg.4503/,canonical @@ -318,14 +297,13 @@ bioregistry,DHBA,https://biopragmatics.github.io/providers/dhba/,canonical bioregistry,dicom,http://dicom.nema.org/resources/ontology/DCM/,canonical bioregistry,dictybase,http://dictybase.org/gene/,canonical bioregistry,dictybase.est,http://identifiers.org/dictybase.est/,canonical -bioregistry,dictybase.gene,http://identifiers.org/dictybase.gene/,canonical bioregistry,did,http://identifiers.org/DID/,canonical bioregistry,DIDEO,http://purl.obolibrary.org/obo/DIDEO_,canonical bioregistry,DINTO,http://purl.obolibrary.org/obo/DINTO_,canonical bioregistry,dip,http://identifiers.org/dip/,canonical bioregistry,DISDRIV,http://purl.obolibrary.org/obo/DISDRIV_,canonical +bioregistry,diseaseclass,https://biopragmatics.github.io/providers/diseaseclass/,canonical bioregistry,disprot,http://identifiers.org/disprot/,canonical -bioregistry,disprot.region,http://identifiers.org/disprot.region/,canonical bioregistry,dlxb,http://identifiers.org/dlxb/,canonical bioregistry,dlxc,http://identifiers.org/dlxc/,canonical bioregistry,DMBA,https://biopragmatics.github.io/providers/dmba/,canonical @@ -339,13 +317,14 @@ bioregistry,doqcs.model,http://identifiers.org/doqcs.model/,canonical bioregistry,doqcs.pathway,http://identifiers.org/doqcs.pathway/,canonical bioregistry,DPO,http://purl.obolibrary.org/obo/FBcv_,canonical bioregistry,dpv,http://identifiers.org/dpv/,canonical +bioregistry,drduke,https://phytochem.nal.usda.gov/phytochem/chemicals/show/,canonical bioregistry,DRON,http://purl.obolibrary.org/obo/DRON_,canonical bioregistry,drsc,http://identifiers.org/drsc/,canonical bioregistry,drugbank,http://identifiers.org/drugbank/,canonical bioregistry,drugbank.category,https://www.drugbank.ca/categories/,canonical bioregistry,drugbank.salt,https://go.drugbank.com/salts/,canonical bioregistry,drugbankv4.target,http://identifiers.org/drugbankv4.target/,canonical -bioregistry,drugcentral,http://drugcentral.org/drugcard/,canonical +bioregistry,drugcentral,http://identifiers.org/drugcentral/,canonical bioregistry,dsmz,https://www.dsmz.de/collection/catalogue/details/culture/,canonical bioregistry,dso,https://www.datascienceontology.org/concept/,canonical bioregistry,dto,http://www.drugtargetontology.org/dto/DTO_,canonical @@ -360,7 +339,6 @@ bioregistry,ecmdb,http://ecmdb.ca/compounds/,canonical bioregistry,ECO,http://purl.obolibrary.org/obo/ECO_,canonical bioregistry,ECOCORE,http://purl.obolibrary.org/obo/ECOCORE_,canonical bioregistry,ecogene,http://identifiers.org/ecogene/,canonical -bioregistry,ecoliwiki,http://identifiers.org/ecoliwiki/,canonical bioregistry,ECTO,http://purl.obolibrary.org/obo/ECTO_,canonical bioregistry,ecyano.entity,http://identifiers.org/ecyano.entity/,canonical bioregistry,ecyano.experiment,http://identifiers.org/ecyano.experiment/,canonical @@ -379,17 +357,16 @@ bioregistry,eggnog,http://identifiers.org/eggnog/,canonical bioregistry,EHDA,http://purl.obolibrary.org/obo/EHDA_,canonical bioregistry,EHDAA,http://purl.obolibrary.org/obo/EHDAA_,canonical bioregistry,EHDAA2,http://purl.obolibrary.org/obo/EHDAA2_,canonical -bioregistry,elm,http://identifiers.org/elm/,canonical bioregistry,EMAP,http://purl.obolibrary.org/obo/EMAP_,canonical bioregistry,EMAPA,http://purl.obolibrary.org/obo/EMAPA_,canonical +bioregistry,EMAPS,https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:,canonical bioregistry,emdb,http://identifiers.org/emdb/,canonical -bioregistry,empiar,https://www.ebi.ac.uk/pdbe/emdb/empiar/entry/,canonical +bioregistry,emmo.cif,http://emmo.info/emmo/cif-core#,canonical +bioregistry,empiar,http://identifiers.org/empiar/,canonical bioregistry,ena.embl,http://identifiers.org/ena.embl/,canonical bioregistry,encode,http://identifiers.org/encode/,canonical bioregistry,enm,http://purl.enanomapper.org/onto/ENM_,canonical bioregistry,ensembl,http://identifiers.org/ensembl/,canonical -bioregistry,ensembl.bacteria,http://identifiers.org/ensembl.bacteria/,canonical -bioregistry,ensembl.fungi,http://identifiers.org/ensembl.fungi/,canonical bioregistry,ensembl.metazoa,http://identifiers.org/ensembl.metazoa/,canonical bioregistry,ensembl.plant,http://identifiers.org/ensembl.plant/,canonical bioregistry,ensembl.protist,http://identifiers.org/ensembl.protist/,canonical @@ -418,11 +395,12 @@ bioregistry,ExO,http://purl.obolibrary.org/obo/ExO_,canonical bioregistry,fabio,https://sparontologies.github.io/fabio/current/fabio.html#,canonical bioregistry,facebase,http://identifiers.org/facebase/,canonical bioregistry,fairsharing,http://identifiers.org/fairsharing/,canonical +bioregistry,fairsharing.organization,https://fairsharing.org/organisations/,canonical +bioregistry,fairsharing.user,https://fairsharing.org/users/,canonical bioregistry,faldo,http://biohackathon.org/resource/faldo#,canonical bioregistry,FAO,http://purl.obolibrary.org/obo/FAO_,canonical bioregistry,FBbi,http://purl.obolibrary.org/obo/FBbi_,canonical bioregistry,FBbt,http://purl.obolibrary.org/obo/FBbt_,canonical -bioregistry,FBcv,http://purl.obolibrary.org/obo/FBcv_,namespace_alias bioregistry,FBdv,http://purl.obolibrary.org/obo/FBdv_,canonical bioregistry,FBSP,http://purl.obolibrary.org/obo/FBSP_,canonical bioregistry,fcb,http://identifiers.org/fcb/,canonical @@ -455,7 +433,8 @@ bioregistry,funderregistry,http://identifiers.org/funderregistry/,canonical bioregistry,fungidb,http://identifiers.org/fungidb/,canonical bioregistry,FYPO,http://purl.obolibrary.org/obo/FYPO_,canonical bioregistry,ga4ghdos,http://identifiers.org/ga4ghdos/,canonical -bioregistry,gabi,http://identifiers.org/gabi/,canonical +bioregistry,gainesville.core,http://purl.org/gc/,canonical +bioregistry,galen,http://www.co-ode.org/ontologies/galen#,canonical bioregistry,gateway,http://identifiers.org/gateway/,canonical bioregistry,GAZ,http://purl.obolibrary.org/obo/GAZ_,canonical bioregistry,gbif,https://www.gbif.org/species/,canonical @@ -467,12 +446,11 @@ bioregistry,gemet,https://www.eionet.europa.eu/gemet/en/concept/,canonical bioregistry,genatlas,http://identifiers.org/genatlas/,canonical bioregistry,genbank,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical bioregistry,genecards,http://identifiers.org/genecards/,canonical +bioregistry,genedb,http://identifiers.org/genedb/,canonical bioregistry,genefarm,http://identifiers.org/genefarm/,canonical bioregistry,GENEPIO,http://purl.obolibrary.org/obo/GENEPIO_,canonical bioregistry,genetree,http://identifiers.org/genetree/,canonical -bioregistry,genewiki,http://identifiers.org/genewiki/,canonical bioregistry,GENO,http://purl.obolibrary.org/obo/GENO_,canonical -bioregistry,genpept,http://identifiers.org/genpept/,canonical bioregistry,genprop,http://identifiers.org/genprop/,canonical bioregistry,geo,http://identifiers.org/geo/,canonical bioregistry,GEOGEO,http://purl.obolibrary.org/obo/GEO_,canonical @@ -487,27 +465,25 @@ bioregistry,gitlab,http://identifiers.org/gitlab/,canonical bioregistry,glida.gpcr,http://identifiers.org/glida.gpcr/,canonical bioregistry,glida.ligand,http://identifiers.org/glida.ligand/,canonical bioregistry,glycoepitope,http://identifiers.org/glycoepitope/,canonical -bioregistry,glycomedb,http://identifiers.org/glycomedb/,canonical bioregistry,glyconavi,http://identifiers.org/glyconavi/,canonical bioregistry,glycopost,http://identifiers.org/glycopost/,canonical bioregistry,glygen,https://glygen.org/glycan/,canonical bioregistry,glytoucan,http://identifiers.org/glytoucan/,canonical -bioregistry,gmd,http://identifiers.org/gmd/,canonical bioregistry,gmd.analyte,http://identifiers.org/gmd.analyte/,canonical bioregistry,gmd.gcms,http://identifiers.org/gmd.gcms/,canonical bioregistry,gmd.profile,http://identifiers.org/gmd.profile/,canonical bioregistry,gmd.ref,http://identifiers.org/gmd.ref/,canonical bioregistry,GNO,http://purl.obolibrary.org/obo/GNO_,canonical +bioregistry,gnomad,https://gnomad.broadinstitute.org/variant/,canonical bioregistry,gnpis,http://identifiers.org/gnpis/,canonical bioregistry,GO,http://purl.obolibrary.org/obo/GO_,canonical +bioregistry,go.gpi,http://geneontology.org/docs/gene-product-information-gpi-format/#,canonical bioregistry,go.model,http://noctua.geneontology.org/editor/graph/gomodel:,canonical bioregistry,go.ref,http://identifiers.org/GO_REF/,canonical bioregistry,go.resource,https://bioregistry.io/metaregistry/go/,canonical -bioregistry,goa,http://identifiers.org/goa/,canonical bioregistry,GOCHE,https://biopragmatics.github.io/providers/goche/,canonical bioregistry,gold,http://identifiers.org/gold/,canonical bioregistry,gold.genome,http://identifiers.org/gold.genome/,canonical -bioregistry,gold.meta,http://identifiers.org/gold.meta/,canonical bioregistry,goldbook,https://goldbook.iupac.org/terms/view/,canonical bioregistry,google.patent,http://identifiers.org/google.patent/,canonical bioregistry,gpcrdb,http://identifiers.org/gpcrdb/,canonical @@ -520,6 +496,7 @@ bioregistry,grassbase,https://www.kew.org/data/grasses-db/www/,canonical bioregistry,greengenes,http://identifiers.org/greengenes/,canonical bioregistry,grid,http://identifiers.org/grid/,canonical bioregistry,grin.taxonomy,http://identifiers.org/grin.taxonomy/,canonical +bioregistry,GRO,http://purl.obolibrary.org/obo/GRO_,canonical bioregistry,grsdb,http://identifiers.org/grsdb/,canonical bioregistry,GSSO,http://purl.obolibrary.org/obo/GSSO_,canonical bioregistry,gtex,http://identifiers.org/gtex/,canonical @@ -541,21 +518,23 @@ bioregistry,hcvdb,http://identifiers.org/hcvdb/,canonical bioregistry,hdr,http://identifiers.org/hdr/,canonical bioregistry,hgmd,http://identifiers.org/hgmd/,canonical bioregistry,hgnc,http://identifiers.org/hgnc/,canonical -bioregistry,hgnc.genefamily,http://identifiers.org/hgnc.genefamily/,canonical bioregistry,hgnc.genegroup,http://identifiers.org/hgnc.genegroup/,canonical bioregistry,hgnc.symbol,http://identifiers.org/hgnc.symbol/,canonical bioregistry,hinv.locus,http://identifiers.org/hinv.locus/,canonical bioregistry,hinv.protein,http://identifiers.org/hinv.protein/,canonical bioregistry,hinv.transcript,http://identifiers.org/hinv.transcript/,canonical bioregistry,hmdb,http://identifiers.org/hmdb/,canonical +bioregistry,hms.lincs.antibody,https://lincs.hms.harvard.edu/db/antibodies/,canonical +bioregistry,hms.lincs.cell,https://lincs.hms.harvard.edu/db/cells/,canonical bioregistry,hms.lincs.compound,https://lincs.hms.harvard.edu/db/sm/,canonical +bioregistry,hms.lincs.dataset,https://lincs.hms.harvard.edu/db/datasets/,canonical bioregistry,hog,https://biopragmatics.github.io/providers/hog/,canonical bioregistry,hogenom,http://identifiers.org/hogenom/,canonical +bioregistry,hoip,http://purl.bioontology.org/ontology/HOIP/HOIP_,canonical bioregistry,HOM,http://purl.obolibrary.org/obo/HOM_,canonical bioregistry,homd.seq,http://identifiers.org/homd.seq/,canonical bioregistry,homd.taxon,http://identifiers.org/homd.taxon/,canonical bioregistry,homologene,http://identifiers.org/homologene/,canonical -bioregistry,hovergen,http://identifiers.org/hovergen/,canonical bioregistry,HP,http://purl.obolibrary.org/obo/HP_,canonical bioregistry,hpa,http://identifiers.org/hpa/,canonical bioregistry,hpath,http://purl.obolibrary.org/obo/MC_,canonical @@ -566,7 +545,6 @@ bioregistry,hpscreg,http://identifiers.org/hpscreg/,canonical bioregistry,HsapDv,http://purl.obolibrary.org/obo/HsapDv_,canonical bioregistry,hsdb,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical bioregistry,HSO,http://purl.obolibrary.org/obo/HSO_,canonical -bioregistry,hssp,http://identifiers.org/hssp/,canonical bioregistry,HTN,http://purl.obolibrary.org/obo/HTN_,canonical bioregistry,huge,http://identifiers.org/huge/,canonical bioregistry,IAO,http://purl.obolibrary.org/obo/IAO_,canonical @@ -606,43 +584,31 @@ bioregistry,inchi,http://identifiers.org/inchi/,canonical bioregistry,inchikey,http://identifiers.org/inchikey/,canonical bioregistry,INO,http://purl.obolibrary.org/obo/INO_,canonical bioregistry,insdc,http://identifiers.org/insdc/,canonical -bioregistry,insdc.cds,http://identifiers.org/insdc.cds/,canonical -bioregistry,insdc.gca,http://identifiers.org/insdc.gca/,canonical -bioregistry,insdc.run,https://www.ebi.ac.uk/ena/browser/view/,canonical bioregistry,insdc.sra,http://identifiers.org/insdc.sra/,canonical bioregistry,intact,http://identifiers.org/intact/,canonical bioregistry,intact.molecule,http://identifiers.org/intact.molecule/,canonical bioregistry,interlex,http://identifiers.org/ilx/,canonical bioregistry,interpro,http://purl.obolibrary.org/obo/IPR_,canonical +bioregistry,iobc,http://purl.jp/bio/4/id/,canonical bioregistry,ird.segment,http://identifiers.org/ird.segment/,canonical bioregistry,irefweb,http://identifiers.org/irefweb/,canonical bioregistry,isbn,http://identifiers.org/isbn/,canonical bioregistry,isfinder,http://identifiers.org/isfinder/,canonical bioregistry,isni,http://identifiers.org/isni/,canonical +bioregistry,iso15926,http://standards.iso.org/iso/15926/part14/,canonical bioregistry,issn,http://identifiers.org/issn/,canonical bioregistry,ito,http://identifiers.org/ito/,canonical bioregistry,iuphar.family,http://identifiers.org/iuphar.family/,canonical bioregistry,iuphar.ligand,http://identifiers.org/iuphar.ligand/,canonical bioregistry,iuphar.receptor,http://identifiers.org/iuphar.receptor/,canonical bioregistry,jax,https://www.jax.org/strain/,canonical -bioregistry,jaxmice,http://identifiers.org/jaxmice/,canonical bioregistry,jcggdb,http://identifiers.org/jcggdb/,canonical bioregistry,jcm,http://identifiers.org/jcm/,canonical bioregistry,jcsd,http://identifiers.org/jcsd/,canonical bioregistry,jstor,http://identifiers.org/jstor/,canonical bioregistry,jws,http://identifiers.org/jws/,canonical bioregistry,kaggle,http://identifiers.org/kaggle/,canonical -bioregistry,kegg.compound,http://identifiers.org/kegg.compound/,canonical -bioregistry,kegg.disease,http://identifiers.org/kegg.disease/,canonical -bioregistry,kegg.drug,http://identifiers.org/kegg.drug/,canonical -bioregistry,kegg.genes,http://identifiers.org/kegg.genes/,canonical -bioregistry,kegg.genome,http://identifiers.org/kegg.genome/,canonical -bioregistry,kegg.glycan,http://identifiers.org/kegg.glycan/,canonical -bioregistry,kegg.metagenome,http://identifiers.org/kegg.metagenome/,canonical -bioregistry,kegg.module,http://identifiers.org/kegg.module/,canonical -bioregistry,kegg.orthology,http://identifiers.org/kegg.orthology/,canonical -bioregistry,kegg.pathway,http://identifiers.org/kegg.pathway/,canonical -bioregistry,kegg.reaction,http://identifiers.org/kegg.reaction/,canonical +bioregistry,kegg,http://identifiers.org/kegg/,canonical bioregistry,knapsack,http://identifiers.org/knapsack/,canonical bioregistry,LABO,http://purl.obolibrary.org/obo/LABO_,canonical bioregistry,lbo,http://purl.obolibrary.org/obo/LBO_,canonical @@ -652,7 +618,6 @@ bioregistry,lgai.cede,http://identifiers.org/lgai.cede/,canonical bioregistry,licebase,http://identifiers.org/licebase/,canonical bioregistry,ligandbook,http://identifiers.org/ligandbook/,canonical bioregistry,ligandbox,http://identifiers.org/ligandbox/,canonical -bioregistry,ligandexpo,http://identifiers.org/ligandexpo/,canonical bioregistry,ligea,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical bioregistry,lincs.cell,http://identifiers.org/lincs.cell/,canonical bioregistry,lincs.data,http://identifiers.org/lincs.data/,canonical @@ -668,7 +633,6 @@ bioregistry,loinc,https://loinc.org/,canonical bioregistry,loqate,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical bioregistry,lotus,https://lotus.naturalproducts.net/compound/lotus_id/,canonical bioregistry,lpt,http://purl.obolibrary.org/obo/LPT_,canonical -bioregistry,lrg,http://identifiers.org/lrg/,canonical bioregistry,lspci,https://labsyspharm.github.io/lspci/,canonical bioregistry,MA,http://purl.obolibrary.org/obo/MA_,canonical bioregistry,macie,http://identifiers.org/macie/,canonical @@ -678,19 +642,17 @@ bioregistry,MAO,http://purl.obolibrary.org/obo/MAO_,canonical bioregistry,massbank,http://identifiers.org/massbank/,canonical bioregistry,massive,http://identifiers.org/massive/,canonical bioregistry,MAT,http://purl.obolibrary.org/obo/MAT_,canonical -bioregistry,matrixdb.association,http://identifiers.org/matrixdb.association/,canonical bioregistry,MAXO,http://purl.obolibrary.org/obo/MAXO_,canonical bioregistry,MBA,https://biopragmatics.github.io/providers/mba/,canonical +bioregistry,mcc,http://www.semanticweb.org/pallabi.d/ontologies/2014/2/untitled-ontology-11#,canonical bioregistry,MCO,http://purl.obolibrary.org/obo/MCO_,canonical bioregistry,mdm,http://identifiers.org/mdm/,canonical bioregistry,meddra,http://identifiers.org/meddra/,canonical bioregistry,medgen,http://identifiers.org/medgen/,canonical -bioregistry,medlineplus,http://identifiers.org/medlineplus/,canonical bioregistry,merops.entry,http://identifiers.org/merops.inhibitor/,canonical bioregistry,merops.family,http://identifiers.org/merops.family/,canonical bioregistry,mesh,http://identifiers.org/mesh/,canonical -bioregistry,mesh.2012,http://identifiers.org/mesh.2012/,canonical -bioregistry,mesh.2013,http://identifiers.org/mesh.2013/,canonical +bioregistry,mesh.vocab,http://id.nlm.nih.gov/mesh/vocab#,canonical bioregistry,metabolights,http://identifiers.org/metabolights/,canonical bioregistry,metacyc.compound,http://identifiers.org/metacyc.compound/,canonical bioregistry,metacyc.reaction,http://identifiers.org/metacyc.reaction/,canonical @@ -698,8 +660,6 @@ bioregistry,metanetx.chemical,http://identifiers.org/metanetx.chemical/,canonica bioregistry,metanetx.compartment,http://identifiers.org/metanetx.compartment/,canonical bioregistry,metanetx.reaction,http://identifiers.org/metanetx.reaction/,canonical bioregistry,metatlas,http://identifiers.org/metatlas/,canonical -bioregistry,metatlas.metabolite,https://metabolicatlas.org/identifier/MetabolicAtlas/,canonical -bioregistry,metatlas.reaction,https://metabolicatlas.org/identifier/MetabolicAtlas/,namespace_alias bioregistry,metlin,http://identifiers.org/metlin/,canonical bioregistry,mex,http://identifiers.org/mex/,canonical bioregistry,MF,http://purl.obolibrary.org/obo/MF_,canonical @@ -726,12 +686,14 @@ bioregistry,mipmod,http://identifiers.org/mipmod/,canonical bioregistry,mir,http://identifiers.org/MIR/,canonical bioregistry,mirbase,http://identifiers.org/mirbase/,canonical bioregistry,mirbase.mature,http://identifiers.org/mirbase.mature/,canonical -bioregistry,mirex,http://identifiers.org/mirex/,canonical bioregistry,miriam,http://identifiers.org/identifiers.namespace/,canonical +bioregistry,miriam.collection,http://identifiers.org/miriam.collection/,canonical +bioregistry,miriam.resource,http://identifiers.org/miriam.resource/,canonical bioregistry,MIRNAO,http://purl.obolibrary.org/obo/MIRNAO_,canonical bioregistry,mirnest,http://identifiers.org/mirnest/,canonical bioregistry,MIRO,http://purl.obolibrary.org/obo/MIRO_,canonical bioregistry,mirtarbase,http://identifiers.org/mirtarbase/,canonical +bioregistry,mixs,https://w3id.org/mixs/,canonical bioregistry,mlc,http://identifiers.org/mlc/,canonical bioregistry,mmdb,http://identifiers.org/mmdb/,canonical bioregistry,MMO,http://purl.obolibrary.org/obo/MMO_,canonical @@ -742,7 +704,6 @@ bioregistry,mmp.ref,http://identifiers.org/mmp.ref/,canonical bioregistry,mmrrc,http://identifiers.org/mmrrc/,canonical bioregistry,MmusDv,http://purl.obolibrary.org/obo/MmusDv_,canonical bioregistry,MO,http://purl.obolibrary.org/obo/MO_,canonical -bioregistry,mobidb,http://identifiers.org/mobidb/,canonical bioregistry,MOD,http://purl.obolibrary.org/obo/MOD_,canonical bioregistry,modeldb,http://identifiers.org/modeldb/,canonical bioregistry,modeldb.concept,http://identifiers.org/modeldb.concept/,canonical @@ -761,9 +722,6 @@ bioregistry,MS,http://purl.obolibrary.org/obo/MS_,canonical bioregistry,msigdb,https://biopragmatics.github.io/providers/msigdb/,canonical bioregistry,msio,http://purl.obolibrary.org/obo/MSIO_,canonical bioregistry,multicellds,http://multicellds.org/MultiCellDB/,canonical -bioregistry,multicellds.cell_line,http://identifiers.org/multicellds.cell_line/,canonical -bioregistry,multicellds.collection,http://identifiers.org/multicellds.collection/,canonical -bioregistry,multicellds.snapshot,http://identifiers.org/multicellds.snapshot/,canonical bioregistry,mw.project,http://identifiers.org/mw.project/,canonical bioregistry,mw.study,http://identifiers.org/mw.study/,canonical bioregistry,myco.lepra,http://identifiers.org/myco.lepra/,canonical @@ -776,7 +734,6 @@ bioregistry,napdi,http://identifiers.org/napdi/,canonical bioregistry,napp,http://identifiers.org/napp/,canonical bioregistry,narcis,http://identifiers.org/narcis/,canonical bioregistry,nasc,http://identifiers.org/nasc/,canonical -bioregistry,nbn,http://identifiers.org/nbn/,canonical bioregistry,NBO,http://purl.obolibrary.org/obo/NBO_,canonical bioregistry,nbrc,http://identifiers.org/nbrc/,canonical bioregistry,ncats.drug,https://drugs.ncats.io/drug/,canonical @@ -834,12 +791,12 @@ bioregistry,noncodev4.gene,http://identifiers.org/noncodev4.gene/,canonical bioregistry,noncodev4.rna,http://identifiers.org/noncodev4.rna/,canonical bioregistry,norine,http://identifiers.org/norine/,canonical bioregistry,novus,https://www.novusbio.com/products/,canonical -bioregistry,nuclearbd,http://identifiers.org/nuclearbd/,canonical -bioregistry,nucleotide,http://identifiers.org/nucleotide/,canonical +bioregistry,nucleardb,http://identifiers.org/nuclearbd/,canonical bioregistry,oa,http://www.w3.org/ns/oa#,canonical bioregistry,OAE,http://purl.obolibrary.org/obo/OAE_,canonical bioregistry,OARCS,http://purl.obolibrary.org/obo/OARCS_,canonical bioregistry,OBA,http://purl.obolibrary.org/obo/OBA_,canonical +bioregistry,oban,http://purl.org/oban/,canonical bioregistry,OBCS,http://purl.obolibrary.org/obo/OBCS_,canonical bioregistry,OBI,http://purl.obolibrary.org/obo/OBI_,canonical bioregistry,OBIB,http://purl.obolibrary.org/obo/OBIB_,canonical @@ -849,11 +806,10 @@ bioregistry,occ,http://identifiers.org/occ/,canonical bioregistry,oci,http://identifiers.org/oci/,canonical bioregistry,ocid,http://identifiers.org/OCID/,canonical bioregistry,oclc,http://identifiers.org/oclc/,canonical -bioregistry,odam,http://identifiers.org/odam/,canonical bioregistry,odc.sci,http://identifiers.org/odc.sci/,canonical bioregistry,odc.tbi,http://identifiers.org/odc.tbi/,canonical -bioregistry,odor,http://identifiers.org/odor/,canonical bioregistry,OGG,http://purl.obolibrary.org/obo/OGG_,canonical +bioregistry,OGI,http://purl.obolibrary.org/obo/OGI_,canonical bioregistry,OGMS,http://purl.obolibrary.org/obo/OGMS_,canonical bioregistry,OGSF,http://purl.obolibrary.org/obo/OGSF_,canonical bioregistry,OHD,http://purl.obolibrary.org/obo/OHD_,canonical @@ -865,6 +821,7 @@ bioregistry,om,http://www.ontology-of-units-of-measure.org/resource/om-2/,canoni bioregistry,oma.grp,http://identifiers.org/oma.grp/,canonical bioregistry,oma.hog,http://identifiers.org/OMA.HOG/,canonical bioregistry,oma.protein,http://identifiers.org/oma.protein/,canonical +bioregistry,omia,http://identifiers.org/omia/,canonical bioregistry,OMIABIS,http://purl.obolibrary.org/obo/OMIABIS_,canonical bioregistry,omim,http://identifiers.org/mim/,canonical bioregistry,OMIT,http://purl.obolibrary.org/obo/OMIT_,canonical @@ -891,7 +848,6 @@ bioregistry,ORNASEQ,http://purl.obolibrary.org/obo/ORNASEQ_,canonical bioregistry,orphanet,http://identifiers.org/orphanet/,canonical bioregistry,orphanet.ordo,http://identifiers.org/orphanet.ordo/,canonical bioregistry,orth,http://purl.org/net/orth#,canonical -bioregistry,orthodb,http://identifiers.org/orthodb/,canonical bioregistry,oryzabase.gene,http://identifiers.org/oryzabase.gene/,canonical bioregistry,oryzabase.mutant,http://identifiers.org/oryzabase.mutant/,canonical bioregistry,oryzabase.reference,http://identifiers.org/oryzabase.reference/,canonical @@ -901,14 +857,14 @@ bioregistry,oslc,http://open-services.net/ns/core#,canonical bioregistry,otl,http://identifiers.org/otl/,canonical bioregistry,OVAE,http://purl.obolibrary.org/obo/OVAE_,canonical bioregistry,owl,http://www.w3.org/2002/07/owl#,canonical -bioregistry,p3db.protein,http://identifiers.org/p3db.protein/,canonical -bioregistry,p3db.site,http://identifiers.org/p3db.site/,canonical +bioregistry,owlstar,http://w3id.org/owlstar/,canonical bioregistry,paleodb,http://identifiers.org/paleodb/,canonical bioregistry,panther.family,http://identifiers.org/panther.family/,canonical bioregistry,panther.node,http://identifiers.org/panther.node/,canonical bioregistry,panther.pathway,http://identifiers.org/panther.pathway/,canonical bioregistry,panther.pthcmp,http://identifiers.org/panther.pthcmp/,canonical bioregistry,PAO,http://purl.obolibrary.org/obo/PAO_,canonical +bioregistry,pass2,http://identifiers.org/pass2/,canonical bioregistry,pathbank,https://pathbank.org/view/,canonical bioregistry,pathwaycommons,http://identifiers.org/pathwaycommons/,canonical bioregistry,PATO,http://purl.obolibrary.org/obo/PATO_,canonical @@ -921,16 +877,15 @@ bioregistry,PCL,http://purl.obolibrary.org/obo/PCL_,canonical bioregistry,PCO,http://purl.obolibrary.org/obo/PCO_,canonical bioregistry,PD_ST,http://purl.obolibrary.org/obo/PD_ST_,canonical bioregistry,pdb,http://identifiers.org/pdb/,canonical -bioregistry,pdb-ccd,http://identifiers.org/pdb-ccd/,canonical bioregistry,pdb.ligand,http://identifiers.org/pdb.ligand/,canonical -bioregistry,pdbsum,https://www.ebi.ac.uk/pdbsum/,canonical bioregistry,pdc.study,https://pdc.cancer.gov/pdc/study/,canonical bioregistry,PDRO,http://purl.obolibrary.org/obo/PDRO_,canonical bioregistry,PdumDv,http://purl.obolibrary.org/obo/PdumDv_,canonical bioregistry,PECO,http://purl.obolibrary.org/obo/PECO_,canonical bioregistry,ped,http://identifiers.org/ped/,canonical -bioregistry,ped.ensemble,http://identifiers.org/ped.ensemble/,canonical +bioregistry,peff,https://biopragmatics.github.io/providers/peff/,canonical bioregistry,pennsieve,http://identifiers.org/ps/,canonical +bioregistry,pepbank,http://pepbank.mgh.harvard.edu/interactions/details/,canonical bioregistry,peptideatlas,http://identifiers.org/peptideatlas/,canonical bioregistry,peptideatlas.dataset,http://identifiers.org/peptideatlas.dataset/,canonical bioregistry,peroxibase,http://identifiers.org/peroxibase/,canonical @@ -947,19 +902,14 @@ bioregistry,pharmgkb.disease,http://identifiers.org/pharmgkb.disease/,canonical bioregistry,pharmgkb.drug,http://identifiers.org/pharmgkb.drug/,canonical bioregistry,pharmgkb.gene,http://identifiers.org/pharmgkb.gene/,canonical bioregistry,pharmgkb.pathways,http://identifiers.org/pharmgkb.pathways/,canonical -bioregistry,pharmvar,https://www.pharmvar.org/gene/,canonical bioregistry,phenolexplorer,http://identifiers.org/phenolexplorer/,canonical bioregistry,phenx,https://www.phenxtoolkit.org/protocols/view/,canonical bioregistry,PHIPO,http://purl.obolibrary.org/obo/PHIPO_,canonical -bioregistry,phosphopoint.kinase,http://identifiers.org/phosphopoint.kinase/,canonical -bioregistry,phosphopoint.protein,http://identifiers.org/phosphopoint.protein/,canonical bioregistry,phosphosite.protein,http://identifiers.org/phosphosite.protein/,canonical bioregistry,phosphosite.residue,http://identifiers.org/phosphosite.residue/,canonical bioregistry,phylomedb,http://identifiers.org/phylomedb/,canonical bioregistry,phytozome.locus,http://identifiers.org/phytozome.locus/,canonical bioregistry,pid.pathway,http://identifiers.org/pid.pathway/,canonical -bioregistry,pigqtldb,http://identifiers.org/pigqtldb/,canonical -bioregistry,pina,http://identifiers.org/pina/,canonical bioregistry,piroplasma,http://identifiers.org/piroplasma/,canonical bioregistry,pirsf,http://identifiers.org/pirsf/,canonical bioregistry,pkdb,http://identifiers.org/pkdb/,canonical @@ -969,15 +919,11 @@ bioregistry,planttfdb,http://identifiers.org/planttfdb/,canonical bioregistry,plasmodb,http://identifiers.org/plasmodb/,canonical bioregistry,PLO,http://purl.obolibrary.org/obo/PLO_,canonical bioregistry,pmap.cutdb,http://identifiers.org/pmap.cutdb/,canonical -bioregistry,pmap.substratedb,http://identifiers.org/pmap.substratedb/,canonical bioregistry,pmc,http://identifiers.org/pmc/,canonical bioregistry,pmdb,http://identifiers.org/pmdb/,canonical -bioregistry,pmp,http://identifiers.org/pmp/,canonical bioregistry,pmr,http://identifiers.org/pmr/,canonical bioregistry,pmr.workspace,http://identifiers.org/pmr.workspace/,canonical bioregistry,PO,http://purl.obolibrary.org/obo/PO_,canonical -bioregistry,pocketome,http://identifiers.org/pocketome/,canonical -bioregistry,polbase,http://identifiers.org/polbase/,canonical bioregistry,pombase,http://identifiers.org/pombase/,canonical bioregistry,PORO,http://purl.obolibrary.org/obo/PORO_,canonical bioregistry,PPO,http://purl.obolibrary.org/obo/PPO_,canonical @@ -986,7 +932,6 @@ bioregistry,PR,http://purl.obolibrary.org/obo/PR_,canonical bioregistry,prefixcommons,https://bioregistry.io/metaregistry/prefixcommons/,canonical bioregistry,pride,http://identifiers.org/pride/,canonical bioregistry,pride.project,http://identifiers.org/pride.project/,canonical -bioregistry,prints,http://identifiers.org/prints/,canonical bioregistry,probesanddrugs,https://www.probes-drugs.org/compound/,canonical bioregistry,probonto,http://identifiers.org/probonto/,canonical bioregistry,PROCO,http://purl.obolibrary.org/obo/PROCO_,canonical @@ -996,19 +941,19 @@ bioregistry,PROPREO,http://purl.obolibrary.org/obo/PROPREO_,canonical bioregistry,prosite,http://identifiers.org/prosite/,canonical bioregistry,protclustdb,http://identifiers.org/protclustdb/,canonical bioregistry,proteomicsdb.peptide,http://identifiers.org/proteomicsdb.peptide/,canonical -bioregistry,proteomicsdb.protein,http://identifiers.org/proteomicsdb.protein/,canonical bioregistry,protonet.cluster,http://identifiers.org/protonet.cluster/,canonical bioregistry,protonet.proteincard,http://identifiers.org/protonet.proteincard/,canonical bioregistry,prov,http://www.w3.org/ns/prov#,canonical -bioregistry,pscdb,http://identifiers.org/pscdb/,canonical bioregistry,PSDO,http://purl.obolibrary.org/obo/PSDO_,canonical bioregistry,pseudomonas,http://identifiers.org/pseudomonas/,canonical +bioregistry,psipar,http://identifiers.org/psipar/,canonical bioregistry,PSO,http://purl.obolibrary.org/obo/PSO_,canonical bioregistry,pubchem.bioassay,http://identifiers.org/pubchem.bioassay/,canonical bioregistry,pubchem.cell,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical bioregistry,pubchem.compound,http://identifiers.org/pubchem.compound/,canonical bioregistry,pubchem.element,https://pubchem.ncbi.nlm.nih.gov/element/,canonical bioregistry,pubchem.substance,http://identifiers.org/pubchem.substance/,canonical +bioregistry,publons.publication,https://publons.com/publon/,canonical bioregistry,publons.researcher,https://publons.com/researcher/,canonical bioregistry,pubmed,http://identifiers.org/pubmed/,canonical bioregistry,PuRO,http://purl.org/spar/pro/,canonical @@ -1030,9 +975,6 @@ bioregistry,rdfs,http://www.w3.org/2000/01/rdf-schema#,canonical bioregistry,rdo,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical bioregistry,re3data,http://identifiers.org/re3data/,canonical bioregistry,reactome,http://identifiers.org/reactome/,canonical -bioregistry,rebase,http://identifiers.org/rebase/,canonical -bioregistry,refseq,http://identifiers.org/refseq/,canonical -bioregistry,repeatsdb.protein,http://identifiers.org/repeatsdb.protein/,canonical bioregistry,repeatsdb.structure,http://identifiers.org/repeatsdb.structure/,canonical bioregistry,reproduceme,https://w3id.org/reproduceme#,canonical bioregistry,RESID,http://purl.obolibrary.org/obo/RESID_,canonical @@ -1055,6 +997,7 @@ bioregistry,rnaloops,https://rnaloops.cs.put.poznan.pl/search/details/,canonical bioregistry,rnamods,http://identifiers.org/rnamods/,canonical bioregistry,RNAO,http://purl.obolibrary.org/obo/RNAO_,canonical bioregistry,RO,http://purl.obolibrary.org/obo/RO_,canonical +bioregistry,RoleO,http://purl.obolibrary.org/obo/RoleO_,canonical bioregistry,ror,http://identifiers.org/ror/,canonical bioregistry,rouge,http://identifiers.org/rouge/,canonical bioregistry,rrid,http://identifiers.org/RRID/,canonical @@ -1062,7 +1005,6 @@ bioregistry,RS,http://purl.obolibrary.org/obo/RS_,canonical bioregistry,runbiosimulations,http://identifiers.org/runbiosimulations/,canonical bioregistry,RXNO,http://purl.obolibrary.org/obo/RXNO_,canonical bioregistry,sabiork.compound,http://identifiers.org/sabiork.compound/,canonical -bioregistry,sabiork.ec,http://identifiers.org/sabiork.ec/,canonical bioregistry,sabiork.kineticrecord,http://identifiers.org/sabiork.kineticrecord/,canonical bioregistry,sabiork.reaction,http://identifiers.org/sabiork.reaction/,canonical bioregistry,salk,https://abrc.osu.edu/stocks/number/SALK_,canonical @@ -1073,6 +1015,7 @@ bioregistry,SCDO,http://purl.obolibrary.org/obo/SCDO_,canonical bioregistry,schem,https://biopragmatics.github.io/providers/schem/,canonical bioregistry,schema,https://schema.org/,canonical bioregistry,scholia.resource,https://bioregistry.io/metaregistry/scholia/,canonical +bioregistry,sciflection,http://identifiers.org/sciflection/,canonical bioregistry,scomp,https://biopragmatics.github.io/providers/scomp/,canonical bioregistry,scop,http://identifiers.org/scop/,canonical bioregistry,SCoRO,http://purl.org/spar/scoro/,canonical @@ -1086,21 +1029,20 @@ bioregistry,sedml.language,http://identifiers.org/sedml.language/,canonical bioregistry,seed,http://identifiers.org/seed/,canonical bioregistry,seed.compound,http://identifiers.org/seed.compound/,canonical bioregistry,seed.reaction,http://identifiers.org/seed.reaction/,canonical +bioregistry,semapv,https://w3id.org/semapv/vocab/,canonical bioregistry,SEP,http://purl.obolibrary.org/obo/SEP_,canonical bioregistry,SEPIO,http://purl.obolibrary.org/obo/SEPIO_,canonical bioregistry,sfam,https://biopragmatics.github.io/providers/sfam/,canonical bioregistry,sgd,http://identifiers.org/sgd/,canonical bioregistry,sgd.pathways,http://identifiers.org/sgd.pathways/,canonical bioregistry,sgn,http://identifiers.org/sgn/,canonical -bioregistry,shacl,http://www.w3.org/ns/shacl#,canonical +bioregistry,sh,http://www.w3.org/ns/shacl#,canonical bioregistry,sharkipedia.species,https://www.sharkipedia.org/species/,canonical bioregistry,sharkipedia.trait,https://www.sharkipedia.org/traits/,canonical bioregistry,sharkipedia.trend,https://www.sharkipedia.org/trends/,canonical -bioregistry,sheepqtldb,http://identifiers.org/sheepqtldb/,canonical bioregistry,shex,http://www.w3.org/ns/shex#,canonical bioregistry,SIBO,http://purl.obolibrary.org/obo/SIBO_,canonical bioregistry,sider.drug,http://identifiers.org/sider.drug/,canonical -bioregistry,sider.effect,http://identifiers.org/sider.effect/,canonical bioregistry,sigmaaldrich,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical bioregistry,signaling-gateway,http://identifiers.org/signaling-gateway/,canonical bioregistry,signor,http://identifiers.org/signor/,canonical @@ -1113,38 +1055,36 @@ bioregistry,smart,http://identifiers.org/smart/,canonical bioregistry,smid,https://smid-db.org/smid/,canonical bioregistry,smpdb,http://identifiers.org/smpdb/,canonical bioregistry,snomedct,http://identifiers.org/snomedct/,canonical -bioregistry,snp2tfbs,http://identifiers.org/snp2tfbs/,canonical bioregistry,SO,http://purl.obolibrary.org/obo/SO_,canonical bioregistry,SOPHARM,http://purl.obolibrary.org/obo/SOPHARM_,canonical bioregistry,soybase,http://identifiers.org/soybase/,canonical bioregistry,SPD,http://purl.obolibrary.org/obo/SPD_,canonical bioregistry,spdx,http://identifiers.org/spdx/,canonical bioregistry,sphn,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical -bioregistry,spike.map,http://identifiers.org/spike.map/,canonical bioregistry,splash,http://identifiers.org/splash/,canonical bioregistry,spp,http://identifiers.org/spp/,canonical bioregistry,srao,http://www.fairsharing.org/ontology/subject/SRAO_,canonical bioregistry,ssbd.dataset,https://ssbd.riken.jp/database/dataset/,canonical bioregistry,ssbd.project,https://ssbd.riken.jp/database/project/,canonical +bioregistry,sssom,https://w3id.org/sssom/,canonical bioregistry,stap,http://identifiers.org/stap/,canonical bioregistry,STATO,http://purl.obolibrary.org/obo/STATO_,canonical bioregistry,stitch,http://identifiers.org/stitch/,canonical bioregistry,storedb,http://identifiers.org/STOREDB/,canonical -bioregistry,string,http://identifiers.org/string/,canonical -bioregistry,sty,http://purl.bioontology.org/ontology/STY/,canonical +bioregistry,sty,https://uts.nlm.nih.gov/uts/umls/semantic-network/,canonical bioregistry,subtilist,http://identifiers.org/subtilist/,canonical bioregistry,subtiwiki,http://identifiers.org/subtiwiki/,canonical bioregistry,sugarbind,http://identifiers.org/sugarbind/,canonical bioregistry,supfam,http://identifiers.org/supfam/,canonical bioregistry,sweetrealm,http://sweetontology.net/matrMineral/,canonical bioregistry,swh,http://identifiers.org/SWH/,canonical -bioregistry,swiss-model,http://identifiers.org/swiss-model/,canonical bioregistry,swisslipid,http://identifiers.org/SLM/,canonical bioregistry,swissregulon,http://identifiers.org/swissregulon/,canonical bioregistry,SWO,http://purl.obolibrary.org/obo/SWO_,canonical bioregistry,swrl,http://www.w3.org/2003/11/swrl#,canonical bioregistry,SYMP,http://purl.obolibrary.org/obo/SYMP_,canonical bioregistry,t3db,http://identifiers.org/t3db/,canonical +bioregistry,T4FS,http://purl.obolibrary.org/obo/T4FS_,canonical bioregistry,TADS,http://purl.obolibrary.org/obo/TADS_,canonical bioregistry,TAHE,http://purl.obolibrary.org/obo/TAHE_,canonical bioregistry,TAHH,http://purl.obolibrary.org/obo/TAHH_,canonical @@ -1158,17 +1098,16 @@ bioregistry,tcb,https://www.pirbright.ac.uk/node/,canonical bioregistry,tcdb,http://identifiers.org/tcdb/,canonical bioregistry,tgd,http://identifiers.org/tgd/,canonical bioregistry,TGMA,http://purl.obolibrary.org/obo/TGMA_,canonical +bioregistry,tgn,http://vocab.getty.edu/page/tgn/,canonical bioregistry,thermofisher,https://www.thermofisher.com/antibody/product/,canonical bioregistry,tigrfam,http://identifiers.org/tigrfam/,canonical bioregistry,time,http://www.w3.org/2006/time#,canonical bioregistry,TO,http://purl.obolibrary.org/obo/TO_,canonical bioregistry,tol,http://identifiers.org/tol/,canonical bioregistry,topdb,http://identifiers.org/topdb/,canonical -bioregistry,topfind,http://identifiers.org/topfind/,canonical bioregistry,toxoplasma,http://identifiers.org/toxoplasma/,canonical bioregistry,TRANS,http://purl.obolibrary.org/obo/TRANS_,canonical bioregistry,transyt,http://identifiers.org/transyt/,canonical -bioregistry,treebase,http://identifiers.org/treebase/,canonical bioregistry,treefam,http://identifiers.org/treefam/,canonical bioregistry,trichdb,http://identifiers.org/trichdb/,canonical bioregistry,tritrypdb,http://identifiers.org/tritrypdb/,canonical @@ -1209,9 +1148,9 @@ bioregistry,unirule,https://www.uniprot.org/unirule/,canonical bioregistry,unists,http://identifiers.org/unists/,canonical bioregistry,unite,http://identifiers.org/unite/,canonical bioregistry,UO,http://purl.obolibrary.org/obo/UO_,canonical +bioregistry,UPA,http://purl.obolibrary.org/obo/UPA_,canonical bioregistry,UPHENO,http://purl.obolibrary.org/obo/UPHENO_,canonical bioregistry,uspto,http://identifiers.org/uspto/,canonical -bioregistry,validatordb,http://identifiers.org/validatordb/,canonical bioregistry,vandf,http://purl.bioontology.org/ontology/VANDF/,canonical bioregistry,vann,https://vocab.org/vann/,canonical bioregistry,VariO,http://purl.obolibrary.org/obo/VariO_,canonical @@ -1228,10 +1167,8 @@ bioregistry,vgnc,http://identifiers.org/vgnc/,canonical bioregistry,VHOG,http://purl.obolibrary.org/obo/VHOG_,canonical bioregistry,viaf,http://identifiers.org/viaf/,canonical bioregistry,vido,http://purl.obolibrary.org/obo/VIDO_,canonical -bioregistry,vipr,http://identifiers.org/vipr/,canonical bioregistry,viralzone,http://identifiers.org/viralzone/,canonical bioregistry,virsirna,http://identifiers.org/virsirna/,canonical -bioregistry,virushostdb,https://www.genome.jp/virushostdb/,canonical bioregistry,vmhgene,http://identifiers.org/vmhgene/,canonical bioregistry,vmhmetabolite,http://identifiers.org/vmhmetabolite/,canonical bioregistry,vmhreaction,http://identifiers.org/vmhreaction/,canonical @@ -1241,7 +1178,6 @@ bioregistry,VSAO,http://purl.obolibrary.org/obo/VSAO_,canonical bioregistry,vsmo,http://purl.obolibrary.org/obo/VSMO_,canonical bioregistry,VT,http://purl.obolibrary.org/obo/VT_,canonical bioregistry,VTO,http://purl.obolibrary.org/obo/VTO_,canonical -bioregistry,vz,https://viralzone.expasy.org/,canonical bioregistry,wb.rnai,http://identifiers.org/wb.rnai/,canonical bioregistry,WBbt,http://purl.obolibrary.org/obo/WBbt_,canonical bioregistry,WBls,http://purl.obolibrary.org/obo/WBls_,canonical @@ -1250,10 +1186,11 @@ bioregistry,webelements,https://www.webelements.com/,canonical bioregistry,wgs84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical bioregistry,wikidata,http://identifiers.org/wikidata/,canonical bioregistry,wikidata.property,https://www.wikidata.org/wiki/Property:,canonical -bioregistry,wikigenes,http://identifiers.org/wikigenes/,canonical bioregistry,wikipathways,http://identifiers.org/wikipathways/,canonical bioregistry,wikipedia.en,http://identifiers.org/wikipedia.en/,canonical bioregistry,worfdb,http://identifiers.org/worfdb/,canonical +bioregistry,world2dpage,https://world-2dpage.expasy.org/repository/,canonical +bioregistry,worldavatar.kin,http://www.theworldavatar.com/ontology/ontokin/OntoKin.owl#,canonical bioregistry,WormBase,http://identifiers.org/wb/,canonical bioregistry,wormpep,http://identifiers.org/wormpep/,canonical bioregistry,worms,http://identifiers.org/worms/,canonical @@ -1262,7 +1199,9 @@ bioregistry,XAO,http://purl.obolibrary.org/obo/XAO_,canonical bioregistry,XCO,http://purl.obolibrary.org/obo/XCO_,canonical bioregistry,xenbase,http://identifiers.org/xenbase/,canonical bioregistry,ximbio,https://ximbio.com/reagent/,canonical +bioregistry,xl,http://purl.obolibrary.org/obo/XL_,canonical bioregistry,XLMOD,http://purl.obolibrary.org/obo/XLMOD_,canonical +bioregistry,xmetdb,http://www.xmetdb.org/xmetdb/protocol/,canonical bioregistry,xml,http://www.w3.org/XML/1998/namespace#,canonical bioregistry,XPO,http://purl.obolibrary.org/obo/XPO_,canonical bioregistry,xsd,http://www.w3.org/2001/XMLSchema#,canonical diff --git a/src/prefixmaps/data/bioregistry.upper.csv b/src/prefixmaps/data/bioregistry.upper.csv index 9d20ef5..d6712bc 100644 --- a/src/prefixmaps/data/bioregistry.upper.csv +++ b/src/prefixmaps/data/bioregistry.upper.csv @@ -1,27 +1,26 @@ context,prefix,namespace,status bioregistry,3DMET,http://identifiers.org/3dmet/,canonical bioregistry,4DN.BIOSOURCE,http://identifiers.org/4dn/,canonical -bioregistry,4dn.replicate,https://data.4dnucleome.org/experiment-set-replicates/,canonical +bioregistry,4DN.REPLICATE,https://data.4dnucleome.org/experiment-set-replicates/,canonical bioregistry,AAO,http://purl.obolibrary.org/obo/AAO_,canonical -bioregistry,abcd,https://web.expasy.org/abcd/ABCD_,canonical -bioregistry,ABS,http://identifiers.org/abs/,canonical -bioregistry,ac,http://www.w3.org/ns/activitystreams#,canonical +bioregistry,ABCD,https://web.expasy.org/abcd/ABCD_,canonical +bioregistry,AC,http://www.w3.org/ns/activitystreams#,canonical bioregistry,ACEVIEW.WORM,http://identifiers.org/aceview.worm/,canonical bioregistry,ADDGENE,http://identifiers.org/addgene/,canonical bioregistry,ADO,http://purl.obolibrary.org/obo/ADO_,canonical bioregistry,ADW,http://purl.obolibrary.org/obo/ADW_,canonical bioregistry,AEO,http://purl.obolibrary.org/obo/AEO_,canonical -bioregistry,aeon,http://purl.obolibrary.org/obo/AEON_,canonical +bioregistry,AEON,http://purl.obolibrary.org/obo/AEON_,canonical bioregistry,AERO,http://purl.obolibrary.org/obo/AERO_,canonical bioregistry,AFFY.PROBESET,http://identifiers.org/affy.probeset/,canonical bioregistry,AFTOL.TAXONOMY,http://identifiers.org/aftol.taxonomy/,canonical bioregistry,AGRICOLA,http://identifiers.org/agricola/,canonical -bioregistry,agrkb,https://www.alliancegenome.org/accession/,canonical +bioregistry,AGRKB,https://www.alliancegenome.org/accession/,canonical bioregistry,AGRO,http://purl.obolibrary.org/obo/AGRO_,canonical -bioregistry,agrovoc,http://aims.fao.org/aos/agrovoc/c_,canonical +bioregistry,AGROVOC,http://aims.fao.org/aos/agrovoc/c_,canonical bioregistry,AISM,http://purl.obolibrary.org/obo/AISM_,canonical bioregistry,ALLERGOME,http://identifiers.org/allergome/,canonical -bioregistry,alzforum.mutation,https://www.alzforum.org/mutations/,canonical +bioregistry,ALZFORUM.MUTATION,https://www.alzforum.org/mutations/,canonical bioregistry,AMOEBADB,http://identifiers.org/amoebadb/,canonical bioregistry,AMPHX,http://purl.obolibrary.org/obo/AMPHX_,canonical bioregistry,ANTIBODYREGISTRY,http://identifiers.org/antibodyregistry/,canonical @@ -32,10 +31,10 @@ bioregistry,AOP.RELATIONSHIPS,http://identifiers.org/aop.relationships/,canonica bioregistry,AOP.STRESSOR,http://identifiers.org/aop.stressor/,canonical bioregistry,APD,http://identifiers.org/apd/,canonical bioregistry,APHIDBASE.TRANSCRIPT,http://identifiers.org/aphidbase.transcript/,canonical -bioregistry,APID.INTERACTIONS,http://identifiers.org/apid.interactions/,canonical bioregistry,APO,http://purl.obolibrary.org/obo/APO_,canonical bioregistry,APOLLO_SV,http://purl.obolibrary.org/obo/APOLLO_SV_,canonical bioregistry,ARACHNOSERVER,http://identifiers.org/arachnoserver/,canonical +bioregistry,ARAPORT,http://identifiers.org/tair.name/,canonical bioregistry,ARDB,http://identifiers.org/ardb/,canonical bioregistry,ARK,http://identifiers.org/ARK/,canonical bioregistry,ARO,http://purl.obolibrary.org/obo/ARO_,canonical @@ -53,129 +52,116 @@ bioregistry,ATCC,http://identifiers.org/atcc/,canonical bioregistry,ATCVET,http://identifiers.org/atcvet/,canonical bioregistry,ATFDB.FAMILY,http://identifiers.org/atfdb.family/,canonical bioregistry,ATO,http://purl.obolibrary.org/obo/ATO_,canonical -bioregistry,atol,http://opendata.inra.fr/ATOL/ATOL_,canonical +bioregistry,ATOL,http://opendata.inra.fr/ATOL/ATOL_,canonical bioregistry,AUTDB,http://identifiers.org/autdb/,canonical bioregistry,BACDIVE,http://identifiers.org/bacdive/,canonical bioregistry,BACMAP.BIOG,http://identifiers.org/bacmap.biog/,canonical -bioregistry,BACMAP.MAP,http://identifiers.org/bacmap.map/,canonical -bioregistry,bactibase,http://bactibase.hammamilab.org/,canonical +bioregistry,BACTIBASE,http://bactibase.hammamilab.org/,canonical bioregistry,BAO,http://identifiers.org/bao/,canonical -bioregistry,bartoc,https://bartoc.org/en/node/,canonical +bioregistry,BARTOC,https://bartoc.org/en/node/,canonical bioregistry,BBKG,http://identifiers.org/bbkg/,canonical bioregistry,BBTP,http://identifiers.org/bbtp/,canonical bioregistry,BCGO,http://purl.obolibrary.org/obo/BCGO_,canonical -bioregistry,bcio,https://w3id.org/BCI-ontology#,canonical +bioregistry,BCIO,https://w3id.org/BCI-ontology#,canonical bioregistry,BCO,http://purl.obolibrary.org/obo/BCO_,canonical -bioregistry,bcrj,http://bcrj.org.br/celula/,canonical -bioregistry,BDGP.EST,http://identifiers.org/bdgp.est/,canonical +bioregistry,BCRJ,http://bcrj.org.br/celula/,canonical bioregistry,BDGP.INSERTION,http://identifiers.org/bdgp.insertion/,canonical bioregistry,BDSC,http://identifiers.org/bdsc/,canonical bioregistry,BEETLEBASE,http://identifiers.org/beetlebase/,canonical bioregistry,BEGDB,http://identifiers.org/begdb/,canonical bioregistry,BFO,http://purl.obolibrary.org/obo/BFO_,canonical bioregistry,BGEE.FAMILY,http://identifiers.org/bgee.family/,canonical -bioregistry,BGEE.GENE,http://identifiers.org/bgee.gene/,canonical bioregistry,BGEE.ORGAN,http://identifiers.org/bgee.organ/,canonical bioregistry,BGEE.STAGE,http://identifiers.org/bgee.stage/,canonical -bioregistry,bibo,http://purl.org/ontology/bibo/,canonical +bioregistry,BIBO,http://purl.org/ontology/bibo/,canonical bioregistry,BiDO,http://purl.org/spar/bido/,canonical bioregistry,BIGG.COMPARTMENT,http://identifiers.org/bigg.compartment/,canonical bioregistry,BIGG.METABOLITE,http://identifiers.org/bigg.metabolite/,canonical bioregistry,BIGG.MODEL,http://identifiers.org/bigg.model/,canonical bioregistry,BIGG.REACTION,http://identifiers.org/bigg.reaction/,canonical +bioregistry,BILA,http://purl.obolibrary.org/obo/BILA_,canonical bioregistry,BINDINGDB,http://identifiers.org/bindingdb/,canonical bioregistry,BIOCARTA.PATHWAY,http://identifiers.org/biocarta.pathway/,canonical bioregistry,BIOCATALOGUE.SERVICE,http://identifiers.org/biocatalogue.service/,canonical bioregistry,BIOCYC,http://identifiers.org/biocyc/,canonical +bioregistry,BIOFACTOID,https://biofactoid.org/document/,canonical bioregistry,BIOGRID,http://identifiers.org/biogrid/,canonical -bioregistry,biogrid.interaction,https://thebiogrid.org/interaction/,canonical +bioregistry,BIOGRID.INTERACTION,https://thebiogrid.org/interaction/,canonical bioregistry,BIOLINK,http://identifiers.org/biolink/,canonical bioregistry,BIOMINDER,http://identifiers.org/biominder/,canonical bioregistry,BIOMODELS.DB,http://identifiers.org/biomodels.db/,canonical -bioregistry,BIOMODELS.KISAO,http://purl.obolibrary.org/obo/KISAO_,canonical +bioregistry,biomodels.kisao,http://purl.obolibrary.org/obo/KISAO_,canonical bioregistry,BIOMODELS.TEDDY,http://identifiers.org/biomodels.teddy/,canonical bioregistry,BIOMODELS.VOCABULARY,http://identifiers.org/biomodels.vocabulary/,canonical bioregistry,BIONUMBERS,http://identifiers.org/bionumbers/,canonical bioregistry,BIOPORTAL,http://identifiers.org/bioportal/,canonical -bioregistry,BIOPROJECT,http://identifiers.org/bioproject/,canonical -bioregistry,bioregistry,https://bioregistry.io/registry/,canonical -bioregistry,bioregistry.collection,https://bioregistry.io/collection/,canonical -bioregistry,bioregistry.registry,https://bioregistry.io/metaregistry/,canonical -bioregistry,bioregistry.schema,https://bioregistry.io/schema/#,canonical -bioregistry,biorxiv,https://www.biorxiv.org/content/10.1101/,canonical +bioregistry,BIOREGISTRY,https://bioregistry.io/registry/,canonical +bioregistry,BIOREGISTRY.COLLECTION,https://bioregistry.io/collection/,canonical +bioregistry,BIOREGISTRY.REGISTRY,https://bioregistry.io/metaregistry/,canonical +bioregistry,BIOREGISTRY.SCHEMA,https://bioregistry.io/schema/#,canonical +bioregistry,BIORXIV,https://www.biorxiv.org/content/10.1101/,canonical bioregistry,BIOSAMPLE,http://identifiers.org/biosample/,canonical +bioregistry,BIOSCHEMAS,https://bioschemas.org/profiles/,canonical bioregistry,BIOSIMULATIONS,http://identifiers.org/biosimulations/,canonical bioregistry,BIOSIMULATORS,http://identifiers.org/biosimulators/,canonical bioregistry,BIOSTUDIES,http://identifiers.org/biostudies/,canonical bioregistry,BIOSYSTEMS,http://identifiers.org/biosystems/,canonical bioregistry,BIOTOOLS,http://identifiers.org/biotools/,canonical -bioregistry,biozil,https://www.biozol.de/en/product/,canonical -bioregistry,birnlex,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical +bioregistry,BIOZIL,https://www.biozol.de/en/product/,canonical +bioregistry,BIRNLEX,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical bioregistry,BiRO,http://purl.org/spar/biro/,canonical bioregistry,BITBUCKET,http://identifiers.org/bitbucket/,canonical bioregistry,BITTERDB.CPD,http://identifiers.org/bitterdb.cpd/,canonical bioregistry,BITTERDB.REC,http://identifiers.org/bitterdb.rec/,canonical -bioregistry,bko,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical -bioregistry,BMRB,http://identifiers.org/bmrb/,canonical +bioregistry,BKO,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical bioregistry,BOLD.TAXONOMY,http://identifiers.org/bold.taxonomy/,canonical bioregistry,BOOTSTREP,http://purl.obolibrary.org/obo/BOOTSTREP_,canonical -bioregistry,BRENDA,http://identifiers.org/brenda/,canonical bioregistry,BROAD,http://identifiers.org/broad/,canonical -bioregistry,bs,https://biopragmatics.github.io/providers/bs/,canonical +bioregistry,BS,https://biopragmatics.github.io/providers/bs/,canonical bioregistry,BSPO,http://purl.obolibrary.org/obo/BSPO_,canonical bioregistry,BTO,http://purl.obolibrary.org/obo/BTO_,canonical bioregistry,BUGBASE.EXPT,http://identifiers.org/bugbase.expt/,canonical bioregistry,BUGBASE.PROTOCOL,http://identifiers.org/bugbase.protocol/,canonical -bioregistry,BYKDB,http://identifiers.org/bykdb/,canonical bioregistry,C4O,http://purl.org/spar/c4o/,canonical -bioregistry,CABRI,http://identifiers.org/cabri/,canonical -bioregistry,CADSR,http://identifiers.org/cadsr/,canonical -bioregistry,caloha,https://biopragmatics.github.io/providers/caloha/,canonical +bioregistry,CALOHA,https://www.nextprot.org/term/,canonical bioregistry,CAMEO,http://identifiers.org/cameo/,canonical bioregistry,CAPS,http://identifiers.org/caps/,canonical bioregistry,CARO,http://purl.obolibrary.org/obo/CARO_,canonical bioregistry,CAS,http://identifiers.org/cas/,canonical bioregistry,CATH,http://identifiers.org/cath/,canonical bioregistry,CATH.DOMAIN,http://identifiers.org/cath.domain/,canonical -bioregistry,CATH.SUPERFAMILY,http://identifiers.org/cath.superfamily/,canonical -bioregistry,CATTLEQTLDB,http://identifiers.org/cattleqtldb/,canonical -bioregistry,CAZY,http://identifiers.org/cazy/,canonical -bioregistry,cba,https://europepmc.org/article/CBA/,canonical +bioregistry,CBA,https://europepmc.org/article/CBA/,canonical bioregistry,CBIOPORTAL,http://identifiers.org/cbioportal/,canonical -bioregistry,CCDC,http://identifiers.org/ccdc/,canonical bioregistry,CCDS,http://identifiers.org/ccds/,canonical bioregistry,CCO,http://identifiers.org/CCO/,canonical bioregistry,CDAO,http://purl.obolibrary.org/obo/CDAO_,canonical bioregistry,CDD,http://identifiers.org/cdd/,canonical bioregistry,CDNO,http://purl.obolibrary.org/obo/CDNO_,canonical bioregistry,CDPD,http://identifiers.org/cdpd/,canonical -bioregistry,cell_model_passport,https://cellmodelpassports.sanger.ac.uk/passports/,canonical +bioregistry,CELL_MODEL_PASSPORT,https://cellmodelpassports.sanger.ac.uk/passports/,canonical bioregistry,CELLIMAGE,http://identifiers.org/cellimage/,canonical -bioregistry,cellopub,https://web.expasy.org/cellosaurus/cellopub/,canonical +bioregistry,CELLOPUB,https://web.expasy.org/cellosaurus/cellopub/,canonical bioregistry,CELLOSAURUS,http://identifiers.org/cellosaurus/,canonical -bioregistry,cellosaurus.resource,https://bioregistry.io/metaregistry/cellosaurus/,canonical +bioregistry,CELLOSAURUS.RESOURCE,https://bioregistry.io/metaregistry/cellosaurus/,canonical bioregistry,CELLREPO,http://identifiers.org/cellrepo/,canonical -bioregistry,cemo,http://purl.obolibrary.org/obo/cemo.owl#,canonical +bioregistry,CEMO,https://biopragmatics.github.io/providers/cemo/,canonical bioregistry,CEPH,http://purl.obolibrary.org/obo/CEPH_,canonical bioregistry,CGD,http://identifiers.org/cgd/,canonical bioregistry,CGSC,http://identifiers.org/cgsc/,canonical bioregistry,CHARPROT,http://identifiers.org/charprot/,canonical bioregistry,CHEBI,http://purl.obolibrary.org/obo/CHEBI_,canonical bioregistry,CHEMBL,http://identifiers.org/chembl/,canonical -bioregistry,chembl.cell,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical +bioregistry,CHEMBL.CELL,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical bioregistry,CHEMBL.COMPOUND,http://identifiers.org/chembl.compound/,canonical -bioregistry,CHEMBL.TARGET,http://identifiers.org/chembl.target/,canonical bioregistry,CHEMDB,http://identifiers.org/chemdb/,canonical bioregistry,CHEMIDPLUS,http://identifiers.org/chemidplus/,canonical bioregistry,CHEMINF,http://purl.obolibrary.org/obo/CHEMINF_,canonical bioregistry,ChEMROF,https://chemkg.github.io/chemrof/,canonical -bioregistry,CHEMSPIDER,http://identifiers.org/chemspider/,canonical -bioregistry,CHICKENQTLDB,http://identifiers.org/chickenqtldb/,canonical bioregistry,CHIRO,http://purl.obolibrary.org/obo/CHIRO_,canonical bioregistry,CHMO,http://purl.obolibrary.org/obo/CHMO_,canonical bioregistry,CIDO,http://purl.obolibrary.org/obo/CIDO_,canonical bioregistry,CIO,http://purl.obolibrary.org/obo/CIO_,canonical -bioregistry,citexplore,https://europepmc.org/article/CTX/,canonical +bioregistry,CITEXPLORE,https://europepmc.org/article/CTX/,canonical bioregistry,CiTO,http://purl.org/spar/cito/,canonical bioregistry,CIVIC.AID,http://identifiers.org/civic.aid/,canonical bioregistry,CIVIC.DID,http://identifiers.org/civic.did/,canonical @@ -187,17 +173,18 @@ bioregistry,CIVIC.VID,http://identifiers.org/civic.vid/,canonical bioregistry,CL,http://purl.obolibrary.org/obo/CL_,canonical bioregistry,CLAO,http://purl.obolibrary.org/obo/CLAO_,canonical bioregistry,CLASSYFIRE,http://identifiers.org/classyfire/,canonical -bioregistry,CLDB,http://identifiers.org/cldb/,canonical +bioregistry,CLB,http://identifiers.org/clb/,canonical bioregistry,CLINICALTRIALS,http://identifiers.org/clinicaltrials/,canonical bioregistry,CLINVAR,http://identifiers.org/clinvar/,canonical bioregistry,CLINVAR.RECORD,http://identifiers.org/clinvar.record/,canonical bioregistry,CLINVAR.SUBMISSION,http://identifiers.org/clinvar.submission/,canonical bioregistry,CLINVAR.SUBMITTER,http://identifiers.org/clinvar.submitter/,canonical bioregistry,CLO,http://purl.obolibrary.org/obo/CLO_,canonical -bioregistry,cls,https://cls.shop/,canonical +bioregistry,CLS,https://cls.shop/,canonical bioregistry,CLYH,http://purl.obolibrary.org/obo/CLYH_,canonical +bioregistry,CMF,http://purl.obolibrary.org/obo/CMF_,canonical bioregistry,CMO,http://purl.obolibrary.org/obo/CMO_,canonical -bioregistry,cmpo,http://www.ebi.ac.uk/cmpo/CMPO_,canonical +bioregistry,CMPO,http://www.ebi.ac.uk/cmpo/CMPO_,canonical bioregistry,CO_320,https://cropontology.org/rdf/CO_320:,canonical bioregistry,CO_321,https://cropontology.org/rdf/CO_321:,canonical bioregistry,CO_322,https://cropontology.org/rdf/CO_322:,canonical @@ -233,80 +220,72 @@ bioregistry,CO_366,https://cropontology.org/rdf/CO_366:,canonical bioregistry,CO_367,https://cropontology.org/rdf/CO_367:,canonical bioregistry,CO_370,https://cropontology.org/rdf/CO_370:,canonical bioregistry,COB,http://purl.obolibrary.org/obo/COB_,canonical -bioregistry,coconut,https://coconut.naturalproducts.net/compound/coconut_id/,canonical -bioregistry,cog,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical -bioregistry,cog.category,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical -bioregistry,cog.pathway,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical +bioregistry,COCONUT,https://coconut.naturalproducts.net/compound/coconut_id/,canonical +bioregistry,COG,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical +bioregistry,COG.CATEGORY,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical +bioregistry,COG.PATHWAY,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical +bioregistry,COL,http://identifiers.org/col/,canonical bioregistry,COLAO,http://purl.obolibrary.org/obo/COLAO_,canonical -bioregistry,COMBINE.SPECIFICATIONS,http://identifiers.org/combine.specifications/,canonical -bioregistry,commoncoreontology,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical +bioregistry,COMMONCOREONTOLOGY,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical bioregistry,COMPLEXPORTAL,http://identifiers.org/complexportal/,canonical bioregistry,COMPTOX,http://identifiers.org/comptox/,canonical -bioregistry,COMPULYEAST,http://identifiers.org/compulyeast/,canonical -bioregistry,confident.event,https://www.confident-conference.org/index.php/Event:,canonical -bioregistry,confident.series,https://www.confident-conference.org/index.php/Event_Series:,canonical +bioregistry,CONFIDENT.EVENT,https://www.confident-conference.org/index.php/Event:,canonical +bioregistry,CONFIDENT.SERIES,https://www.confident-conference.org/index.php/Event_Series:,canonical bioregistry,CONOSERVER,http://identifiers.org/conoserver/,canonical -bioregistry,conso,https://pharmacome.github.io/conso/,canonical -bioregistry,cordis.article,https://cordis.europa.eu/article/id/,canonical -bioregistry,cordis.project,https://cordis.europa.eu/project/id/,canonical +bioregistry,CONSO,https://pharmacome.github.io/conso/,canonical +bioregistry,CORDIS.ARTICLE,https://cordis.europa.eu/article/id/,canonical +bioregistry,CORDIS.PROJECT,https://cordis.europa.eu/project/id/,canonical bioregistry,CORIELL,http://identifiers.org/coriell/,canonical bioregistry,CORRDB,http://identifiers.org/corrdb/,canonical bioregistry,CORUM,http://identifiers.org/corum/,canonical bioregistry,COSMIC,http://identifiers.org/cosmic/,canonical bioregistry,COVID19,http://identifiers.org/covid19/,canonical -bioregistry,covoc,http://purl.obolibrary.org/obo/COVOC_,canonical +bioregistry,COVOC,http://purl.obolibrary.org/obo/COVOC_,canonical bioregistry,CPC,http://identifiers.org/cpc/,canonical -bioregistry,cpt,https://www.aapc.com/codes/cpt-codes/,canonical +bioregistry,CPT,https://www.aapc.com/codes/cpt-codes/,canonical bioregistry,CRISPRDB,http://identifiers.org/crisprdb/,canonical bioregistry,CRO,http://purl.obolibrary.org/obo/CRO_,canonical bioregistry,CROP2ML,http://identifiers.org/crop2ml/,canonical -bioregistry,cryoem,http://scipion.i2pc.es/ontology/CRYOEM_,canonical +bioregistry,CRYOEM,http://scipion.i2pc.es/ontology/CRYOEM_,canonical bioregistry,CRYPTODB,http://identifiers.org/cryptodb/,canonical bioregistry,CSA,http://identifiers.org/csa/,canonical -bioregistry,CSD,http://identifiers.org/csd/,canonical -bioregistry,CST,http://identifiers.org/cst/,canonical -bioregistry,CST.AB,http://identifiers.org/cst.ab/,canonical -bioregistry,CTD.CHEMICAL,http://identifiers.org/ctd.chemical/,canonical -bioregistry,CTD.DISEASE,http://identifiers.org/ctd.disease/,canonical -bioregistry,CTD.GENE,http://identifiers.org/ctd.gene/,canonical +bioregistry,CSP,http://purl.bioontology.org/ontology/CSP/,canonical bioregistry,CTENO,http://purl.obolibrary.org/obo/CTENO_,canonical bioregistry,CTO,http://purl.obolibrary.org/obo/CTO_,canonical bioregistry,CVDO,http://purl.obolibrary.org/obo/CVDO_,canonical -bioregistry,D1ID,http://identifiers.org/d1id/,canonical bioregistry,DAILYMED,http://identifiers.org/dailymed/,canonical bioregistry,DANDI,http://identifiers.org/dandi/,canonical bioregistry,DARC,http://identifiers.org/darc/,canonical bioregistry,DASHR,http://identifiers.org/dashr/,canonical -bioregistry,DASHR.EXPRESSION,http://identifiers.org/dashr.expression/,canonical bioregistry,DataCite,http://purl.org/spar/datacite/,canonical +bioregistry,DATACOMMONS,https://datacommons.org/browser/,canonical bioregistry,DATANATOR.GENE,http://identifiers.org/datanator.gene/,canonical bioregistry,DATANATOR.METABOLITE,http://identifiers.org/datanator.metabolite/,canonical bioregistry,DATANATOR.REACTION,http://identifiers.org/datanator.reaction/,canonical -bioregistry,DBD,http://identifiers.org/dbd/,canonical +bioregistry,DATF,http://identifiers.org/datf/,canonical bioregistry,DBEST,http://identifiers.org/dbest/,canonical bioregistry,DBG2INTRONS,http://identifiers.org/dbg2introns/,canonical bioregistry,DBGAP,http://identifiers.org/dbgap/,canonical -bioregistry,dbo,https://dbpedia.org/ontology/,canonical +bioregistry,DBO,https://dbpedia.org/ontology/,canonical bioregistry,DBPROBE,http://identifiers.org/dbprobe/,canonical bioregistry,DBSNP,http://identifiers.org/dbsnp/,canonical -bioregistry,dbvar.study,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical -bioregistry,dbvar.variant,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical -bioregistry,dc,http://purl.org/dc/elements/1.1/,canonical +bioregistry,DBVAR.STUDY,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical +bioregistry,DBVAR.VARIANT,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical +bioregistry,DC,http://purl.org/dc/elements/1.1/,canonical bioregistry,DC_CL,http://purl.obolibrary.org/obo/DC_CL_,canonical -bioregistry,dcat,http://www.w3.org/ns/dcat#,canonical -bioregistry,dcterms,http://purl.org/dc/terms/,canonical -bioregistry,dctypes,http://purl.org/dc/dcmitype/,canonical +bioregistry,DCAT,http://www.w3.org/ns/dcat#,canonical +bioregistry,DCTERMS,http://purl.org/dc/terms/,canonical +bioregistry,DCTYPES,http://purl.org/dc/dcmitype/,canonical bioregistry,DDANAT,http://purl.obolibrary.org/obo/DDANAT_,canonical -bioregistry,ddinter.drug,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical -bioregistry,ddinter.interaction,http://ddinter.scbdd.com/ddinter/interact/,canonical +bioregistry,DDINTER.DRUG,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical +bioregistry,DDINTER.INTERACTION,http://ddinter.scbdd.com/ddinter/interact/,canonical bioregistry,DDPHENO,http://purl.obolibrary.org/obo/DDPHENO_,canonical bioregistry,DeBiO,https://biopragmatics.github.io/debio/,canonical -bioregistry,decipher,https://www.deciphergenomics.org/syndrome/,canonical +bioregistry,DECIPHER,https://www.deciphergenomics.org/syndrome/,canonical bioregistry,DEGRADOME,http://identifiers.org/degradome/,canonical bioregistry,DEO,http://purl.org/spar/deo/,canonical -bioregistry,depmap,https://depmap.org/portal/cell_line/,canonical -bioregistry,DEPOD,http://identifiers.org/depod/,canonical -bioregistry,dermo,http://purl.obolibrary.org/obo/DERMO_,canonical +bioregistry,DEPMAP,https://depmap.org/portal/cell_line/,canonical +bioregistry,DERMO,http://purl.obolibrary.org/obo/DERMO_,canonical bioregistry,DEV.GA4GHDOS,http://identifiers.org/dev.ga4ghdos/,canonical bioregistry,DG.4503,http://identifiers.org/dg.4503/,canonical bioregistry,DG.4DFC,http://identifiers.org/dg.4dfc/,canonical @@ -315,21 +294,20 @@ bioregistry,DG.ANV0,http://identifiers.org/dg.anv0/,canonical bioregistry,DG.F82A1A,http://identifiers.org/dg.f82a1a/,canonical bioregistry,DG5B0D,http://identifiers.org/dg.5b0d/,canonical bioregistry,DHBA,https://biopragmatics.github.io/providers/dhba/,canonical -bioregistry,dicom,http://dicom.nema.org/resources/ontology/DCM/,canonical -bioregistry,dictybase,http://dictybase.org/gene/,canonical +bioregistry,DICOM,http://dicom.nema.org/resources/ontology/DCM/,canonical +bioregistry,DICTYBASE,http://dictybase.org/gene/,canonical bioregistry,DICTYBASE.EST,http://identifiers.org/dictybase.est/,canonical -bioregistry,DICTYBASE.GENE,http://identifiers.org/dictybase.gene/,canonical bioregistry,DID,http://identifiers.org/DID/,canonical bioregistry,DIDEO,http://purl.obolibrary.org/obo/DIDEO_,canonical bioregistry,DINTO,http://purl.obolibrary.org/obo/DINTO_,canonical bioregistry,DIP,http://identifiers.org/dip/,canonical bioregistry,DISDRIV,http://purl.obolibrary.org/obo/DISDRIV_,canonical +bioregistry,DISEASECLASS,https://biopragmatics.github.io/providers/diseaseclass/,canonical bioregistry,DISPROT,http://identifiers.org/disprot/,canonical -bioregistry,DISPROT.REGION,http://identifiers.org/disprot.region/,canonical bioregistry,DLXB,http://identifiers.org/dlxb/,canonical bioregistry,DLXC,http://identifiers.org/dlxc/,canonical bioregistry,DMBA,https://biopragmatics.github.io/providers/dmba/,canonical -bioregistry,doap,http://usefulinc.com/ns/doap#,canonical +bioregistry,DOAP,http://usefulinc.com/ns/doap#,canonical bioregistry,DoCO,http://purl.org/spar/doco/,canonical bioregistry,DOI,http://identifiers.org/doi/,canonical bioregistry,DOID,http://purl.obolibrary.org/obo/DOID_,canonical @@ -339,39 +317,39 @@ bioregistry,DOQCS.MODEL,http://identifiers.org/doqcs.model/,canonical bioregistry,DOQCS.PATHWAY,http://identifiers.org/doqcs.pathway/,canonical bioregistry,DPO,http://purl.obolibrary.org/obo/FBcv_,canonical bioregistry,DPV,http://identifiers.org/dpv/,canonical +bioregistry,DRDUKE,https://phytochem.nal.usda.gov/phytochem/chemicals/show/,canonical bioregistry,DRON,http://purl.obolibrary.org/obo/DRON_,canonical bioregistry,DRSC,http://identifiers.org/drsc/,canonical bioregistry,DRUGBANK,http://identifiers.org/drugbank/,canonical -bioregistry,drugbank.category,https://www.drugbank.ca/categories/,canonical -bioregistry,drugbank.salt,https://go.drugbank.com/salts/,canonical +bioregistry,DRUGBANK.CATEGORY,https://www.drugbank.ca/categories/,canonical +bioregistry,DRUGBANK.SALT,https://go.drugbank.com/salts/,canonical bioregistry,DRUGBANKV4.TARGET,http://identifiers.org/drugbankv4.target/,canonical -bioregistry,drugcentral,http://drugcentral.org/drugcard/,canonical -bioregistry,dsmz,https://www.dsmz.de/collection/catalogue/details/culture/,canonical -bioregistry,dso,https://www.datascienceontology.org/concept/,canonical -bioregistry,dto,http://www.drugtargetontology.org/dto/DTO_,canonical +bioregistry,DRUGCENTRAL,http://identifiers.org/drugcentral/,canonical +bioregistry,DSMZ,https://www.dsmz.de/collection/catalogue/details/culture/,canonical +bioregistry,DSO,https://www.datascienceontology.org/concept/,canonical +bioregistry,DTO,http://www.drugtargetontology.org/dto/DTO_,canonical bioregistry,DUO,http://purl.obolibrary.org/obo/DUO_,canonical -bioregistry,eaglei,http://hawaii.eagle-i.net/i/,canonical -bioregistry,easychair.cfp,https://easychair.org/cfp/,canonical -bioregistry,ebisc,https://cells.ebisc.org/,canonical +bioregistry,EAGLEI,http://hawaii.eagle-i.net/i/,canonical +bioregistry,EASYCHAIR.CFP,https://easychair.org/cfp/,canonical +bioregistry,EBISC,https://cells.ebisc.org/,canonical bioregistry,ECAO,http://purl.obolibrary.org/obo/ECAO_,canonical bioregistry,ECCODE,http://identifiers.org/ec-code/,canonical bioregistry,ECHOBASE,http://identifiers.org/echobase/,canonical -bioregistry,ecmdb,http://ecmdb.ca/compounds/,canonical +bioregistry,ECMDB,http://ecmdb.ca/compounds/,canonical bioregistry,ECO,http://purl.obolibrary.org/obo/ECO_,canonical bioregistry,ECOCORE,http://purl.obolibrary.org/obo/ECOCORE_,canonical bioregistry,ECOGENE,http://identifiers.org/ecogene/,canonical -bioregistry,ECOLIWIKI,http://identifiers.org/ecoliwiki/,canonical bioregistry,ECTO,http://purl.obolibrary.org/obo/ECTO_,canonical bioregistry,ECYANO.ENTITY,http://identifiers.org/ecyano.entity/,canonical bioregistry,ECYANO.EXPERIMENT,http://identifiers.org/ecyano.experiment/,canonical bioregistry,ECYANO.MODEL,http://identifiers.org/ecyano.model/,canonical bioregistry,ECYANO.RULE,http://identifiers.org/ecyano.rule/,canonical bioregistry,EDAM,http://identifiers.org/edam/,canonical -bioregistry,edam.data,http://edamontology.org/data_,canonical -bioregistry,edam.format,http://edamontology.org/format_,canonical -bioregistry,edam.operation,http://edamontology.org/operation_,canonical -bioregistry,edam.topic,http://edamontology.org/topic_,canonical -bioregistry,edda,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical +bioregistry,EDAM.DATA,http://edamontology.org/data_,canonical +bioregistry,EDAM.FORMAT,http://edamontology.org/format_,canonical +bioregistry,EDAM.OPERATION,http://edamontology.org/operation_,canonical +bioregistry,EDAM.TOPIC,http://edamontology.org/topic_,canonical +bioregistry,EDDA,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical bioregistry,EFO,http://identifiers.org/efo/,canonical bioregistry,EGA.DATASET,http://identifiers.org/ega.dataset/,canonical bioregistry,EGA.STUDY,http://identifiers.org/ega.study/,canonical @@ -379,31 +357,30 @@ bioregistry,EGGNOG,http://identifiers.org/eggnog/,canonical bioregistry,EHDA,http://purl.obolibrary.org/obo/EHDA_,canonical bioregistry,EHDAA,http://purl.obolibrary.org/obo/EHDAA_,canonical bioregistry,EHDAA2,http://purl.obolibrary.org/obo/EHDAA2_,canonical -bioregistry,ELM,http://identifiers.org/elm/,canonical bioregistry,EMAP,http://purl.obolibrary.org/obo/EMAP_,canonical bioregistry,EMAPA,http://purl.obolibrary.org/obo/EMAPA_,canonical +bioregistry,EMAPS,https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:,canonical bioregistry,EMDB,http://identifiers.org/emdb/,canonical -bioregistry,empiar,https://www.ebi.ac.uk/pdbe/emdb/empiar/entry/,canonical +bioregistry,EMMO.CIF,http://emmo.info/emmo/cif-core#,canonical +bioregistry,EMPIAR,http://identifiers.org/empiar/,canonical bioregistry,ENA.EMBL,http://identifiers.org/ena.embl/,canonical bioregistry,ENCODE,http://identifiers.org/encode/,canonical -bioregistry,enm,http://purl.enanomapper.org/onto/ENM_,canonical +bioregistry,ENM,http://purl.enanomapper.org/onto/ENM_,canonical bioregistry,ENSEMBL,http://identifiers.org/ensembl/,canonical -bioregistry,ENSEMBL.BACTERIA,http://identifiers.org/ensembl.bacteria/,canonical -bioregistry,ENSEMBL.FUNGI,http://identifiers.org/ensembl.fungi/,canonical bioregistry,ENSEMBL.METAZOA,http://identifiers.org/ensembl.metazoa/,canonical bioregistry,ENSEMBL.PLANT,http://identifiers.org/ensembl.plant/,canonical bioregistry,ENSEMBL.PROTIST,http://identifiers.org/ensembl.protist/,canonical -bioregistry,ensemblglossary,http://ensembl.org/glossary/ENSGLOSSARY_,canonical +bioregistry,ENSEMBLGLOSSARY,http://ensembl.org/glossary/ENSGLOSSARY_,canonical bioregistry,ENVIPATH,http://identifiers.org/envipath/,canonical bioregistry,ENVO,http://purl.obolibrary.org/obo/ENVO_,canonical -bioregistry,enzo,https://www.enzolifesciences.com/,canonical +bioregistry,ENZO,https://www.enzolifesciences.com/,canonical bioregistry,EO,http://purl.obolibrary.org/obo/EO_,canonical -bioregistry,eol,http://purl.org/obo/owlEOL_,canonical -bioregistry,eolife,https://eol.org/pages/,canonical +bioregistry,EOL,http://purl.org/obo/owlEOL_,canonical +bioregistry,EOLIFE,https://eol.org/pages/,canonical bioregistry,EPD,http://identifiers.org/epd/,canonical bioregistry,EPIO,http://purl.obolibrary.org/obo/EPIO_,canonical bioregistry,EPO,http://purl.obolibrary.org/obo/EPO_,canonical -bioregistry,epso,http://www.case.edu/EpilepsyOntology.owl#,canonical +bioregistry,EPSO,http://www.case.edu/EpilepsyOntology.owl#,canonical bioregistry,ERM,http://identifiers.org/erm/,canonical bioregistry,ERO,http://purl.obolibrary.org/obo/ERO_,canonical bioregistry,ERV,http://identifiers.org/erv/,canonical @@ -415,32 +392,33 @@ bioregistry,EXAC.GENE,http://identifiers.org/exac.gene/,canonical bioregistry,EXAC.TRANSCRIPT,http://identifiers.org/exac.transcript/,canonical bioregistry,EXAC.VARIANT,http://identifiers.org/exac.variant/,canonical bioregistry,ExO,http://purl.obolibrary.org/obo/ExO_,canonical -bioregistry,fabio,https://sparontologies.github.io/fabio/current/fabio.html#,canonical +bioregistry,FABIO,https://sparontologies.github.io/fabio/current/fabio.html#,canonical bioregistry,FACEBASE,http://identifiers.org/facebase/,canonical bioregistry,FAIRSHARING,http://identifiers.org/fairsharing/,canonical -bioregistry,faldo,http://biohackathon.org/resource/faldo#,canonical +bioregistry,FAIRSHARING.ORGANIZATION,https://fairsharing.org/organisations/,canonical +bioregistry,FAIRSHARING.USER,https://fairsharing.org/users/,canonical +bioregistry,FALDO,http://biohackathon.org/resource/faldo#,canonical bioregistry,FAO,http://purl.obolibrary.org/obo/FAO_,canonical bioregistry,FBbi,http://purl.obolibrary.org/obo/FBbi_,canonical bioregistry,FBbt,http://purl.obolibrary.org/obo/FBbt_,canonical -bioregistry,FBcv,http://purl.obolibrary.org/obo/FBcv_,namespace_alias bioregistry,FBdv,http://purl.obolibrary.org/obo/FBdv_,canonical bioregistry,FBSP,http://purl.obolibrary.org/obo/FBSP_,canonical bioregistry,FCB,http://identifiers.org/fcb/,canonical -bioregistry,fhir.implementation,https://hl7.org/fhir/us/,canonical +bioregistry,FHIR.IMPLEMENTATION,https://hl7.org/fhir/us/,canonical bioregistry,FIDEO,http://purl.obolibrary.org/obo/FIDEO_,canonical -bioregistry,fishbase.species,https://www.fishbase.ca/summary/,canonical +bioregistry,FISHBASE.SPECIES,https://www.fishbase.ca/summary/,canonical bioregistry,FIX,http://purl.obolibrary.org/obo/FIX_,canonical bioregistry,FLOPO,http://purl.obolibrary.org/obo/FLOPO_,canonical bioregistry,FLOWREPOSITORY,http://identifiers.org/flowrepository/,canonical bioregistry,FLU,http://purl.obolibrary.org/obo/FLU_,canonical bioregistry,FlyBase,http://identifiers.org/fb/,canonical -bioregistry,flymine.chromosome,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical +bioregistry,FLYMINE.CHROMOSOME,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical bioregistry,FMA,http://purl.obolibrary.org/obo/FMA_,canonical -bioregistry,foaf,http://xmlns.com/foaf/0.1/,canonical +bioregistry,FOAF,http://xmlns.com/foaf/0.1/,canonical bioregistry,FOBI,http://purl.obolibrary.org/obo/FOBI_,canonical bioregistry,FOODB.COMPOUND,http://identifiers.org/foodb.compound/,canonical -bioregistry,foodb.food,https://foodb.ca/foods/,canonical -bioregistry,foodex2,http://data.food.gov.uk/codes/foodtype/id/,canonical +bioregistry,FOODB.FOOD,https://foodb.ca/foods/,canonical +bioregistry,FOODEX2,http://data.food.gov.uk/codes/foodtype/id/,canonical bioregistry,FOODON,http://purl.obolibrary.org/obo/FOODON_,canonical bioregistry,FOVT,http://purl.obolibrary.org/obo/FOVT_,canonical bioregistry,FPLX,http://identifiers.org/fplx/,canonical @@ -455,60 +433,58 @@ bioregistry,FUNDERREGISTRY,http://identifiers.org/funderregistry/,canonical bioregistry,FUNGIDB,http://identifiers.org/fungidb/,canonical bioregistry,FYPO,http://purl.obolibrary.org/obo/FYPO_,canonical bioregistry,GA4GHDOS,http://identifiers.org/ga4ghdos/,canonical -bioregistry,GABI,http://identifiers.org/gabi/,canonical +bioregistry,GAINESVILLE.CORE,http://purl.org/gc/,canonical +bioregistry,GALEN,http://www.co-ode.org/ontologies/galen#,canonical bioregistry,GATEWAY,http://identifiers.org/gateway/,canonical bioregistry,GAZ,http://purl.obolibrary.org/obo/GAZ_,canonical -bioregistry,gbif,https://www.gbif.org/species/,canonical +bioregistry,GBIF,https://www.gbif.org/species/,canonical bioregistry,GCST,http://identifiers.org/gcst/,canonical bioregistry,GDC,http://identifiers.org/gdc/,canonical bioregistry,GDSC,http://identifiers.org/gdsc/,canonical bioregistry,GECKO,http://purl.obolibrary.org/obo/GECKO_,canonical -bioregistry,gemet,https://www.eionet.europa.eu/gemet/en/concept/,canonical +bioregistry,GEMET,https://www.eionet.europa.eu/gemet/en/concept/,canonical bioregistry,GENATLAS,http://identifiers.org/genatlas/,canonical -bioregistry,genbank,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical +bioregistry,GENBANK,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical bioregistry,GENECARDS,http://identifiers.org/genecards/,canonical +bioregistry,GENEDB,http://identifiers.org/genedb/,canonical bioregistry,GENEFARM,http://identifiers.org/genefarm/,canonical bioregistry,GENEPIO,http://purl.obolibrary.org/obo/GENEPIO_,canonical bioregistry,GENETREE,http://identifiers.org/genetree/,canonical -bioregistry,GENEWIKI,http://identifiers.org/genewiki/,canonical bioregistry,GENO,http://purl.obolibrary.org/obo/GENO_,canonical -bioregistry,GENPEPT,http://identifiers.org/genpept/,canonical bioregistry,GENPROP,http://identifiers.org/genprop/,canonical bioregistry,GEO,http://identifiers.org/geo/,canonical bioregistry,GEOGEO,http://purl.obolibrary.org/obo/GEO_,canonical -bioregistry,geonames,https://www.geonames.org/,canonical -bioregistry,gfo,http://www.onto-med.de/ontologies/gfo.owl#,canonical -bioregistry,ghr,https://medlineplus.gov/genetics/condition/,canonical +bioregistry,GEONAMES,https://www.geonames.org/,canonical +bioregistry,GFO,http://www.onto-med.de/ontologies/gfo.owl#,canonical +bioregistry,GHR,https://medlineplus.gov/genetics/condition/,canonical bioregistry,GIARDIADB,http://identifiers.org/giardiadb/,canonical bioregistry,GITHUB,http://identifiers.org/github/,canonical -bioregistry,github.issue,https://bioregistry.io/resolve/github/issue/,canonical -bioregistry,github.pull,https://bioregistry.io/resolve/github/pull/,canonical +bioregistry,GITHUB.ISSUE,https://bioregistry.io/resolve/github/issue/,canonical +bioregistry,GITHUB.PULL,https://bioregistry.io/resolve/github/pull/,canonical bioregistry,GITLAB,http://identifiers.org/gitlab/,canonical bioregistry,GLIDA.GPCR,http://identifiers.org/glida.gpcr/,canonical bioregistry,GLIDA.LIGAND,http://identifiers.org/glida.ligand/,canonical bioregistry,GLYCOEPITOPE,http://identifiers.org/glycoepitope/,canonical -bioregistry,GLYCOMEDB,http://identifiers.org/glycomedb/,canonical bioregistry,GLYCONAVI,http://identifiers.org/glyconavi/,canonical bioregistry,GLYCOPOST,http://identifiers.org/glycopost/,canonical -bioregistry,glygen,https://glygen.org/glycan/,canonical +bioregistry,GLYGEN,https://glygen.org/glycan/,canonical bioregistry,GLYTOUCAN,http://identifiers.org/glytoucan/,canonical -bioregistry,GMD,http://identifiers.org/gmd/,canonical bioregistry,GMD.ANALYTE,http://identifiers.org/gmd.analyte/,canonical bioregistry,GMD.GCMS,http://identifiers.org/gmd.gcms/,canonical bioregistry,GMD.PROFILE,http://identifiers.org/gmd.profile/,canonical bioregistry,GMD.REF,http://identifiers.org/gmd.ref/,canonical bioregistry,GNO,http://purl.obolibrary.org/obo/GNO_,canonical +bioregistry,GNOMAD,https://gnomad.broadinstitute.org/variant/,canonical bioregistry,GNPIS,http://identifiers.org/gnpis/,canonical bioregistry,GO,http://purl.obolibrary.org/obo/GO_,canonical -bioregistry,go.model,http://noctua.geneontology.org/editor/graph/gomodel:,canonical +bioregistry,GO.GPI,http://geneontology.org/docs/gene-product-information-gpi-format/#,canonical +bioregistry,GO.MODEL,http://noctua.geneontology.org/editor/graph/gomodel:,canonical bioregistry,GO.REF,http://identifiers.org/GO_REF/,canonical -bioregistry,go.resource,https://bioregistry.io/metaregistry/go/,canonical -bioregistry,GOA,http://identifiers.org/goa/,canonical +bioregistry,GO.RESOURCE,https://bioregistry.io/metaregistry/go/,canonical bioregistry,GOCHE,https://biopragmatics.github.io/providers/goche/,canonical bioregistry,GOLD,http://identifiers.org/gold/,canonical bioregistry,GOLD.GENOME,http://identifiers.org/gold.genome/,canonical -bioregistry,GOLD.META,http://identifiers.org/gold.meta/,canonical -bioregistry,goldbook,https://goldbook.iupac.org/terms/view/,canonical +bioregistry,GOLDBOOK,https://goldbook.iupac.org/terms/view/,canonical bioregistry,GOOGLE.PATENT,http://identifiers.org/google.patent/,canonical bioregistry,GPCRDB,http://identifiers.org/gpcrdb/,canonical bioregistry,GPMDB,http://identifiers.org/gpmdb/,canonical @@ -516,14 +492,15 @@ bioregistry,GRAMENE.GENE,http://identifiers.org/gramene.gene/,canonical bioregistry,GRAMENE.PROTEIN,http://identifiers.org/gramene.protein/,canonical bioregistry,GRAMENE.QTL,http://identifiers.org/gramene.qtl/,canonical bioregistry,GRAMENE.TAXONOMY,http://identifiers.org/gramene.taxonomy/,canonical -bioregistry,grassbase,https://www.kew.org/data/grasses-db/www/,canonical +bioregistry,GRASSBASE,https://www.kew.org/data/grasses-db/www/,canonical bioregistry,GREENGENES,http://identifiers.org/greengenes/,canonical bioregistry,GRID,http://identifiers.org/grid/,canonical bioregistry,GRIN.TAXONOMY,http://identifiers.org/grin.taxonomy/,canonical +bioregistry,GRO,http://purl.obolibrary.org/obo/GRO_,canonical bioregistry,GRSDB,http://identifiers.org/grsdb/,canonical bioregistry,GSSO,http://purl.obolibrary.org/obo/GSSO_,canonical bioregistry,GTEX,http://identifiers.org/gtex/,canonical -bioregistry,gtr,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical +bioregistry,GTR,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical bioregistry,GUDMAP,http://identifiers.org/gudmap/,canonical bioregistry,GWASCENTRAL.MARKER,http://identifiers.org/gwascentral.marker/,canonical bioregistry,GWASCENTRAL.PHENOTYPE,http://identifiers.org/gwascentral.phenotype/,canonical @@ -534,142 +511,129 @@ bioregistry,HABRONATTUS,http://purl.obolibrary.org/obo/HABRONATTUS_,canonical bioregistry,HAMAP,http://identifiers.org/hamap/,canonical bioregistry,HANCESTRO,http://purl.obolibrary.org/obo/HANCESTRO_,canonical bioregistry,HAO,http://purl.obolibrary.org/obo/HAO_,canonical -bioregistry,hathitrust,https://catalog.hathitrust.org/Record/,canonical +bioregistry,HATHITRUST,https://catalog.hathitrust.org/Record/,canonical bioregistry,HBA,https://biopragmatics.github.io/providers/hba/,canonical -bioregistry,hcpcs,http://purl.bioontology.org/ontology/HCPCS/,canonical +bioregistry,HCPCS,http://purl.bioontology.org/ontology/HCPCS/,canonical bioregistry,HCVDB,http://identifiers.org/hcvdb/,canonical bioregistry,HDR,http://identifiers.org/hdr/,canonical bioregistry,HGMD,http://identifiers.org/hgmd/,canonical bioregistry,HGNC,http://identifiers.org/hgnc/,canonical -bioregistry,HGNC.GENEFAMILY,http://identifiers.org/hgnc.genefamily/,canonical bioregistry,HGNC.GENEGROUP,http://identifiers.org/hgnc.genegroup/,canonical bioregistry,HGNC.SYMBOL,http://identifiers.org/hgnc.symbol/,canonical bioregistry,HINV.LOCUS,http://identifiers.org/hinv.locus/,canonical bioregistry,HINV.PROTEIN,http://identifiers.org/hinv.protein/,canonical bioregistry,HINV.TRANSCRIPT,http://identifiers.org/hinv.transcript/,canonical bioregistry,HMDB,http://identifiers.org/hmdb/,canonical -bioregistry,hms.lincs.compound,https://lincs.hms.harvard.edu/db/sm/,canonical -bioregistry,hog,https://biopragmatics.github.io/providers/hog/,canonical +bioregistry,HMS.LINCS.ANTIBODY,https://lincs.hms.harvard.edu/db/antibodies/,canonical +bioregistry,HMS.LINCS.CELL,https://lincs.hms.harvard.edu/db/cells/,canonical +bioregistry,HMS.LINCS.COMPOUND,https://lincs.hms.harvard.edu/db/sm/,canonical +bioregistry,HMS.LINCS.DATASET,https://lincs.hms.harvard.edu/db/datasets/,canonical +bioregistry,HOG,https://biopragmatics.github.io/providers/hog/,canonical bioregistry,HOGENOM,http://identifiers.org/hogenom/,canonical +bioregistry,HOIP,http://purl.bioontology.org/ontology/HOIP/HOIP_,canonical bioregistry,HOM,http://purl.obolibrary.org/obo/HOM_,canonical bioregistry,HOMD.SEQ,http://identifiers.org/homd.seq/,canonical bioregistry,HOMD.TAXON,http://identifiers.org/homd.taxon/,canonical bioregistry,HOMOLOGENE,http://identifiers.org/homologene/,canonical -bioregistry,HOVERGEN,http://identifiers.org/hovergen/,canonical bioregistry,HP,http://purl.obolibrary.org/obo/HP_,canonical bioregistry,HPA,http://identifiers.org/hpa/,canonical -bioregistry,hpath,http://purl.obolibrary.org/obo/MC_,canonical +bioregistry,HPATH,http://purl.obolibrary.org/obo/MC_,canonical bioregistry,HPM.PEPTIDE,http://identifiers.org/hpm.peptide/,canonical bioregistry,HPM.PROTEIN,http://identifiers.org/hpm.protein/,canonical bioregistry,HPRD,http://identifiers.org/hprd/,canonical bioregistry,HPSCREG,http://identifiers.org/hpscreg/,canonical bioregistry,HsapDv,http://purl.obolibrary.org/obo/HsapDv_,canonical -bioregistry,hsdb,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical +bioregistry,HSDB,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical bioregistry,HSO,http://purl.obolibrary.org/obo/HSO_,canonical -bioregistry,HSSP,http://identifiers.org/hssp/,canonical bioregistry,HTN,http://purl.obolibrary.org/obo/HTN_,canonical bioregistry,HUGE,http://identifiers.org/huge/,canonical bioregistry,IAO,http://purl.obolibrary.org/obo/IAO_,canonical bioregistry,ICD10,http://identifiers.org/icd/,canonical -bioregistry,icd10cm,https://icd.codes/icd10cm/,canonical +bioregistry,ICD10CM,https://icd.codes/icd10cm/,canonical bioregistry,ICDC,http://identifiers.org/icdc/,canonical bioregistry,ICEBERG.ELEMENT,http://identifiers.org/iceberg.element/,canonical bioregistry,ICEBERG.FAMILY,http://identifiers.org/iceberg.family/,canonical bioregistry,ICEO,http://purl.obolibrary.org/obo/ICEO_,canonical -bioregistry,icepo,https://biopragmatics.github.io/providers/icepo/,canonical -bioregistry,icf,http://id.who.int/icd/entity/,canonical +bioregistry,ICEPO,https://biopragmatics.github.io/providers/icepo/,canonical +bioregistry,ICF,http://id.who.int/icd/entity/,canonical bioregistry,ICO,http://purl.obolibrary.org/obo/ICO_,canonical bioregistry,IDEAL,http://identifiers.org/ideal/,canonical bioregistry,IDO,http://purl.obolibrary.org/obo/IDO_,canonical -bioregistry,idocovid19,http://purl.obolibrary.org/obo/COVIDO_,canonical -bioregistry,idoden,http://purl.bioontology.org/ontology/IDODEN_,canonical +bioregistry,IDOCOVID19,http://purl.obolibrary.org/obo/COVIDO_,canonical +bioregistry,IDODEN,http://purl.bioontology.org/ontology/IDODEN_,canonical bioregistry,IDOMAL,http://purl.obolibrary.org/obo/IDOMAL_,canonical bioregistry,IDOO,http://identifiers.org/idoo/,canonical bioregistry,IDOT,http://identifiers.org/idot/,canonical -bioregistry,idpo,https://www.disprot.org/idpo/IDPO:,canonical +bioregistry,IDPO,https://www.disprot.org/idpo/IDPO:,canonical bioregistry,IDR,http://identifiers.org/idr/,canonical bioregistry,IEDB,http://identifiers.org/iedb/,canonical bioregistry,IEV,http://purl.obolibrary.org/obo/IEV_,canonical bioregistry,IGSN,http://identifiers.org/igsn/,canonical -bioregistry,igsr,https://www.internationalgenome.org/data-portal/sample/,canonical +bioregistry,IGSR,https://www.internationalgenome.org/data-portal/sample/,canonical bioregistry,IMEX,http://identifiers.org/imex/,canonical bioregistry,IMG.GENE,http://identifiers.org/img.gene/,canonical bioregistry,IMG.TAXON,http://identifiers.org/img.taxon/,canonical bioregistry,IMGT.HLA,http://identifiers.org/imgt.hla/,canonical bioregistry,IMGT.LIGM,http://identifiers.org/imgt.ligm/,canonical bioregistry,IMR,http://purl.obolibrary.org/obo/IMR_,canonical -bioregistry,inaturalist.observation,https://www.inaturalist.org/observations/,canonical -bioregistry,inaturalist.place,https://www.inaturalist.org/places/,canonical -bioregistry,inaturalist.taxon,https://www.inaturalist.org/taxa/,canonical -bioregistry,inaturalist.user,https://www.inaturalist.org/users/,canonical +bioregistry,INATURALIST.OBSERVATION,https://www.inaturalist.org/observations/,canonical +bioregistry,INATURALIST.PLACE,https://www.inaturalist.org/places/,canonical +bioregistry,INATURALIST.TAXON,https://www.inaturalist.org/taxa/,canonical +bioregistry,INATURALIST.USER,https://www.inaturalist.org/users/,canonical bioregistry,INCHI,http://identifiers.org/inchi/,canonical bioregistry,INCHIKEY,http://identifiers.org/inchikey/,canonical bioregistry,INO,http://purl.obolibrary.org/obo/INO_,canonical bioregistry,INSDC,http://identifiers.org/insdc/,canonical -bioregistry,INSDC.CDS,http://identifiers.org/insdc.cds/,canonical -bioregistry,INSDC.GCA,http://identifiers.org/insdc.gca/,canonical -bioregistry,insdc.run,https://www.ebi.ac.uk/ena/browser/view/,canonical bioregistry,INSDC.SRA,http://identifiers.org/insdc.sra/,canonical bioregistry,INTACT,http://identifiers.org/intact/,canonical bioregistry,INTACT.MOLECULE,http://identifiers.org/intact.molecule/,canonical bioregistry,INTERLEX,http://identifiers.org/ilx/,canonical -bioregistry,INTERPRO,http://purl.obolibrary.org/obo/IPR_,canonical +bioregistry,interpro,http://purl.obolibrary.org/obo/IPR_,canonical +bioregistry,IOBC,http://purl.jp/bio/4/id/,canonical bioregistry,IRD.SEGMENT,http://identifiers.org/ird.segment/,canonical bioregistry,IREFWEB,http://identifiers.org/irefweb/,canonical bioregistry,ISBN,http://identifiers.org/isbn/,canonical bioregistry,ISFINDER,http://identifiers.org/isfinder/,canonical bioregistry,ISNI,http://identifiers.org/isni/,canonical +bioregistry,ISO15926,http://standards.iso.org/iso/15926/part14/,canonical bioregistry,ISSN,http://identifiers.org/issn/,canonical bioregistry,ITO,http://identifiers.org/ito/,canonical bioregistry,IUPHAR.FAMILY,http://identifiers.org/iuphar.family/,canonical bioregistry,IUPHAR.LIGAND,http://identifiers.org/iuphar.ligand/,canonical bioregistry,IUPHAR.RECEPTOR,http://identifiers.org/iuphar.receptor/,canonical -bioregistry,jax,https://www.jax.org/strain/,canonical -bioregistry,JAXMICE,http://identifiers.org/jaxmice/,canonical +bioregistry,JAX,https://www.jax.org/strain/,canonical bioregistry,JCGGDB,http://identifiers.org/jcggdb/,canonical bioregistry,JCM,http://identifiers.org/jcm/,canonical bioregistry,JCSD,http://identifiers.org/jcsd/,canonical bioregistry,JSTOR,http://identifiers.org/jstor/,canonical bioregistry,JWS,http://identifiers.org/jws/,canonical bioregistry,KAGGLE,http://identifiers.org/kaggle/,canonical -bioregistry,KEGG.COMPOUND,http://identifiers.org/kegg.compound/,canonical -bioregistry,KEGG.DISEASE,http://identifiers.org/kegg.disease/,canonical -bioregistry,KEGG.DRUG,http://identifiers.org/kegg.drug/,canonical -bioregistry,KEGG.GENES,http://identifiers.org/kegg.genes/,canonical -bioregistry,KEGG.GENOME,http://identifiers.org/kegg.genome/,canonical -bioregistry,KEGG.GLYCAN,http://identifiers.org/kegg.glycan/,canonical -bioregistry,KEGG.METAGENOME,http://identifiers.org/kegg.metagenome/,canonical -bioregistry,KEGG.MODULE,http://identifiers.org/kegg.module/,canonical -bioregistry,KEGG.ORTHOLOGY,http://identifiers.org/kegg.orthology/,canonical -bioregistry,KEGG.PATHWAY,http://identifiers.org/kegg.pathway/,canonical -bioregistry,KEGG.REACTION,http://identifiers.org/kegg.reaction/,canonical +bioregistry,KEGG,http://identifiers.org/kegg/,canonical bioregistry,KNAPSACK,http://identifiers.org/knapsack/,canonical bioregistry,LABO,http://purl.obolibrary.org/obo/LABO_,canonical -bioregistry,lbo,http://purl.obolibrary.org/obo/LBO_,canonical +bioregistry,LBO,http://purl.obolibrary.org/obo/LBO_,canonical bioregistry,LEI,http://identifiers.org/lei/,canonical bioregistry,LEPAO,http://purl.obolibrary.org/obo/LEPAO_,canonical bioregistry,LGAI.CEDE,http://identifiers.org/lgai.cede/,canonical bioregistry,LICEBASE,http://identifiers.org/licebase/,canonical bioregistry,LIGANDBOOK,http://identifiers.org/ligandbook/,canonical bioregistry,LIGANDBOX,http://identifiers.org/ligandbox/,canonical -bioregistry,LIGANDEXPO,http://identifiers.org/ligandexpo/,canonical -bioregistry,ligea,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical +bioregistry,LIGEA,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical bioregistry,LINCS.CELL,http://identifiers.org/lincs.cell/,canonical bioregistry,LINCS.DATA,http://identifiers.org/lincs.data/,canonical bioregistry,LINCS.PROTEIN,http://identifiers.org/lincs.protein/,canonical bioregistry,LINCS.SMALLMOLECULE,http://identifiers.org/lincs.smallmolecule/,canonical bioregistry,LINGUIST,http://identifiers.org/linguist/,canonical -bioregistry,linkml,https://w3id.org/linkml/,canonical +bioregistry,LINKML,https://w3id.org/linkml/,canonical bioregistry,LIPIDBANK,http://identifiers.org/lipidbank/,canonical bioregistry,LIPIDMAPS,http://identifiers.org/lipidmaps/,canonical bioregistry,LIPRO,http://purl.obolibrary.org/obo/LIPRO_,canonical bioregistry,LOGGERHEAD,http://purl.obolibrary.org/obo/LOGGERHEAD_,canonical -bioregistry,loinc,https://loinc.org/,canonical -bioregistry,loqate,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical -bioregistry,lotus,https://lotus.naturalproducts.net/compound/lotus_id/,canonical -bioregistry,lpt,http://purl.obolibrary.org/obo/LPT_,canonical -bioregistry,LRG,http://identifiers.org/lrg/,canonical -bioregistry,lspci,https://labsyspharm.github.io/lspci/,canonical +bioregistry,LOINC,https://loinc.org/,canonical +bioregistry,LOQATE,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical +bioregistry,LOTUS,https://lotus.naturalproducts.net/compound/lotus_id/,canonical +bioregistry,LPT,http://purl.obolibrary.org/obo/LPT_,canonical +bioregistry,LSPCI,https://labsyspharm.github.io/lspci/,canonical bioregistry,MA,http://purl.obolibrary.org/obo/MA_,canonical bioregistry,MACIE,http://identifiers.org/macie/,canonical bioregistry,MAIZEGDB.LOCUS,http://identifiers.org/maizegdb.locus/,canonical @@ -678,19 +642,17 @@ bioregistry,MAO,http://purl.obolibrary.org/obo/MAO_,canonical bioregistry,MASSBANK,http://identifiers.org/massbank/,canonical bioregistry,MASSIVE,http://identifiers.org/massive/,canonical bioregistry,MAT,http://purl.obolibrary.org/obo/MAT_,canonical -bioregistry,MATRIXDB.ASSOCIATION,http://identifiers.org/matrixdb.association/,canonical bioregistry,MAXO,http://purl.obolibrary.org/obo/MAXO_,canonical bioregistry,MBA,https://biopragmatics.github.io/providers/mba/,canonical +bioregistry,MCC,http://www.semanticweb.org/pallabi.d/ontologies/2014/2/untitled-ontology-11#,canonical bioregistry,MCO,http://purl.obolibrary.org/obo/MCO_,canonical bioregistry,MDM,http://identifiers.org/mdm/,canonical bioregistry,MEDDRA,http://identifiers.org/meddra/,canonical bioregistry,MEDGEN,http://identifiers.org/medgen/,canonical -bioregistry,MEDLINEPLUS,http://identifiers.org/medlineplus/,canonical bioregistry,MEROPS.ENTRY,http://identifiers.org/merops.inhibitor/,canonical bioregistry,MEROPS.FAMILY,http://identifiers.org/merops.family/,canonical bioregistry,MESH,http://identifiers.org/mesh/,canonical -bioregistry,MESH.2012,http://identifiers.org/mesh.2012/,canonical -bioregistry,MESH.2013,http://identifiers.org/mesh.2013/,canonical +bioregistry,MESH.VOCAB,http://id.nlm.nih.gov/mesh/vocab#,canonical bioregistry,METABOLIGHTS,http://identifiers.org/metabolights/,canonical bioregistry,METACYC.COMPOUND,http://identifiers.org/metacyc.compound/,canonical bioregistry,METACYC.REACTION,http://identifiers.org/metacyc.reaction/,canonical @@ -698,8 +660,6 @@ bioregistry,METANETX.CHEMICAL,http://identifiers.org/metanetx.chemical/,canonica bioregistry,METANETX.COMPARTMENT,http://identifiers.org/metanetx.compartment/,canonical bioregistry,METANETX.REACTION,http://identifiers.org/metanetx.reaction/,canonical bioregistry,METATLAS,http://identifiers.org/metatlas/,canonical -bioregistry,metatlas.metabolite,https://metabolicatlas.org/identifier/MetabolicAtlas/,canonical -bioregistry,metatlas.reaction,https://metabolicatlas.org/identifier/MetabolicAtlas/,namespace_alias bioregistry,METLIN,http://identifiers.org/metlin/,canonical bioregistry,MEX,http://identifiers.org/mex/,canonical bioregistry,MF,http://purl.obolibrary.org/obo/MF_,canonical @@ -709,7 +669,7 @@ bioregistry,MFOEM,http://purl.obolibrary.org/obo/MFOEM_,canonical bioregistry,MFOMD,http://purl.obolibrary.org/obo/MFOMD_,canonical bioregistry,MGE,http://identifiers.org/MGE/,canonical bioregistry,MGI,http://identifiers.org/MGI/,canonical -bioregistry,mgnify.analysis,https://www.ebi.ac.uk/metagenomics/analyses/,canonical +bioregistry,MGNIFY.ANALYSIS,https://www.ebi.ac.uk/metagenomics/analyses/,canonical bioregistry,MGNIFY.PROJ,http://identifiers.org/mgnify.proj/,canonical bioregistry,MGNIFY.SAMP,http://identifiers.org/mgnify.samp/,canonical bioregistry,MI,http://purl.obolibrary.org/obo/MI_,canonical @@ -717,7 +677,7 @@ bioregistry,MIAPA,http://purl.obolibrary.org/obo/MIAPA_,canonical bioregistry,MICRO,http://purl.obolibrary.org/obo/MICRO_,canonical bioregistry,MICROSCOPE,http://identifiers.org/microscope/,canonical bioregistry,MICROSPORIDIA,http://identifiers.org/microsporidia/,canonical -bioregistry,millipore,https://www.merckmillipore.com/catalogue/item/,canonical +bioregistry,MILLIPORE,https://www.merckmillipore.com/catalogue/item/,canonical bioregistry,MIMODB,http://identifiers.org/mimodb/,canonical bioregistry,MINID,http://identifiers.org/minid/,canonical bioregistry,MINID.TEST,http://identifiers.org/minid.test/,canonical @@ -726,12 +686,14 @@ bioregistry,MIPMOD,http://identifiers.org/mipmod/,canonical bioregistry,MIR,http://identifiers.org/MIR/,canonical bioregistry,MIRBASE,http://identifiers.org/mirbase/,canonical bioregistry,MIRBASE.MATURE,http://identifiers.org/mirbase.mature/,canonical -bioregistry,MIREX,http://identifiers.org/mirex/,canonical bioregistry,MIRIAM,http://identifiers.org/identifiers.namespace/,canonical +bioregistry,MIRIAM.COLLECTION,http://identifiers.org/miriam.collection/,canonical +bioregistry,MIRIAM.RESOURCE,http://identifiers.org/miriam.resource/,canonical bioregistry,MIRNAO,http://purl.obolibrary.org/obo/MIRNAO_,canonical bioregistry,MIRNEST,http://identifiers.org/mirnest/,canonical bioregistry,MIRO,http://purl.obolibrary.org/obo/MIRO_,canonical bioregistry,MIRTARBASE,http://identifiers.org/mirtarbase/,canonical +bioregistry,MIXS,https://w3id.org/mixs/,canonical bioregistry,MLC,http://identifiers.org/mlc/,canonical bioregistry,MMDB,http://identifiers.org/mmdb/,canonical bioregistry,MMO,http://purl.obolibrary.org/obo/MMO_,canonical @@ -742,7 +704,6 @@ bioregistry,MMP.REF,http://identifiers.org/mmp.ref/,canonical bioregistry,MMRRC,http://identifiers.org/mmrrc/,canonical bioregistry,MmusDv,http://purl.obolibrary.org/obo/MmusDv_,canonical bioregistry,MO,http://purl.obolibrary.org/obo/MO_,canonical -bioregistry,MOBIDB,http://identifiers.org/mobidb/,canonical bioregistry,MOD,http://purl.obolibrary.org/obo/MOD_,canonical bioregistry,MODELDB,http://identifiers.org/modeldb/,canonical bioregistry,MODELDB.CONCEPT,http://identifiers.org/modeldb.concept/,canonical @@ -751,19 +712,16 @@ bioregistry,MOLMEDB,http://identifiers.org/molmedb/,canonical bioregistry,MONDO,http://purl.obolibrary.org/obo/MONDO_,canonical bioregistry,MOP,http://purl.obolibrary.org/obo/MOP_,canonical bioregistry,MORPHEUS,http://identifiers.org/morpheus/,canonical -bioregistry,mosaic,https://purl.dataone.org/odo/MOSAIC_,canonical +bioregistry,MOSAIC,https://purl.dataone.org/odo/MOSAIC_,canonical bioregistry,MP,http://purl.obolibrary.org/obo/MP_,canonical bioregistry,MPATH,http://purl.obolibrary.org/obo/MPATH_,canonical bioregistry,MPID,http://identifiers.org/mpid/,canonical bioregistry,MPIO,http://purl.obolibrary.org/obo/MPIO_,canonical bioregistry,MRO,http://purl.obolibrary.org/obo/MRO_,canonical bioregistry,MS,http://purl.obolibrary.org/obo/MS_,canonical -bioregistry,msigdb,https://biopragmatics.github.io/providers/msigdb/,canonical -bioregistry,msio,http://purl.obolibrary.org/obo/MSIO_,canonical -bioregistry,multicellds,http://multicellds.org/MultiCellDB/,canonical -bioregistry,MULTICELLDS.CELL_LINE,http://identifiers.org/multicellds.cell_line/,canonical -bioregistry,MULTICELLDS.COLLECTION,http://identifiers.org/multicellds.collection/,canonical -bioregistry,MULTICELLDS.SNAPSHOT,http://identifiers.org/multicellds.snapshot/,canonical +bioregistry,MSIGDB,https://biopragmatics.github.io/providers/msigdb/,canonical +bioregistry,MSIO,http://purl.obolibrary.org/obo/MSIO_,canonical +bioregistry,MULTICELLDS,http://multicellds.org/MultiCellDB/,canonical bioregistry,MW.PROJECT,http://identifiers.org/mw.project/,canonical bioregistry,MW.STUDY,http://identifiers.org/mw.study/,canonical bioregistry,MYCO.LEPRA,http://identifiers.org/myco.lepra/,canonical @@ -776,14 +734,13 @@ bioregistry,NAPDI,http://identifiers.org/napdi/,canonical bioregistry,NAPP,http://identifiers.org/napp/,canonical bioregistry,NARCIS,http://identifiers.org/narcis/,canonical bioregistry,NASC,http://identifiers.org/nasc/,canonical -bioregistry,NBN,http://identifiers.org/nbn/,canonical bioregistry,NBO,http://purl.obolibrary.org/obo/NBO_,canonical bioregistry,NBRC,http://identifiers.org/nbrc/,canonical -bioregistry,ncats.drug,https://drugs.ncats.io/drug/,canonical +bioregistry,NCATS.DRUG,https://drugs.ncats.io/drug/,canonical bioregistry,NCBI.ASSEMBLY,http://identifiers.org/assembly/,canonical -bioregistry,ncbi.genome,https://www.ncbi.nlm.nih.gov/genome/,canonical -bioregistry,ncbi.resource,https://bioregistry.io/metaregistry/ncbi/,canonical -bioregistry,ncbibook,https://www.ncbi.nlm.nih.gov/books/,canonical +bioregistry,NCBI.GENOME,https://www.ncbi.nlm.nih.gov/genome/,canonical +bioregistry,NCBI.RESOURCE,https://bioregistry.io/metaregistry/ncbi/,canonical +bioregistry,NCBIBOOK,https://www.ncbi.nlm.nih.gov/books/,canonical bioregistry,NCBIGene,http://identifiers.org/ncbigene/,canonical bioregistry,NCBIProtein,http://identifiers.org/ncbiprotein/,canonical bioregistry,NCBITaxon,http://purl.obolibrary.org/obo/NCBITaxon_,canonical @@ -791,9 +748,9 @@ bioregistry,NCIM,http://identifiers.org/ncim/,canonical bioregistry,NCIT,http://purl.obolibrary.org/obo/NCIT_,canonical bioregistry,NCRO,http://purl.obolibrary.org/obo/NCRO_,canonical bioregistry,NDC,http://identifiers.org/ndc/,canonical -bioregistry,nddf,http://purl.bioontology.org/ontology/NDDF/,canonical -bioregistry,ndex,https://www.ndexbio.org/viewer/networks/,canonical -bioregistry,ndfrt,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical +bioregistry,NDDF,http://purl.bioontology.org/ontology/NDDF/,canonical +bioregistry,NDEX,https://www.ndexbio.org/viewer/networks/,canonical +bioregistry,NDFRT,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical bioregistry,NEMO,http://identifiers.org/nemo/,canonical bioregistry,NEUROLEX,http://identifiers.org/neurolex/,canonical bioregistry,NEUROMORPHO,http://identifiers.org/neuromorpho/,canonical @@ -804,42 +761,42 @@ bioregistry,NEXTDB,http://identifiers.org/nextdb/,canonical bioregistry,NEXTPROT,http://identifiers.org/nextprot/,canonical bioregistry,NGL,http://identifiers.org/ngl/,canonical bioregistry,NIAEST,http://identifiers.org/niaest/,canonical -bioregistry,nif.ext,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical -bioregistry,nif.std,http://uri.neuinfo.org/nif/nifstd/,canonical +bioregistry,NIF.EXT,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical +bioregistry,NIF.STD,http://uri.neuinfo.org/nif/nifstd/,canonical bioregistry,NIF_CELL,http://purl.obolibrary.org/obo/NIF_CELL_,canonical bioregistry,NIF_DYSFUNCTION,http://purl.obolibrary.org/obo/NIF_DYSFUNCTION_,canonical bioregistry,NIF_GROSSANATOMY,http://purl.obolibrary.org/obo/NIF_GROSSANATOMY_,canonical -bioregistry,nihreporter.project,https://reporter.nih.gov/project-details/,canonical -bioregistry,nlm,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical -bioregistry,nlx.anat,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical -bioregistry,nlx.br,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical -bioregistry,nlx.cell,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical -bioregistry,nlx.chem,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical -bioregistry,nlx.dys,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical -bioregistry,nlx.func,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical -bioregistry,nlx.inv,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical -bioregistry,nlx.mol,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical -bioregistry,nlx.oen,http://uri.neuinfo.org/nif/nifstd/oen_,canonical -bioregistry,nlx.org,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical -bioregistry,nlx.qual,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical -bioregistry,nlx.res,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical -bioregistry,nlx.sub,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical +bioregistry,NIHREPORTER.PROJECT,https://reporter.nih.gov/project-details/,canonical +bioregistry,NLM,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical +bioregistry,NLX.ANAT,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical +bioregistry,NLX.BR,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical +bioregistry,NLX.CELL,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical +bioregistry,NLX.CHEM,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical +bioregistry,NLX.DYS,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical +bioregistry,NLX.FUNC,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical +bioregistry,NLX.INV,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical +bioregistry,NLX.MOL,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical +bioregistry,NLX.OEN,http://uri.neuinfo.org/nif/nifstd/oen_,canonical +bioregistry,NLX.ORG,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical +bioregistry,NLX.QUAL,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical +bioregistry,NLX.RES,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical +bioregistry,NLX.SUB,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical bioregistry,NMDC,http://identifiers.org/nmdc/,canonical bioregistry,NMR,http://purl.obolibrary.org/obo/NMR_,canonical bioregistry,NMRSHIFTDB2,http://identifiers.org/nmrshiftdb2/,canonical -bioregistry,noaa,https://www.fisheries.noaa.gov/species/,canonical +bioregistry,NOAA,https://www.fisheries.noaa.gov/species/,canonical bioregistry,NOMEN,http://purl.obolibrary.org/obo/NOMEN_,canonical bioregistry,NONCODEV3,http://identifiers.org/noncodev3/,canonical bioregistry,NONCODEV4.GENE,http://identifiers.org/noncodev4.gene/,canonical bioregistry,NONCODEV4.RNA,http://identifiers.org/noncodev4.rna/,canonical bioregistry,NORINE,http://identifiers.org/norine/,canonical -bioregistry,novus,https://www.novusbio.com/products/,canonical -bioregistry,NUCLEARBD,http://identifiers.org/nuclearbd/,canonical -bioregistry,NUCLEOTIDE,http://identifiers.org/nucleotide/,canonical -bioregistry,oa,http://www.w3.org/ns/oa#,canonical +bioregistry,NOVUS,https://www.novusbio.com/products/,canonical +bioregistry,NUCLEARDB,http://identifiers.org/nuclearbd/,canonical +bioregistry,OA,http://www.w3.org/ns/oa#,canonical bioregistry,OAE,http://purl.obolibrary.org/obo/OAE_,canonical bioregistry,OARCS,http://purl.obolibrary.org/obo/OARCS_,canonical bioregistry,OBA,http://purl.obolibrary.org/obo/OBA_,canonical +bioregistry,OBAN,http://purl.org/oban/,canonical bioregistry,OBCS,http://purl.obolibrary.org/obo/OBCS_,canonical bioregistry,OBI,http://purl.obolibrary.org/obo/OBI_,canonical bioregistry,OBIB,http://purl.obolibrary.org/obo/OBIB_,canonical @@ -849,11 +806,10 @@ bioregistry,OCC,http://identifiers.org/occ/,canonical bioregistry,OCI,http://identifiers.org/oci/,canonical bioregistry,OCID,http://identifiers.org/OCID/,canonical bioregistry,OCLC,http://identifiers.org/oclc/,canonical -bioregistry,ODAM,http://identifiers.org/odam/,canonical bioregistry,ODC.SCI,http://identifiers.org/odc.sci/,canonical bioregistry,ODC.TBI,http://identifiers.org/odc.tbi/,canonical -bioregistry,ODOR,http://identifiers.org/odor/,canonical bioregistry,OGG,http://purl.obolibrary.org/obo/OGG_,canonical +bioregistry,OGI,http://purl.obolibrary.org/obo/OGI_,canonical bioregistry,OGMS,http://purl.obolibrary.org/obo/OGMS_,canonical bioregistry,OGSF,http://purl.obolibrary.org/obo/OGSF_,canonical bioregistry,OHD,http://purl.obolibrary.org/obo/OHD_,canonical @@ -861,25 +817,26 @@ bioregistry,OHMI,http://purl.obolibrary.org/obo/OHMI_,canonical bioregistry,OHPI,http://purl.obolibrary.org/obo/OHPI_,canonical bioregistry,OID,http://identifiers.org/oid/,canonical bioregistry,OlatDv,http://purl.obolibrary.org/obo/OlatDv_,canonical -bioregistry,om,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical +bioregistry,OM,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical bioregistry,OMA.GRP,http://identifiers.org/oma.grp/,canonical bioregistry,OMA.HOG,http://identifiers.org/OMA.HOG/,canonical bioregistry,OMA.PROTEIN,http://identifiers.org/oma.protein/,canonical +bioregistry,OMIA,http://identifiers.org/omia/,canonical bioregistry,OMIABIS,http://purl.obolibrary.org/obo/OMIABIS_,canonical bioregistry,OMIM,http://identifiers.org/mim/,canonical bioregistry,OMIT,http://purl.obolibrary.org/obo/OMIT_,canonical bioregistry,OMO,http://purl.obolibrary.org/obo/OMO_,canonical -bioregistry,omop,https://athena.ohdsi.org/search-terms/terms/,canonical +bioregistry,OMOP,https://athena.ohdsi.org/search-terms/terms/,canonical bioregistry,OMP,http://purl.obolibrary.org/obo/OMP_,canonical bioregistry,OMRSE,http://purl.obolibrary.org/obo/OMRSE_,canonical -bioregistry,oncotree,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical +bioregistry,ONCOTREE,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical bioregistry,ONE,http://purl.obolibrary.org/obo/ONE_,canonical bioregistry,ONS,http://purl.obolibrary.org/obo/ONS_,canonical bioregistry,ONTOAVIDA,http://purl.obolibrary.org/obo/ONTOAVIDA_,canonical bioregistry,ONTONEO,http://purl.obolibrary.org/obo/ONTONEO_,canonical bioregistry,OOSTT,http://purl.obolibrary.org/obo/OOSTT_,canonical bioregistry,OPB,http://identifiers.org/opb/,canonical -bioregistry,openalex,https://openalex.org/,canonical +bioregistry,OPENALEX,https://openalex.org/,canonical bioregistry,OPL,http://purl.obolibrary.org/obo/OPL_,canonical bioregistry,OPM,http://identifiers.org/opm/,canonical bioregistry,OPMI,http://purl.obolibrary.org/obo/OPMI_,canonical @@ -890,29 +847,28 @@ bioregistry,ORIDB.SCHIZO,http://identifiers.org/oridb.schizo/,canonical bioregistry,ORNASEQ,http://purl.obolibrary.org/obo/ORNASEQ_,canonical bioregistry,ORPHANET,http://identifiers.org/orphanet/,canonical bioregistry,ORPHANET.ORDO,http://identifiers.org/orphanet.ordo/,canonical -bioregistry,orth,http://purl.org/net/orth#,canonical -bioregistry,ORTHODB,http://identifiers.org/orthodb/,canonical +bioregistry,ORTH,http://purl.org/net/orth#,canonical bioregistry,ORYZABASE.GENE,http://identifiers.org/oryzabase.gene/,canonical bioregistry,ORYZABASE.MUTANT,http://identifiers.org/oryzabase.mutant/,canonical bioregistry,ORYZABASE.REFERENCE,http://identifiers.org/oryzabase.reference/,canonical bioregistry,ORYZABASE.STAGE,http://identifiers.org/oryzabase.stage/,canonical bioregistry,ORYZABASE.STRAIN,http://identifiers.org/oryzabase.strain/,canonical -bioregistry,oslc,http://open-services.net/ns/core#,canonical +bioregistry,OSLC,http://open-services.net/ns/core#,canonical bioregistry,OTL,http://identifiers.org/otl/,canonical bioregistry,OVAE,http://purl.obolibrary.org/obo/OVAE_,canonical -bioregistry,owl,http://www.w3.org/2002/07/owl#,canonical -bioregistry,P3DB.PROTEIN,http://identifiers.org/p3db.protein/,canonical -bioregistry,P3DB.SITE,http://identifiers.org/p3db.site/,canonical +bioregistry,OWL,http://www.w3.org/2002/07/owl#,canonical +bioregistry,OWLSTAR,http://w3id.org/owlstar/,canonical bioregistry,PALEODB,http://identifiers.org/paleodb/,canonical bioregistry,PANTHER.FAMILY,http://identifiers.org/panther.family/,canonical bioregistry,PANTHER.NODE,http://identifiers.org/panther.node/,canonical bioregistry,PANTHER.PATHWAY,http://identifiers.org/panther.pathway/,canonical bioregistry,PANTHER.PTHCMP,http://identifiers.org/panther.pthcmp/,canonical bioregistry,PAO,http://purl.obolibrary.org/obo/PAO_,canonical -bioregistry,pathbank,https://pathbank.org/view/,canonical +bioregistry,PASS2,http://identifiers.org/pass2/,canonical +bioregistry,PATHBANK,https://pathbank.org/view/,canonical bioregistry,PATHWAYCOMMONS,http://identifiers.org/pathwaycommons/,canonical bioregistry,PATO,http://purl.obolibrary.org/obo/PATO_,canonical -bioregistry,pav,http://purl.org/pav/,canonical +bioregistry,PAV,http://purl.org/pav/,canonical bioregistry,PAXDB.ORGANISM,http://identifiers.org/paxdb.organism/,canonical bioregistry,PAXDB.PROTEIN,http://identifiers.org/paxdb.protein/,canonical bioregistry,PAZAR,http://identifiers.org/pazar/,canonical @@ -921,45 +877,39 @@ bioregistry,PCL,http://purl.obolibrary.org/obo/PCL_,canonical bioregistry,PCO,http://purl.obolibrary.org/obo/PCO_,canonical bioregistry,PD_ST,http://purl.obolibrary.org/obo/PD_ST_,canonical bioregistry,PDB,http://identifiers.org/pdb/,canonical -bioregistry,PDB-CCD,http://identifiers.org/pdb-ccd/,canonical bioregistry,PDB.LIGAND,http://identifiers.org/pdb.ligand/,canonical -bioregistry,pdbsum,https://www.ebi.ac.uk/pdbsum/,canonical -bioregistry,pdc.study,https://pdc.cancer.gov/pdc/study/,canonical +bioregistry,PDC.STUDY,https://pdc.cancer.gov/pdc/study/,canonical bioregistry,PDRO,http://purl.obolibrary.org/obo/PDRO_,canonical bioregistry,PdumDv,http://purl.obolibrary.org/obo/PdumDv_,canonical bioregistry,PECO,http://purl.obolibrary.org/obo/PECO_,canonical bioregistry,PED,http://identifiers.org/ped/,canonical -bioregistry,PED.ENSEMBLE,http://identifiers.org/ped.ensemble/,canonical +bioregistry,PEFF,https://biopragmatics.github.io/providers/peff/,canonical bioregistry,PENNSIEVE,http://identifiers.org/ps/,canonical +bioregistry,PEPBANK,http://pepbank.mgh.harvard.edu/interactions/details/,canonical bioregistry,PEPTIDEATLAS,http://identifiers.org/peptideatlas/,canonical bioregistry,PEPTIDEATLAS.DATASET,http://identifiers.org/peptideatlas.dataset/,canonical bioregistry,PEROXIBASE,http://identifiers.org/peroxibase/,canonical bioregistry,PFAM,http://identifiers.org/pfam/,canonical -bioregistry,pfam.clan,https://www.ebi.ac.uk/interpro/set/pfam/,canonical -bioregistry,pfr,http://repository.topdownproteomics.org/proteoforms/,canonical +bioregistry,PFAM.CLAN,https://www.ebi.ac.uk/interpro/set/pfam/,canonical +bioregistry,PFR,http://repository.topdownproteomics.org/proteoforms/,canonical bioregistry,PGDSO,http://purl.obolibrary.org/obo/PGDSO_,canonical bioregistry,PGS,http://identifiers.org/pgs/,canonical bioregistry,PGX,http://identifiers.org/pgx/,canonical -bioregistry,pharmacodb.cell,https://pharmacodb.ca/cell_lines/,canonical -bioregistry,pharmacodb.dataset,https://pharmacodb.ca/datasets/,canonical -bioregistry,pharmacodb.tissue,https://pharmacodb.ca/tissues/,canonical +bioregistry,PHARMACODB.CELL,https://pharmacodb.ca/cell_lines/,canonical +bioregistry,PHARMACODB.DATASET,https://pharmacodb.ca/datasets/,canonical +bioregistry,PHARMACODB.TISSUE,https://pharmacodb.ca/tissues/,canonical bioregistry,PHARMGKB.DISEASE,http://identifiers.org/pharmgkb.disease/,canonical bioregistry,PHARMGKB.DRUG,http://identifiers.org/pharmgkb.drug/,canonical bioregistry,PHARMGKB.GENE,http://identifiers.org/pharmgkb.gene/,canonical bioregistry,PHARMGKB.PATHWAYS,http://identifiers.org/pharmgkb.pathways/,canonical -bioregistry,pharmvar,https://www.pharmvar.org/gene/,canonical bioregistry,PHENOLEXPLORER,http://identifiers.org/phenolexplorer/,canonical -bioregistry,phenx,https://www.phenxtoolkit.org/protocols/view/,canonical +bioregistry,PHENX,https://www.phenxtoolkit.org/protocols/view/,canonical bioregistry,PHIPO,http://purl.obolibrary.org/obo/PHIPO_,canonical -bioregistry,PHOSPHOPOINT.KINASE,http://identifiers.org/phosphopoint.kinase/,canonical -bioregistry,PHOSPHOPOINT.PROTEIN,http://identifiers.org/phosphopoint.protein/,canonical bioregistry,PHOSPHOSITE.PROTEIN,http://identifiers.org/phosphosite.protein/,canonical bioregistry,PHOSPHOSITE.RESIDUE,http://identifiers.org/phosphosite.residue/,canonical bioregistry,PHYLOMEDB,http://identifiers.org/phylomedb/,canonical bioregistry,PHYTOZOME.LOCUS,http://identifiers.org/phytozome.locus/,canonical bioregistry,PID.PATHWAY,http://identifiers.org/pid.pathway/,canonical -bioregistry,PIGQTLDB,http://identifiers.org/pigqtldb/,canonical -bioregistry,PINA,http://identifiers.org/pina/,canonical bioregistry,PIROPLASMA,http://identifiers.org/piroplasma/,canonical bioregistry,PIRSF,http://identifiers.org/pirsf/,canonical bioregistry,PKDB,http://identifiers.org/pkdb/,canonical @@ -969,25 +919,20 @@ bioregistry,PLANTTFDB,http://identifiers.org/planttfdb/,canonical bioregistry,PLASMODB,http://identifiers.org/plasmodb/,canonical bioregistry,PLO,http://purl.obolibrary.org/obo/PLO_,canonical bioregistry,PMAP.CUTDB,http://identifiers.org/pmap.cutdb/,canonical -bioregistry,PMAP.SUBSTRATEDB,http://identifiers.org/pmap.substratedb/,canonical bioregistry,PMC,http://identifiers.org/pmc/,canonical bioregistry,PMDB,http://identifiers.org/pmdb/,canonical -bioregistry,PMP,http://identifiers.org/pmp/,canonical bioregistry,PMR,http://identifiers.org/pmr/,canonical bioregistry,PMR.WORKSPACE,http://identifiers.org/pmr.workspace/,canonical bioregistry,PO,http://purl.obolibrary.org/obo/PO_,canonical -bioregistry,POCKETOME,http://identifiers.org/pocketome/,canonical -bioregistry,POLBASE,http://identifiers.org/polbase/,canonical bioregistry,POMBASE,http://identifiers.org/pombase/,canonical bioregistry,PORO,http://purl.obolibrary.org/obo/PORO_,canonical bioregistry,PPO,http://purl.obolibrary.org/obo/PPO_,canonical -bioregistry,ppr,https://europepmc.org/article/ppr/,canonical +bioregistry,PPR,https://europepmc.org/article/ppr/,canonical bioregistry,PR,http://purl.obolibrary.org/obo/PR_,canonical -bioregistry,prefixcommons,https://bioregistry.io/metaregistry/prefixcommons/,canonical +bioregistry,PREFIXCOMMONS,https://bioregistry.io/metaregistry/prefixcommons/,canonical bioregistry,PRIDE,http://identifiers.org/pride/,canonical bioregistry,PRIDE.PROJECT,http://identifiers.org/pride.project/,canonical -bioregistry,PRINTS,http://identifiers.org/prints/,canonical -bioregistry,probesanddrugs,https://www.probes-drugs.org/compound/,canonical +bioregistry,PROBESANDDRUGS,https://www.probes-drugs.org/compound/,canonical bioregistry,PROBONTO,http://identifiers.org/probonto/,canonical bioregistry,PROCO,http://purl.obolibrary.org/obo/PROCO_,canonical bioregistry,PRODOM,http://identifiers.org/prodom/,canonical @@ -996,45 +941,42 @@ bioregistry,PROPREO,http://purl.obolibrary.org/obo/PROPREO_,canonical bioregistry,PROSITE,http://identifiers.org/prosite/,canonical bioregistry,PROTCLUSTDB,http://identifiers.org/protclustdb/,canonical bioregistry,PROTEOMICSDB.PEPTIDE,http://identifiers.org/proteomicsdb.peptide/,canonical -bioregistry,PROTEOMICSDB.PROTEIN,http://identifiers.org/proteomicsdb.protein/,canonical bioregistry,PROTONET.CLUSTER,http://identifiers.org/protonet.cluster/,canonical bioregistry,PROTONET.PROTEINCARD,http://identifiers.org/protonet.proteincard/,canonical -bioregistry,prov,http://www.w3.org/ns/prov#,canonical -bioregistry,PSCDB,http://identifiers.org/pscdb/,canonical +bioregistry,PROV,http://www.w3.org/ns/prov#,canonical bioregistry,PSDO,http://purl.obolibrary.org/obo/PSDO_,canonical bioregistry,PSEUDOMONAS,http://identifiers.org/pseudomonas/,canonical +bioregistry,PSIPAR,http://identifiers.org/psipar/,canonical bioregistry,PSO,http://purl.obolibrary.org/obo/PSO_,canonical bioregistry,PUBCHEM.BIOASSAY,http://identifiers.org/pubchem.bioassay/,canonical -bioregistry,pubchem.cell,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical +bioregistry,PUBCHEM.CELL,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical bioregistry,PUBCHEM.COMPOUND,http://identifiers.org/pubchem.compound/,canonical -bioregistry,pubchem.element,https://pubchem.ncbi.nlm.nih.gov/element/,canonical +bioregistry,PUBCHEM.ELEMENT,https://pubchem.ncbi.nlm.nih.gov/element/,canonical bioregistry,PUBCHEM.SUBSTANCE,http://identifiers.org/pubchem.substance/,canonical -bioregistry,publons.researcher,https://publons.com/researcher/,canonical +bioregistry,PUBLONS.PUBLICATION,https://publons.com/publon/,canonical +bioregistry,PUBLONS.RESEARCHER,https://publons.com/researcher/,canonical bioregistry,PUBMED,http://identifiers.org/pubmed/,canonical bioregistry,PuRO,http://purl.org/spar/pro/,canonical bioregistry,PW,http://purl.obolibrary.org/obo/PW_,canonical bioregistry,PWO,http://purl.org/spar/pwo/,canonical bioregistry,PX,http://identifiers.org/px/,canonical bioregistry,PYPI,http://identifiers.org/pypi/,canonical -bioregistry,qb,http://purl.org/linked-data/cube#,canonical +bioregistry,QB,http://purl.org/linked-data/cube#,canonical bioregistry,QTLDB,http://identifiers.org/qtldb/,canonical -bioregistry,qudt,http://qudt.org/schema/qudt#,canonical -bioregistry,radiomics,http://www.radiomics.org/RO/,canonical -bioregistry,radlex,https://radlex.org/RID/,canonical +bioregistry,QUDT,http://qudt.org/schema/qudt#,canonical +bioregistry,RADIOMICS,http://www.radiomics.org/RO/,canonical +bioregistry,RADLEX,https://radlex.org/RID/,canonical bioregistry,RAPDB.LOCUS,http://identifiers.org/rapdb.locus/,canonical bioregistry,RAPDB.TRANSCRIPT,http://identifiers.org/rapdb.transcript/,canonical bioregistry,RBK,http://identifiers.org/rbk/,canonical bioregistry,RBO,http://purl.obolibrary.org/obo/RBO_,canonical -bioregistry,rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical -bioregistry,rdfs,http://www.w3.org/2000/01/rdf-schema#,canonical -bioregistry,rdo,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical +bioregistry,RDF,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical +bioregistry,RDFS,http://www.w3.org/2000/01/rdf-schema#,canonical +bioregistry,RDO,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical bioregistry,RE3DATA,http://identifiers.org/re3data/,canonical bioregistry,REACTOME,http://identifiers.org/reactome/,canonical -bioregistry,REBASE,http://identifiers.org/rebase/,canonical -bioregistry,REFSEQ,http://identifiers.org/refseq/,canonical -bioregistry,REPEATSDB.PROTEIN,http://identifiers.org/repeatsdb.protein/,canonical bioregistry,REPEATSDB.STRUCTURE,http://identifiers.org/repeatsdb.structure/,canonical -bioregistry,reproduceme,https://w3id.org/reproduceme#,canonical +bioregistry,REPRODUCEME,https://w3id.org/reproduceme#,canonical bioregistry,RESID,http://purl.obolibrary.org/obo/RESID_,canonical bioregistry,REX,http://purl.obolibrary.org/obo/REX_,canonical bioregistry,RFAM,http://identifiers.org/rfam/,canonical @@ -1042,7 +984,7 @@ bioregistry,RGD,http://identifiers.org/rgd/,canonical bioregistry,RGD.QTL,http://identifiers.org/rgd.qtl/,canonical bioregistry,RGD.STRAIN,http://identifiers.org/rgd.strain/,canonical bioregistry,RHEA,http://identifiers.org/rhea/,canonical -bioregistry,ribocentre,https://www.ribocentre.org/docs/,canonical +bioregistry,RIBOCENTRE,https://www.ribocentre.org/docs/,canonical bioregistry,RICEGAP,http://identifiers.org/ricegap/,canonical bioregistry,RICENETDB.COMPOUND,http://identifiers.org/ricenetdb.compound/,canonical bioregistry,RICENETDB.GENE,http://identifiers.org/ricenetdb.gene/,canonical @@ -1051,10 +993,11 @@ bioregistry,RICENETDB.PROTEIN,http://identifiers.org/ricenetdb.protein/,canonica bioregistry,RICENETDB.REACTION,http://identifiers.org/ricenetdb.reaction/,canonical bioregistry,RISM,http://identifiers.org/rism/,canonical bioregistry,RNACENTRAL,http://identifiers.org/rnacentral/,canonical -bioregistry,rnaloops,https://rnaloops.cs.put.poznan.pl/search/details/,canonical +bioregistry,RNALOOPS,https://rnaloops.cs.put.poznan.pl/search/details/,canonical bioregistry,RNAMODS,http://identifiers.org/rnamods/,canonical bioregistry,RNAO,http://purl.obolibrary.org/obo/RNAO_,canonical bioregistry,RO,http://purl.obolibrary.org/obo/RO_,canonical +bioregistry,RoleO,http://purl.obolibrary.org/obo/RoleO_,canonical bioregistry,ROR,http://identifiers.org/ror/,canonical bioregistry,ROUGE,http://identifiers.org/rouge/,canonical bioregistry,RRID,http://identifiers.org/RRID/,canonical @@ -1062,89 +1005,86 @@ bioregistry,RS,http://purl.obolibrary.org/obo/RS_,canonical bioregistry,RUNBIOSIMULATIONS,http://identifiers.org/runbiosimulations/,canonical bioregistry,RXNO,http://purl.obolibrary.org/obo/RXNO_,canonical bioregistry,SABIORK.COMPOUND,http://identifiers.org/sabiork.compound/,canonical -bioregistry,SABIORK.EC,http://identifiers.org/sabiork.ec/,canonical bioregistry,SABIORK.KINETICRECORD,http://identifiers.org/sabiork.kineticrecord/,canonical bioregistry,SABIORK.REACTION,http://identifiers.org/sabiork.reaction/,canonical -bioregistry,salk,https://abrc.osu.edu/stocks/number/SALK_,canonical +bioregistry,SALK,https://abrc.osu.edu/stocks/number/SALK_,canonical bioregistry,SAO,http://purl.obolibrary.org/obo/SAO_,canonical bioregistry,SASBDB,http://identifiers.org/sasbdb/,canonical bioregistry,SBO,http://purl.obolibrary.org/obo/SBO_,canonical bioregistry,SCDO,http://purl.obolibrary.org/obo/SCDO_,canonical -bioregistry,schem,https://biopragmatics.github.io/providers/schem/,canonical -bioregistry,schema,https://schema.org/,canonical -bioregistry,scholia.resource,https://bioregistry.io/metaregistry/scholia/,canonical -bioregistry,scomp,https://biopragmatics.github.io/providers/scomp/,canonical +bioregistry,SCHEM,https://biopragmatics.github.io/providers/schem/,canonical +bioregistry,SCHEMA,https://schema.org/,canonical +bioregistry,SCHOLIA.RESOURCE,https://bioregistry.io/metaregistry/scholia/,canonical +bioregistry,SCIFLECTION,http://identifiers.org/sciflection/,canonical +bioregistry,SCOMP,https://biopragmatics.github.io/providers/scomp/,canonical bioregistry,SCOP,http://identifiers.org/scop/,canonical bioregistry,SCoRO,http://purl.org/spar/scoro/,canonical -bioregistry,scr,http://scicrunch.org/resolver/SCR_,canonical +bioregistry,SCR,http://scicrunch.org/resolver/SCR_,canonical bioregistry,SCRETF,http://identifiers.org/scretf/,canonical bioregistry,SDBS,http://identifiers.org/sdbs/,canonical -bioregistry,sdgio,http://purl.unep.org/sdg/SDGIO_,canonical -bioregistry,sdis,https://biopragmatics.github.io/providers/sdis/,canonical +bioregistry,SDGIO,http://purl.unep.org/sdg/SDGIO_,canonical +bioregistry,SDIS,https://biopragmatics.github.io/providers/sdis/,canonical bioregistry,SEDML.FORMAT,http://identifiers.org/sedml.format/,canonical bioregistry,SEDML.LANGUAGE,http://identifiers.org/sedml.language/,canonical bioregistry,SEED,http://identifiers.org/seed/,canonical bioregistry,SEED.COMPOUND,http://identifiers.org/seed.compound/,canonical bioregistry,SEED.REACTION,http://identifiers.org/seed.reaction/,canonical +bioregistry,SEMAPV,https://w3id.org/semapv/vocab/,canonical bioregistry,SEP,http://purl.obolibrary.org/obo/SEP_,canonical bioregistry,SEPIO,http://purl.obolibrary.org/obo/SEPIO_,canonical -bioregistry,sfam,https://biopragmatics.github.io/providers/sfam/,canonical +bioregistry,SFAM,https://biopragmatics.github.io/providers/sfam/,canonical bioregistry,SGD,http://identifiers.org/sgd/,canonical bioregistry,SGD.PATHWAYS,http://identifiers.org/sgd.pathways/,canonical bioregistry,SGN,http://identifiers.org/sgn/,canonical -bioregistry,shacl,http://www.w3.org/ns/shacl#,canonical -bioregistry,sharkipedia.species,https://www.sharkipedia.org/species/,canonical -bioregistry,sharkipedia.trait,https://www.sharkipedia.org/traits/,canonical -bioregistry,sharkipedia.trend,https://www.sharkipedia.org/trends/,canonical -bioregistry,SHEEPQTLDB,http://identifiers.org/sheepqtldb/,canonical -bioregistry,shex,http://www.w3.org/ns/shex#,canonical +bioregistry,SH,http://www.w3.org/ns/shacl#,canonical +bioregistry,SHARKIPEDIA.SPECIES,https://www.sharkipedia.org/species/,canonical +bioregistry,SHARKIPEDIA.TRAIT,https://www.sharkipedia.org/traits/,canonical +bioregistry,SHARKIPEDIA.TREND,https://www.sharkipedia.org/trends/,canonical +bioregistry,SHEX,http://www.w3.org/ns/shex#,canonical bioregistry,SIBO,http://purl.obolibrary.org/obo/SIBO_,canonical bioregistry,SIDER.DRUG,http://identifiers.org/sider.drug/,canonical -bioregistry,SIDER.EFFECT,http://identifiers.org/sider.effect/,canonical -bioregistry,sigmaaldrich,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical +bioregistry,SIGMAALDRICH,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical bioregistry,SIGNALING-GATEWAY,http://identifiers.org/signaling-gateway/,canonical bioregistry,SIGNOR,http://identifiers.org/signor/,canonical bioregistry,SIO,http://identifiers.org/sio/,canonical bioregistry,SISU,http://identifiers.org/sisu/,canonical bioregistry,SITEX,http://identifiers.org/sitex/,canonical -bioregistry,skos,http://www.w3.org/2004/02/skos/core#,canonical -bioregistry,skosxl,http://www.w3.org/2008/05/skos-xl#,canonical +bioregistry,SKOS,http://www.w3.org/2004/02/skos/core#,canonical +bioregistry,SKOSXL,http://www.w3.org/2008/05/skos-xl#,canonical bioregistry,SMART,http://identifiers.org/smart/,canonical -bioregistry,smid,https://smid-db.org/smid/,canonical +bioregistry,SMID,https://smid-db.org/smid/,canonical bioregistry,SMPDB,http://identifiers.org/smpdb/,canonical bioregistry,SNOMEDCT,http://identifiers.org/snomedct/,canonical -bioregistry,SNP2TFBS,http://identifiers.org/snp2tfbs/,canonical bioregistry,SO,http://purl.obolibrary.org/obo/SO_,canonical bioregistry,SOPHARM,http://purl.obolibrary.org/obo/SOPHARM_,canonical bioregistry,SOYBASE,http://identifiers.org/soybase/,canonical bioregistry,SPD,http://purl.obolibrary.org/obo/SPD_,canonical bioregistry,SPDX,http://identifiers.org/spdx/,canonical -bioregistry,sphn,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical -bioregistry,SPIKE.MAP,http://identifiers.org/spike.map/,canonical +bioregistry,SPHN,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical bioregistry,SPLASH,http://identifiers.org/splash/,canonical bioregistry,SPP,http://identifiers.org/spp/,canonical -bioregistry,srao,http://www.fairsharing.org/ontology/subject/SRAO_,canonical -bioregistry,ssbd.dataset,https://ssbd.riken.jp/database/dataset/,canonical -bioregistry,ssbd.project,https://ssbd.riken.jp/database/project/,canonical +bioregistry,SRAO,http://www.fairsharing.org/ontology/subject/SRAO_,canonical +bioregistry,SSBD.DATASET,https://ssbd.riken.jp/database/dataset/,canonical +bioregistry,SSBD.PROJECT,https://ssbd.riken.jp/database/project/,canonical +bioregistry,SSSOM,https://w3id.org/sssom/,canonical bioregistry,STAP,http://identifiers.org/stap/,canonical bioregistry,STATO,http://purl.obolibrary.org/obo/STATO_,canonical bioregistry,STITCH,http://identifiers.org/stitch/,canonical bioregistry,STOREDB,http://identifiers.org/STOREDB/,canonical -bioregistry,STRING,http://identifiers.org/string/,canonical -bioregistry,sty,http://purl.bioontology.org/ontology/STY/,canonical +bioregistry,STY,https://uts.nlm.nih.gov/uts/umls/semantic-network/,canonical bioregistry,SUBTILIST,http://identifiers.org/subtilist/,canonical bioregistry,SUBTIWIKI,http://identifiers.org/subtiwiki/,canonical bioregistry,SUGARBIND,http://identifiers.org/sugarbind/,canonical bioregistry,SUPFAM,http://identifiers.org/supfam/,canonical -bioregistry,sweetrealm,http://sweetontology.net/matrMineral/,canonical +bioregistry,SWEETREALM,http://sweetontology.net/matrMineral/,canonical bioregistry,SWH,http://identifiers.org/SWH/,canonical -bioregistry,SWISS-MODEL,http://identifiers.org/swiss-model/,canonical bioregistry,SWISSLIPID,http://identifiers.org/SLM/,canonical bioregistry,SWISSREGULON,http://identifiers.org/swissregulon/,canonical bioregistry,SWO,http://purl.obolibrary.org/obo/SWO_,canonical -bioregistry,swrl,http://www.w3.org/2003/11/swrl#,canonical +bioregistry,SWRL,http://www.w3.org/2003/11/swrl#,canonical bioregistry,SYMP,http://purl.obolibrary.org/obo/SYMP_,canonical bioregistry,T3DB,http://identifiers.org/t3db/,canonical +bioregistry,T4FS,http://purl.obolibrary.org/obo/T4FS_,canonical bioregistry,TADS,http://purl.obolibrary.org/obo/TADS_,canonical bioregistry,TAHE,http://purl.obolibrary.org/obo/TAHE_,canonical bioregistry,TAHH,http://purl.obolibrary.org/obo/TAHH_,canonical @@ -1154,21 +1094,20 @@ bioregistry,TAIR.PROTEIN,http://identifiers.org/tair.protein/,canonical bioregistry,TAO,http://purl.obolibrary.org/obo/TAO_,canonical bioregistry,TARBASE,http://identifiers.org/tarbase/,canonical bioregistry,TAXRANK,http://purl.obolibrary.org/obo/TAXRANK_,canonical -bioregistry,tcb,https://www.pirbright.ac.uk/node/,canonical +bioregistry,TCB,https://www.pirbright.ac.uk/node/,canonical bioregistry,TCDB,http://identifiers.org/tcdb/,canonical bioregistry,TGD,http://identifiers.org/tgd/,canonical bioregistry,TGMA,http://purl.obolibrary.org/obo/TGMA_,canonical -bioregistry,thermofisher,https://www.thermofisher.com/antibody/product/,canonical +bioregistry,TGN,http://vocab.getty.edu/page/tgn/,canonical +bioregistry,THERMOFISHER,https://www.thermofisher.com/antibody/product/,canonical bioregistry,TIGRFAM,http://identifiers.org/tigrfam/,canonical -bioregistry,time,http://www.w3.org/2006/time#,canonical +bioregistry,TIME,http://www.w3.org/2006/time#,canonical bioregistry,TO,http://purl.obolibrary.org/obo/TO_,canonical bioregistry,TOL,http://identifiers.org/tol/,canonical bioregistry,TOPDB,http://identifiers.org/topdb/,canonical -bioregistry,TOPFIND,http://identifiers.org/topfind/,canonical bioregistry,TOXOPLASMA,http://identifiers.org/toxoplasma/,canonical bioregistry,TRANS,http://purl.obolibrary.org/obo/TRANS_,canonical bioregistry,TRANSYT,http://identifiers.org/transyt/,canonical -bioregistry,TREEBASE,http://identifiers.org/treebase/,canonical bioregistry,TREEFAM,http://identifiers.org/treefam/,canonical bioregistry,TRICHDB,http://identifiers.org/trichdb/,canonical bioregistry,TRITRYPDB,http://identifiers.org/tritrypdb/,canonical @@ -1178,7 +1117,7 @@ bioregistry,TTO,http://purl.obolibrary.org/obo/TTO_,canonical bioregistry,TXPO,http://purl.obolibrary.org/obo/TXPO_,canonical bioregistry,UBERON,http://purl.obolibrary.org/obo/UBERON_,canonical bioregistry,UBIO.NAMEBANK,http://identifiers.org/ubio.namebank/,canonical -bioregistry,ucum,https://units-of-measurement.org/,canonical +bioregistry,UCUM,https://units-of-measurement.org/,canonical bioregistry,UMBBD.COMPOUND,http://identifiers.org/umbbd.compound/,canonical bioregistry,UMBBD.ENZYME,http://identifiers.org/umbbd.enzyme/,canonical bioregistry,UMBBD.PATHWAY,http://identifiers.org/umbbd.pathway/,canonical @@ -1192,28 +1131,28 @@ bioregistry,UNIPARC,http://identifiers.org/uniparc/,canonical bioregistry,UNIPATHWAY.COMPOUND,http://identifiers.org/unipathway.compound/,canonical bioregistry,UNIPATHWAY.REACTION,http://identifiers.org/unipathway.reaction/,canonical bioregistry,UNIPROT,http://identifiers.org/uniprot/,canonical -bioregistry,uniprot.arba,https://www.uniprot.org/arba/,canonical +bioregistry,UNIPROT.ARBA,https://www.uniprot.org/arba/,canonical bioregistry,UNIPROT.CHAIN,http://identifiers.org/uniprot.chain/,canonical -bioregistry,uniprot.disease,https://www.uniprot.org/diseases/,canonical +bioregistry,UNIPROT.DISEASE,https://www.uniprot.org/diseases/,canonical bioregistry,UNIPROT.ISOFORM,http://identifiers.org/uniprot.isoform/,canonical -bioregistry,uniprot.journal,https://www.uniprot.org/journals/,canonical -bioregistry,uniprot.keyword,https://www.uniprot.org/keywords/,canonical -bioregistry,uniprot.location,https://www.uniprot.org/locations/,canonical -bioregistry,uniprot.proteome,https://www.uniprot.org/proteomes/,canonical -bioregistry,uniprot.ptm,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical -bioregistry,uniprot.resource,https://www.uniprot.org/database/,canonical +bioregistry,UNIPROT.JOURNAL,https://www.uniprot.org/journals/,canonical +bioregistry,UNIPROT.KEYWORD,https://www.uniprot.org/keywords/,canonical +bioregistry,UNIPROT.LOCATION,https://www.uniprot.org/locations/,canonical +bioregistry,UNIPROT.PROTEOME,https://www.uniprot.org/proteomes/,canonical +bioregistry,UNIPROT.PTM,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical +bioregistry,UNIPROT.RESOURCE,https://www.uniprot.org/database/,canonical bioregistry,UNIPROT.TISSUE,http://identifiers.org/tissuelist/,canonical -bioregistry,uniprot.var,http://purl.uniprot.org/annotation/VAR_,canonical +bioregistry,UNIPROT.VAR,http://purl.uniprot.org/annotation/VAR_,canonical bioregistry,UNIREF,http://identifiers.org/uniref/,canonical -bioregistry,unirule,https://www.uniprot.org/unirule/,canonical +bioregistry,UNIRULE,https://www.uniprot.org/unirule/,canonical bioregistry,UNISTS,http://identifiers.org/unists/,canonical bioregistry,UNITE,http://identifiers.org/unite/,canonical bioregistry,UO,http://purl.obolibrary.org/obo/UO_,canonical +bioregistry,UPA,http://purl.obolibrary.org/obo/UPA_,canonical bioregistry,UPHENO,http://purl.obolibrary.org/obo/UPHENO_,canonical bioregistry,USPTO,http://identifiers.org/uspto/,canonical -bioregistry,VALIDATORDB,http://identifiers.org/validatordb/,canonical -bioregistry,vandf,http://purl.bioontology.org/ontology/VANDF/,canonical -bioregistry,vann,https://vocab.org/vann/,canonical +bioregistry,VANDF,http://purl.bioontology.org/ontology/VANDF/,canonical +bioregistry,VANN,https://vocab.org/vann/,canonical bioregistry,VariO,http://purl.obolibrary.org/obo/VariO_,canonical bioregistry,VBASE2,http://identifiers.org/vbase2/,canonical bioregistry,VBO,http://purl.obolibrary.org/obo/VBO_,canonical @@ -1227,55 +1166,55 @@ bioregistry,VFDB.GENUS,http://identifiers.org/vfdb.genus/,canonical bioregistry,VGNC,http://identifiers.org/vgnc/,canonical bioregistry,VHOG,http://purl.obolibrary.org/obo/VHOG_,canonical bioregistry,VIAF,http://identifiers.org/viaf/,canonical -bioregistry,vido,http://purl.obolibrary.org/obo/VIDO_,canonical -bioregistry,VIPR,http://identifiers.org/vipr/,canonical +bioregistry,VIDO,http://purl.obolibrary.org/obo/VIDO_,canonical bioregistry,VIRALZONE,http://identifiers.org/viralzone/,canonical bioregistry,VIRSIRNA,http://identifiers.org/virsirna/,canonical -bioregistry,virushostdb,https://www.genome.jp/virushostdb/,canonical bioregistry,VMHGENE,http://identifiers.org/vmhgene/,canonical bioregistry,VMHMETABOLITE,http://identifiers.org/vmhmetabolite/,canonical bioregistry,VMHREACTION,http://identifiers.org/vmhreaction/,canonical bioregistry,VO,http://purl.obolibrary.org/obo/VO_,canonical -bioregistry,void,http://rdfs.org/ns/void#,canonical +bioregistry,VOID,http://rdfs.org/ns/void#,canonical bioregistry,VSAO,http://purl.obolibrary.org/obo/VSAO_,canonical -bioregistry,vsmo,http://purl.obolibrary.org/obo/VSMO_,canonical +bioregistry,VSMO,http://purl.obolibrary.org/obo/VSMO_,canonical bioregistry,VT,http://purl.obolibrary.org/obo/VT_,canonical bioregistry,VTO,http://purl.obolibrary.org/obo/VTO_,canonical -bioregistry,vz,https://viralzone.expasy.org/,canonical bioregistry,WB.RNAI,http://identifiers.org/wb.rnai/,canonical bioregistry,WBbt,http://purl.obolibrary.org/obo/WBbt_,canonical bioregistry,WBls,http://purl.obolibrary.org/obo/WBls_,canonical bioregistry,WBPhenotype,http://purl.obolibrary.org/obo/WBPhenotype_,canonical -bioregistry,webelements,https://www.webelements.com/,canonical -bioregistry,wgs84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical +bioregistry,WEBELEMENTS,https://www.webelements.com/,canonical +bioregistry,WGS84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical bioregistry,WIKIDATA,http://identifiers.org/wikidata/,canonical -bioregistry,wikidata.property,https://www.wikidata.org/wiki/Property:,canonical -bioregistry,WIKIGENES,http://identifiers.org/wikigenes/,canonical +bioregistry,WIKIDATA.PROPERTY,https://www.wikidata.org/wiki/Property:,canonical bioregistry,WIKIPATHWAYS,http://identifiers.org/wikipathways/,canonical bioregistry,WIKIPEDIA.EN,http://identifiers.org/wikipedia.en/,canonical bioregistry,WORFDB,http://identifiers.org/worfdb/,canonical +bioregistry,WORLD2DPAGE,https://world-2dpage.expasy.org/repository/,canonical +bioregistry,WORLDAVATAR.KIN,http://www.theworldavatar.com/ontology/ontokin/OntoKin.owl#,canonical bioregistry,WormBase,http://identifiers.org/wb/,canonical bioregistry,WORMPEP,http://identifiers.org/wormpep/,canonical bioregistry,WORMS,http://identifiers.org/worms/,canonical -bioregistry,wwf.ecoregion,https://www.worldwildlife.org/ecoregions/,canonical +bioregistry,WWF.ECOREGION,https://www.worldwildlife.org/ecoregions/,canonical bioregistry,XAO,http://purl.obolibrary.org/obo/XAO_,canonical bioregistry,XCO,http://purl.obolibrary.org/obo/XCO_,canonical bioregistry,XENBASE,http://identifiers.org/xenbase/,canonical -bioregistry,ximbio,https://ximbio.com/reagent/,canonical +bioregistry,XIMBIO,https://ximbio.com/reagent/,canonical +bioregistry,XL,http://purl.obolibrary.org/obo/XL_,canonical bioregistry,XLMOD,http://purl.obolibrary.org/obo/XLMOD_,canonical -bioregistry,xml,http://www.w3.org/XML/1998/namespace#,canonical +bioregistry,XMETDB,http://www.xmetdb.org/xmetdb/protocol/,canonical +bioregistry,XML,http://www.w3.org/XML/1998/namespace#,canonical bioregistry,XPO,http://purl.obolibrary.org/obo/XPO_,canonical -bioregistry,xsd,http://www.w3.org/2001/XMLSchema#,canonical +bioregistry,XSD,http://www.w3.org/2001/XMLSchema#,canonical bioregistry,YDPM,http://identifiers.org/ydpm/,canonical bioregistry,YEASTINTRON,http://identifiers.org/yeastintron/,canonical bioregistry,YETFASCO,http://identifiers.org/yetfasco/,canonical bioregistry,YID,http://identifiers.org/yid/,canonical -bioregistry,ymdb,http://www.ymdb.ca/compounds/,canonical +bioregistry,YMDB,http://www.ymdb.ca/compounds/,canonical bioregistry,YPO,http://purl.obolibrary.org/obo/YPO_,canonical bioregistry,YRCPDR,http://identifiers.org/yrcpdr/,canonical bioregistry,ZEA,http://purl.obolibrary.org/obo/ZEA_,canonical bioregistry,ZECO,http://purl.obolibrary.org/obo/ZECO_,canonical -bioregistry,zenodo.record,https://zenodo.org/record/,canonical +bioregistry,ZENODO.RECORD,https://zenodo.org/record/,canonical bioregistry,ZFA,http://purl.obolibrary.org/obo/ZFA_,canonical bioregistry,ZFIN,http://identifiers.org/zfin/,canonical bioregistry,ZFS,http://purl.obolibrary.org/obo/ZFS_,canonical diff --git a/src/prefixmaps/data/linked_data.csv b/src/prefixmaps/data/linked_data.csv index 3ff4a6a..9828ede 100644 --- a/src/prefixmaps/data/linked_data.csv +++ b/src/prefixmaps/data/linked_data.csv @@ -2,6 +2,7 @@ context,prefix,namespace,status linkml,bibo,http://purl.org/ontology/bibo/,canonical linkml,biolink,https://w3id.org/biolink/vocab/,canonical linkml,dcterms,http://purl.org/dc/terms/,canonical +linkml,foaf,http://xmlns.com/foaf/0.1/,canonical linkml,linkml,https://w3id.org/linkml/,canonical linkml,NCIThesaurus,http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#,canonical linkml,oboInOwl,http://www.geneontology.org/formats/oboInOwl#,canonical diff --git a/src/prefixmaps/data/linked_data.curated.yaml b/src/prefixmaps/data/linked_data.curated.yaml index 6ddae3c..9a073e3 100644 --- a/src/prefixmaps/data/linked_data.curated.yaml +++ b/src/prefixmaps/data/linked_data.curated.yaml @@ -20,3 +20,4 @@ prefixes: xsd: http://www.w3.org/2001/XMLSchema# shex: http://www.w3.org/ns/shex# biolink: https://w3id.org/biolink/vocab/ + foaf: http://xmlns.com/foaf/0.1/ diff --git a/src/prefixmaps/data/merged.csv b/src/prefixmaps/data/merged.csv index c243893..be30571 100644 --- a/src/prefixmaps/data/merged.csv +++ b/src/prefixmaps/data/merged.csv @@ -1,16 +1,15 @@ context,prefix,namespace,status merged,3DMET,http://identifiers.org/3dmet/,canonical merged,4DN.BIOSOURCE,http://identifiers.org/4dn/,canonical -merged,4dn.replicate,https://data.4dnucleome.org/experiment-set-replicates/,canonical +merged,4DN.REPLICATE,https://data.4dnucleome.org/experiment-set-replicates/,canonical merged,aair,http://xmlns.notu.be/aair#,canonical merged,AAO,http://purl.obolibrary.org/obo/AAO_,canonical merged,aapi,http://rdf.alchemyapi.com/rdf/v1/s/aapi-schema#,canonical merged,aat,http://vocab.getty.edu/aat/,canonical merged,abc,http://www.metadata.net/harmony/ABCSchemaV5Commented.rdf#,canonical -merged,abcd,https://web.expasy.org/abcd/ABCD_,canonical -merged,ABS,http://identifiers.org/abs/,canonical -merged,abs,http://abs.270a.info/dataset/,prefix_alias -merged,ac,http://www.w3.org/ns/activitystreams#,canonical +merged,ABCD,https://web.expasy.org/abcd/ABCD_,canonical +merged,abs,http://abs.270a.info/dataset/,canonical +merged,AC,http://www.w3.org/ns/activitystreams#,canonical merged,ac,http://umbel.org/umbel/ac/,prefix_alias merged,acc,http://purl.org/NET/acc#,canonical merged,accid,http://pid.accurids.com/,canonical @@ -36,7 +35,7 @@ merged,ADO,http://purl.obolibrary.org/obo/ADO_,canonical merged,adr,http://kg.artsdata.ca/resource/,canonical merged,ADW,http://purl.obolibrary.org/obo/ADW_,canonical merged,AEO,http://purl.obolibrary.org/obo/AEO_,canonical -merged,aeon,http://purl.obolibrary.org/obo/AEON_,canonical +merged,AEON,http://purl.obolibrary.org/obo/AEON_,canonical merged,AERO,http://purl.obolibrary.org/obo/AERO_,canonical merged,aerols,http://xmlns.com/aerols/0.1/,canonical merged,aers,http://aers.data2semantics.org/resource/,canonical @@ -60,10 +59,10 @@ merged,agr,http://promsns.org/def/agr#,canonical merged,agrd,http://agrinepaldata.com/,canonical merged,agrelon,http://d-nb.info/standards/elementset/agrelon#,canonical merged,AGRICOLA,http://identifiers.org/agricola/,canonical -merged,agrkb,https://www.alliancegenome.org/accession/,canonical +merged,AGRKB,https://www.alliancegenome.org/accession/,canonical merged,AGRO,http://purl.obolibrary.org/obo/AGRO_,canonical merged,agro,http://purl.obolibrary.org/obo/agro.owl#,prefix_alias -merged,agrovoc,http://aims.fao.org/aos/agrovoc/c_,canonical +merged,AGROVOC,http://aims.fao.org/aos/agrovoc/c_,canonical merged,aifb,http://www.aifb.kit.edu/id/,canonical merged,aigp,http://swat.cse.lehigh.edu/resources/onto/aigp.owl#,canonical merged,aiiso,http://purl.org/vocab/aiiso/schema#,canonical @@ -84,7 +83,7 @@ merged,ali,http://www.niso.org/schemas/ali/1.0/,canonical merged,alice,http://example.org/,namespace_alias merged,ALLERGOME,http://identifiers.org/allergome/,canonical merged,allot,https://w3id.org/akn/ontology/allot#,canonical -merged,alzforum.mutation,https://www.alzforum.org/mutations/,canonical +merged,ALZFORUM.MUTATION,https://www.alzforum.org/mutations/,canonical merged,am,http://vocab.deri.ie/am#,canonical merged,amalgame,http://purl.org/vocabularies/amalgame#,canonical merged,aml,https://w3id.org/i40/aml#,canonical @@ -112,7 +111,6 @@ merged,APD,http://identifiers.org/apd/,canonical merged,apf,http://jena.apache.org/ARQ/property#,canonical merged,APHIDBASE.TRANSCRIPT,http://identifiers.org/aphidbase.transcript/,canonical merged,api,http://purl.org/linked-data/api/vocab#,canonical -merged,APID.INTERACTIONS,http://identifiers.org/apid.interactions/,canonical merged,apivc,http://purl.org/linked-data/api/vocab#,namespace_alias merged,APO,http://purl.obolibrary.org/obo/APO_,canonical merged,apods,http://activitypods.org/ns/core#,canonical @@ -120,6 +118,7 @@ merged,APOLLO_SV,http://purl.obolibrary.org/obo/APOLLO_SV_,canonical merged,app,http://jmvanel.free.fr/ontology/software_applications.n3#,canonical merged,aprov,http://purl.org/a-proc#,canonical merged,ARACHNOSERVER,http://identifiers.org/arachnoserver/,canonical +merged,ARAPORT,http://identifiers.org/tair.name/,canonical merged,arch,http://purl.org/archival/vocab/arch#,canonical merged,archdesc,http://archdesc.info/archEvent#,canonical merged,archivo,https://archivo.dbpedia.org/onto#,canonical @@ -165,7 +164,7 @@ merged,atlas,http://rdf.ebi.ac.uk/resource/atlas/,canonical merged,atlasterms,http://rdf.ebi.ac.uk/terms/atlas/,canonical merged,atm,https://data.nasa.gov/ontologies/atmonto/ATM#,canonical merged,ATO,http://purl.obolibrary.org/obo/ATO_,canonical -merged,atol,http://opendata.inra.fr/ATOL/ATOL_,canonical +merged,ATOL,http://opendata.inra.fr/ATOL/ATOL_,canonical merged,atom,http://www.w3.org/2005/Atom/,canonical merged,atomix,http://buzzword.org.uk/rdf/atomix#,canonical merged,atomowl,http://bblfish.net/work/atom-owl/2006-06-06/#,namespace_alias @@ -184,13 +183,12 @@ merged,b3kat,http://lod.b3kat.de/title/,canonical merged,babelnet,http://babelnet.org/2.0/,canonical merged,BACDIVE,http://identifiers.org/bacdive/,canonical merged,BACMAP.BIOG,http://identifiers.org/bacmap.biog/,canonical -merged,BACMAP.MAP,http://identifiers.org/bacmap.map/,canonical -merged,bactibase,http://bactibase.hammamilab.org/,canonical +merged,BACTIBASE,http://bactibase.hammamilab.org/,canonical merged,bag,https://bag2.basisregistraties.overheid.nl/bag/def/,canonical merged,bag2,http://bag.basisregistraties.overheid.nl/def/bag#,canonical merged,BAO,http://identifiers.org/bao/,canonical merged,bao,http://www.bioassayontology.org/bao#,prefix_alias -merged,bartoc,https://bartoc.org/en/node/,canonical +merged,BARTOC,https://bartoc.org/en/node/,canonical merged,basic,http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic#,canonical merged,bau,https://terminology.fraunhofer.de/voc/bau#,canonical merged,bb,http://www.snik.eu/ontology/bb/,canonical @@ -204,7 +202,7 @@ merged,BBTP,http://identifiers.org/bbtp/,canonical merged,bcfowl,http://lbd.arch.rwth-aachen.de/bcfOWL#,canonical merged,BCGO,http://purl.obolibrary.org/obo/BCGO_,canonical merged,bci,https://w3id.org/BCI-ontology#,namespace_alias -merged,bcio,https://w3id.org/BCI-ontology#,canonical +merged,BCIO,https://w3id.org/BCI-ontology#,canonical merged,bcnbio,http://datos.bcn.cl/ontologies/bcn-biographies#,canonical merged,bcncon,http://datos.bcn.cl/ontologies/bcn-congress#,canonical merged,bcngeo,http://datos.bcn.cl/ontologies/bcn-geographics#,canonical @@ -212,12 +210,11 @@ merged,bcnnorms,http://datos.bcn.cl/ontologies/bcn-norms#,canonical merged,BCO,http://purl.obolibrary.org/obo/BCO_,canonical merged,bco,http://purl.obolibrary.org/obo/bco.owl#,prefix_alias merged,bcom,https://w3id.org/bcom#,canonical -merged,bcrj,http://bcrj.org.br/celula/,canonical +merged,BCRJ,http://bcrj.org.br/celula/,canonical merged,bd,http://www.bigdata.com/rdf#,canonical merged,bdc,http://dbpedia.org/resource/Category:,namespace_alias merged,bdd,https://api.bloomberg.com/eap/catalogs/bbg/fields/,canonical merged,bdg,http://data.bigdatagrapes.eu/resource/ontology/,canonical -merged,BDGP.EST,http://identifiers.org/bdgp.est/,canonical merged,BDGP.INSERTION,http://identifiers.org/bdgp.insertion/,canonical merged,bdo,http://purl.bdrc.io/ontology/core/,canonical merged,bdr,http://purl.bdrc.io/resource/,canonical @@ -240,7 +237,6 @@ merged,bgcat,http://bg.dbpedia.org/resource/Категория:,canonical merged,bgdbp,http://bg.dbpedia.org/property/,canonical merged,bgdbr,http://bg.dbpedia.org/resource/,canonical merged,BGEE.FAMILY,http://identifiers.org/bgee.family/,canonical -merged,BGEE.GENE,http://identifiers.org/bgee.gene/,canonical merged,BGEE.ORGAN,http://identifiers.org/bgee.organ/,canonical merged,BGEE.STAGE,http://identifiers.org/bgee.stage/,canonical merged,bgn,http://bibliograph.net/schemas/,canonical @@ -272,28 +268,29 @@ merged,biocore,http://bio2rdf.org/core#,canonical merged,biocrm,http://ldf.fi/schema/bioc/,canonical merged,BIOCYC,http://identifiers.org/biocyc/,canonical merged,bioentity,http://bioentity.io/vocab/,canonical +merged,BIOFACTOID,https://biofactoid.org/document/,canonical merged,BIOGRID,http://identifiers.org/biogrid/,canonical merged,biogrid,http://thebiogrid.org/,prefix_alias -merged,biogrid.interaction,https://thebiogrid.org/interaction/,canonical +merged,BIOGRID.INTERACTION,https://thebiogrid.org/interaction/,canonical merged,biol,http://purl.org/NET/biol/ns#,canonical merged,biolink,https://w3id.org/biolink/vocab/,canonical merged,BIOLINK,http://identifiers.org/biolink/,prefix_alias merged,BIOMINDER,http://identifiers.org/biominder/,canonical merged,BIOMODELS.DB,http://identifiers.org/biomodels.db/,canonical -merged,BIOMODELS.KISAO,http://purl.obolibrary.org/obo/KISAO_,namespace_alias +merged,biomodels.kisao,http://purl.obolibrary.org/obo/KISAO_,namespace_alias merged,BIOMODELS.TEDDY,http://identifiers.org/biomodels.teddy/,canonical merged,BIOMODELS.VOCABULARY,http://identifiers.org/biomodels.vocabulary/,canonical merged,BIONUMBERS,http://identifiers.org/bionumbers/,canonical merged,biopax,http://www.biopax.org/release/biopax-level3.owl#,canonical merged,BIOPORTAL,http://identifiers.org/bioportal/,canonical -merged,BIOPROJECT,http://identifiers.org/bioproject/,canonical merged,biordf,http://purl.org/net/biordfmicroarray/ns#,canonical -merged,bioregistry,https://bioregistry.io/registry/,canonical -merged,bioregistry.collection,https://bioregistry.io/collection/,canonical -merged,bioregistry.registry,https://bioregistry.io/metaregistry/,canonical -merged,bioregistry.schema,https://bioregistry.io/schema/#,canonical -merged,biorxiv,https://www.biorxiv.org/content/10.1101/,canonical +merged,BIOREGISTRY,https://bioregistry.io/registry/,canonical +merged,BIOREGISTRY.COLLECTION,https://bioregistry.io/collection/,canonical +merged,BIOREGISTRY.REGISTRY,https://bioregistry.io/metaregistry/,canonical +merged,BIOREGISTRY.SCHEMA,https://bioregistry.io/schema/#,canonical +merged,BIORXIV,https://www.biorxiv.org/content/10.1101/,canonical merged,BIOSAMPLE,http://identifiers.org/biosample/,canonical +merged,BIOSCHEMAS,https://bioschemas.org/profiles/,canonical merged,BIOSIMULATIONS,http://identifiers.org/biosimulations/,canonical merged,BIOSIMULATORS,http://identifiers.org/biosimulators/,canonical merged,bioskos,http://eulersharp.sourceforge.net/2003/03swap/bioSKOSSchemes#,canonical @@ -301,8 +298,8 @@ merged,BIOSTUDIES,http://identifiers.org/biostudies/,canonical merged,BIOSYSTEMS,http://identifiers.org/biosystems/,canonical merged,BIOTOOLS,http://identifiers.org/biotools/,canonical merged,biotop,http://purl.org/biotop/biotop.owl#,canonical -merged,biozil,https://www.biozol.de/en/product/,canonical -merged,birnlex,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical +merged,BIOZIL,https://www.biozol.de/en/product/,canonical +merged,BIRNLEX,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical merged,BiRO,http://purl.org/spar/biro/,canonical merged,birthdate,http://schema.org/birthDate/,canonical merged,bis,http://bis.270a.info/dataset/,canonical @@ -312,7 +309,7 @@ merged,BITTERDB.CPD,http://identifiers.org/bitterdb.cpd/,canonical merged,BITTERDB.REC,http://identifiers.org/bitterdb.rec/,canonical merged,bk,http://www.provbook.org/ns/#,canonical merged,bkb,https://budayakb.cs.ui.ac.id/ns#,canonical -merged,bko,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical +merged,BKO,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical merged,bl,https://w3id.org/biolink/vocab/,namespace_alias merged,bld,http://biglinkeddata.com/,canonical merged,bldont,http://ont.biglinkeddata.com/,canonical @@ -322,7 +319,6 @@ merged,blt,http://www.bl.uk/schemas/bibliographic/blterms#,canonical merged,bm,http://bio2rdf.org/,namespace_alias merged,bmo,http://collection.britishmuseum.org/id/ontology/,canonical merged,bmp,http://w3id.org/bmp#,canonical -merged,BMRB,http://identifiers.org/bmrb/,canonical merged,bn,http://babelnet.org/rdf/,canonical merged,bne,http://datos.bne.es/resource/,canonical merged,bner,http://datos.bne.es/resource/,namespace_alias @@ -339,14 +335,13 @@ merged,bp3,http://www.biopax.org/release/biopax-level3.owl#,namespace_alias merged,bperson,http://data.vlaanderen.be/ns/persoon#,canonical merged,bpo,https://w3id.org/bpo#,canonical merged,br,http://vocab.deri.ie/br#,canonical -merged,BRENDA,http://identifiers.org/brenda/,canonical merged,brick,https://brickschema.org/schema/Brick#,canonical merged,bridge,http://purl.org/vocommons/bridge#,canonical merged,brk,http://brk.basisregistraties.overheid.nl/def/brk#,canonical merged,BROAD,http://identifiers.org/broad/,canonical merged,brot,https://w3id.org/brot#,canonical merged,brt,http://brt.basisregistraties.overheid.nl/def/top10nl#,canonical -merged,bs,https://biopragmatics.github.io/providers/bs/,canonical +merged,BS,https://biopragmatics.github.io/providers/bs/,canonical merged,bs,https://w3id.org/def/basicsemantics-owl#,prefix_alias merged,bsb,http://opacplus.bsb-muenchen.de/title/,canonical merged,bsbm,http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/,canonical @@ -360,18 +355,15 @@ merged,BUGBASE.EXPT,http://identifiers.org/bugbase.expt/,canonical merged,BUGBASE.PROTOCOL,http://identifiers.org/bugbase.protocol/,canonical merged,bv,http://purl.org/vocommons/bv#,canonical merged,bwb,http://doc.metalex.eu/bwb/ontology/,canonical -merged,BYKDB,http://identifiers.org/bykdb/,canonical merged,c4dm,http://purl.org/NET/c4dm/event.owl#,namespace_alias merged,c4n,http://vocab.deri.ie/c4n#,canonical merged,C4O,http://purl.org/spar/c4o/,canonical merged,c9d,http://purl.org/twc/vocab/conversion/,namespace_alias merged,ca,http://complyadvantage.com/,canonical -merged,CABRI,http://identifiers.org/cabri/,canonical -merged,CADSR,http://identifiers.org/cadsr/,canonical merged,cal,http://www.w3.org/2002/12/cal/ical#,namespace_alias merged,call,http://webofcode.org/wfn/call:,canonical merged,calli,http://callimachusproject.org/rdf/2009/framework#,canonical -merged,caloha,https://biopragmatics.github.io/providers/caloha/,canonical +merged,CALOHA,https://www.nextprot.org/term/,canonical merged,camelot,http://vocab.ox.ac.uk/camelot#,canonical merged,CAMEO,http://identifiers.org/cameo/,canonical merged,campsite,http://www.openlinksw.com/campsites/schema#,canonical @@ -389,11 +381,8 @@ merged,caso,http://www.w3id.org/def/caso#,canonical merged,category,http://dbpedia.org/resource/Category:,namespace_alias merged,CATH,http://identifiers.org/cath/,canonical merged,CATH.DOMAIN,http://identifiers.org/cath.domain/,canonical -merged,CATH.SUPERFAMILY,http://identifiers.org/cath.superfamily/,canonical -merged,CATTLEQTLDB,http://identifiers.org/cattleqtldb/,canonical -merged,CAZY,http://identifiers.org/cazy/,canonical merged,cb,http://cbasewrap.ontologycentral.com/vocab#,canonical -merged,cba,https://europepmc.org/article/CBA/,canonical +merged,CBA,https://europepmc.org/article/CBA/,canonical merged,cbase,http://ontologycentral.com/2010/05/cb/vocab#,canonical merged,cbb,https://data.cbb.omgeving.vlaanderen.be/ns/cbb#,canonical merged,cbim,http://www.coinsweb.nl/cbim-2.0.rdf#,canonical @@ -403,7 +392,6 @@ merged,cbs,http://betalinkeddata.cbs.nl/def/cbs#,canonical merged,cbv,https://ns.gs1.org/cbv/,canonical merged,cc,http://creativecommons.org/ns#,canonical merged,ccard,http://purl.org/commerce/creditcard#,canonical -merged,CCDC,http://identifiers.org/ccdc/,canonical merged,CCDS,http://identifiers.org/ccds/,canonical merged,cci,http://cookingbigdata.com/linkeddata/ccinstances#,canonical merged,CCO,http://identifiers.org/CCO/,canonical @@ -422,13 +410,13 @@ merged,CDNO,http://purl.obolibrary.org/obo/CDNO_,canonical merged,CDPD,http://identifiers.org/cdpd/,canonical merged,cdt,https://w3id.org/cdt/,canonical merged,cdtype,http://purl.org/cld/cdtype/,canonical -merged,cell_model_passport,https://cellmodelpassports.sanger.ac.uk/passports/,canonical +merged,CELL_MODEL_PASSPORT,https://cellmodelpassports.sanger.ac.uk/passports/,canonical merged,CELLIMAGE,http://identifiers.org/cellimage/,canonical -merged,cellopub,https://web.expasy.org/cellosaurus/cellopub/,canonical +merged,CELLOPUB,https://web.expasy.org/cellosaurus/cellopub/,canonical merged,CELLOSAURUS,http://identifiers.org/cellosaurus/,canonical -merged,cellosaurus.resource,https://bioregistry.io/metaregistry/cellosaurus/,canonical +merged,CELLOSAURUS.RESOURCE,https://bioregistry.io/metaregistry/cellosaurus/,canonical merged,CELLREPO,http://identifiers.org/cellrepo/,canonical -merged,cemo,http://purl.obolibrary.org/obo/cemo.owl#,canonical +merged,CEMO,https://biopragmatics.github.io/providers/cemo/,canonical merged,centrifuge,http://purl.org/twc/vocab/centrifuge#,canonical merged,ceo,https://linkeddata.cultureelerfgoed.nl/def/ceo#,canonical merged,ceox,https://linkeddata.cultureelerfgoed.nl/def/ceox#,canonical @@ -455,9 +443,8 @@ merged,CHEBI,http://purl.obolibrary.org/obo/CHEBI_,canonical merged,check,http://pornhub.com/,canonical merged,CHEMBL,http://identifiers.org/chembl/,canonical merged,chembl,http://rdf.ebi.ac.uk/terms/chembl#,prefix_alias -merged,chembl.cell,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical +merged,CHEMBL.CELL,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical merged,CHEMBL.COMPOUND,http://identifiers.org/chembl.compound/,canonical -merged,CHEMBL.TARGET,http://identifiers.org/chembl.target/,canonical merged,CHEMDB,http://identifiers.org/chemdb/,canonical merged,CHEMIDPLUS,http://identifiers.org/chemidplus/,canonical merged,CHEMINF,http://purl.obolibrary.org/obo/CHEMINF_,canonical @@ -465,9 +452,7 @@ merged,cheminf,http://www.semanticweb.org/ontologies/cheminf.owl#,prefix_alias merged,ChEMROF,https://chemkg.github.io/chemrof/,canonical merged,chemrof,https://w3id.org/chemrof/,prefix_alias merged,chemsci,https://w3id.org/skgo/chemsci#,canonical -merged,CHEMSPIDER,http://identifiers.org/chemspider/,canonical merged,chess,http://purl.org/NET/rdfchess/ontology/,canonical -merged,CHICKENQTLDB,http://identifiers.org/chickenqtldb/,canonical merged,CHIRO,http://purl.obolibrary.org/obo/CHIRO_,canonical merged,CHMO,http://purl.obolibrary.org/obo/CHMO_,canonical merged,chord,http://purl.org/ontology/chord/,canonical @@ -482,7 +467,7 @@ merged,cinema,http://www.semanticweb.org/julien/morgann/cinema#,canonical merged,CIO,http://purl.obolibrary.org/obo/CIO_,canonical merged,cis,http://purl.org/NET/cloudisus#,canonical merged,citedcat,https://w3id.org/citedcat-ap/,canonical -merged,citexplore,https://europepmc.org/article/CTX/,canonical +merged,CITEXPLORE,https://europepmc.org/article/CTX/,canonical merged,CiTO,http://purl.org/spar/cito/,canonical merged,citof,http://www.essepuntato.it/2013/03/cito-functions#,canonical merged,city,http://datos.localidata.com/def/City#,canonical @@ -499,8 +484,8 @@ merged,cl,http://advene.org/ns/cinelab/,prefix_alias merged,CLAO,http://purl.obolibrary.org/obo/CLAO_,canonical merged,clapit,http://dati.gov.it/onto/clapit/,canonical merged,CLASSYFIRE,http://identifiers.org/classyfire/,canonical +merged,CLB,http://identifiers.org/clb/,canonical merged,cld,http://purl.org/cld/terms/,canonical -merged,CLDB,http://identifiers.org/cldb/,canonical merged,climb,http://climb.dataincubator.org/vocabs/climb/,canonical merged,clineva,http://www.agfa.com/w3c/2009/clinicalEvaluation#,canonical merged,clinic,http://example.com/clinic#,canonical @@ -512,7 +497,7 @@ merged,CLINVAR.SUBMISSION,http://identifiers.org/clinvar.submission/,canonical merged,CLINVAR.SUBMITTER,http://identifiers.org/clinvar.submitter/,canonical merged,clirio,http://clirio.kaerle.com/clirio.owl#,canonical merged,CLO,http://purl.obolibrary.org/obo/CLO_,canonical -merged,cls,https://cls.shop/,canonical +merged,CLS,https://cls.shop/,canonical merged,CLYH,http://purl.obolibrary.org/obo/CLYH_,canonical merged,cmd,http://clarin.eu/cmd#,canonical merged,cmdi,http://www.clarin.eu/cmd/,canonical @@ -521,7 +506,7 @@ merged,CMF,http://purl.obolibrary.org/obo/CMF_,canonical merged,CMO,http://purl.obolibrary.org/obo/CMO_,canonical merged,cmo,http://purl.org/twc/ontologies/cmo.owl#,prefix_alias merged,cmp,http://www.ontologydesignpatterns.org/cp/owl/componency.owl#,canonical -merged,cmpo,http://www.ebi.ac.uk/cmpo/CMPO_,canonical +merged,CMPO,http://www.ebi.ac.uk/cmpo/CMPO_,canonical merged,cnt,http://www.w3.org/2011/content#,canonical merged,co,http://purl.org/ontology/co/core#,canonical merged,CO_320,https://cropontology.org/rdf/CO_320:,canonical @@ -559,26 +544,26 @@ merged,CO_366,https://cropontology.org/rdf/CO_366:,canonical merged,CO_367,https://cropontology.org/rdf/CO_367:,canonical merged,CO_370,https://cropontology.org/rdf/CO_370:,canonical merged,COB,http://purl.obolibrary.org/obo/COB_,canonical -merged,coconut,https://coconut.naturalproducts.net/compound/coconut_id/,canonical +merged,COCONUT,https://coconut.naturalproducts.net/compound/coconut_id/,canonical merged,cocoon,https://w3id.org/cocoon/v1.0#,canonical merged,coda,http://art.uniroma2.it/coda/contracts/,canonical merged,code,http://telegraphis.net/ontology/measurement/code#,canonical merged,coeus,http://bioinformatics.ua.pt/coeus/,canonical -merged,cog,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical +merged,COG,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical merged,cog,http://purl.org/ontology/cco/core#,prefix_alias -merged,cog.category,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical -merged,cog.pathway,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical +merged,COG.CATEGORY,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical +merged,COG.PATHWAY,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical merged,cogs,http://vocab.deri.ie/cogs#,canonical merged,coin,http://purl.org/court/def/2009/coin#,canonical +merged,COL,http://identifiers.org/col/,canonical merged,COLAO,http://purl.obolibrary.org/obo/COLAO_,canonical merged,cold,http://purl.org/configurationontology#,canonical merged,coll,http://purl.org/co/,canonical merged,com,http://purl.org/commerce#,canonical -merged,COMBINE.SPECIFICATIONS,http://identifiers.org/combine.specifications/,canonical merged,comm,http://vocab.resc.info/communication#,canonical merged,commerce,http://search.yahoo.com/searchmonkey/commerce/,canonical merged,common,http://www.w3.org/2007/uwa/context/common.owl#,canonical -merged,commoncoreontology,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical +merged,COMMONCOREONTOLOGY,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical merged,commons,http://commons.psi.enakting.org/def/,canonical merged,comp,http://semweb.mmlab.be/ns/rml-compression#,canonical merged,company,http://intellimind.io/ns/company#,canonical @@ -587,19 +572,18 @@ merged,COMPLEXPORTAL,http://identifiers.org/complexportal/,canonical merged,composer,http://dbpedia.org/ontology/composer/,canonical merged,COMPTOX,http://identifiers.org/comptox/,canonical merged,compub,https://sireneld.io/vocab/compub#,canonical -merged,COMPULYEAST,http://identifiers.org/compulyeast/,canonical merged,con,http://www.w3.org/2000/10/swap/pim/contact#,canonical merged,condition,http://www.kinjal.com/condition:,canonical merged,conf,http://richard.cyganiak.de/2007/pubby/config.rdf#,canonical merged,conference,https://w3id.org/scholarlydata/ontology/conference-ontology.owl#,canonical -merged,confident.event,https://www.confident-conference.org/index.php/Event:,canonical -merged,confident.series,https://www.confident-conference.org/index.php/Event_Series:,canonical +merged,CONFIDENT.EVENT,https://www.confident-conference.org/index.php/Event:,canonical +merged,CONFIDENT.SERIES,https://www.confident-conference.org/index.php/Event_Series:,canonical merged,conll,http://ufal.mff.cuni.cz/conll2009-st/task-description.html#,canonical merged,conllu,https://universaldependencies.org/format.html#,canonical merged,connard,https://mail.google.com/mail/u/1/#,canonical merged,CONOSERVER,http://identifiers.org/conoserver/,canonical merged,conserv,http://conserv.deri.ie/ontology#,canonical -merged,conso,https://pharmacome.github.io/conso/,canonical +merged,CONSO,https://pharmacome.github.io/conso/,canonical merged,consolid,https://w3id.org/consolid#,canonical merged,constant,http://qudt.org/vocab/constant/,canonical merged,contact,http://www.w3.org/2000/10/swap/pim/contact#,namespace_alias @@ -612,8 +596,8 @@ merged,conversion,http://purl.org/twc/vocab/conversion/,namespace_alias merged,coo,http://purl.org/coo/ns#,canonical merged,copyright,http://rhizomik.net/ontologies/copyrightonto.owl#,namespace_alias merged,cordis,http://cordis.europa.eu/projects/,canonical -merged,cordis.article,https://cordis.europa.eu/article/id/,canonical -merged,cordis.project,https://cordis.europa.eu/project/id/,canonical +merged,CORDIS.ARTICLE,https://cordis.europa.eu/article/id/,canonical +merged,CORDIS.PROJECT,https://cordis.europa.eu/project/id/,canonical merged,core,http://vivoweb.org/ontology/core#,canonical merged,coref,http://www.rkbexplorer.com/ontologies/coref#,canonical merged,CORIELL,http://identifiers.org/coriell/,canonical @@ -629,7 +613,7 @@ merged,county,http://myexample.org/county#,canonical merged,courseware,http://courseware.rkbexplorer.com/ontologies/courseware#,canonical merged,COVID19,http://identifiers.org/covid19/,canonical merged,covido,https://w3id.org/CovidO#,canonical -merged,covoc,http://purl.obolibrary.org/obo/COVOC_,canonical +merged,COVOC,http://purl.obolibrary.org/obo/COVOC_,canonical merged,coy,https://schema.coypu.org/global#,canonical merged,cpa,http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#,canonical merged,cpack,http://cliopatria.swi-prolog.org/schema/cpack#,canonical @@ -641,7 +625,7 @@ merged,cpi,http://www.ebusiness-unibw.org/ontologies/cpi/ns#,canonical merged,cpm,http://catalogus-professorum.org/cpm/2/,canonical merged,cpov,http://data.europa.eu/m8g/,canonical merged,cpsv,http://purl.org/vocab/cpsv#,canonical -merged,cpt,https://www.aapc.com/codes/cpt-codes/,canonical +merged,CPT,https://www.aapc.com/codes/cpt-codes/,canonical merged,cpv,http://purl.org/weso/cpv/,canonical merged,crime,http://purl.org/vocab/reloc/,canonical merged,CRISPRDB,http://identifiers.org/crisprdb/,canonical @@ -658,26 +642,21 @@ merged,crowd,http://purl.org/crowd/,canonical merged,crsw,http://courseware.rkbexplorer.com/ontologies/courseware#,namespace_alias merged,crtv,http://open-services.net/ns/crtv#,canonical merged,crv,http://purl.org/twc/vocab/datacarver#,canonical -merged,cryoem,http://scipion.i2pc.es/ontology/CRYOEM_,canonical +merged,CRYOEM,http://scipion.i2pc.es/ontology/CRYOEM_,canonical merged,crypto,http://www.w3.org/2000/10/swap/crypto#,canonical merged,CRYPTODB,http://identifiers.org/cryptodb/,canonical merged,cs,http://purl.org/vocab/changeset/schema#,canonical merged,CSA,http://identifiers.org/csa/,canonical -merged,CSD,http://identifiers.org/csd/,canonical merged,csdbp,http://cs.dbpedia.org/,canonical merged,cska,http://pfclitex.com/,canonical merged,csm,http://purl.org/csm/1.0#,canonical merged,cso,http://cso.kmi.open.ac.uk/schema/cso/,canonical -merged,csp,http://vocab.deri.ie/csp#,canonical -merged,CST,http://identifiers.org/cst/,canonical -merged,CST.AB,http://identifiers.org/cst.ab/,canonical +merged,CSP,http://purl.bioontology.org/ontology/CSP/,canonical +merged,csp,http://vocab.deri.ie/csp#,prefix_alias merged,csv,http://vocab.sindice.net/csv/,canonical merged,csvw,http://www.w3.org/ns/csvw#,canonical merged,ct,http://data.linkedct.org/resource/linkedct/,canonical merged,ctag,http://commontag.org/ns#,canonical -merged,CTD.CHEMICAL,http://identifiers.org/ctd.chemical/,canonical -merged,CTD.DISEASE,http://identifiers.org/ctd.disease/,canonical -merged,CTD.GENE,http://identifiers.org/ctd.gene/,canonical merged,CTENO,http://purl.obolibrary.org/obo/CTENO_,canonical merged,CTO,http://purl.obolibrary.org/obo/CTO_,canonical merged,cto,https://w3id.org/cto#,prefix_alias @@ -706,7 +685,6 @@ merged,cwrc,http://sparql.cwrc.ca/ontology/cwrc#,canonical merged,cyc,http://sw.opencyc.org/concept/,canonical merged,cycann,http://sw.cyc.com/CycAnnotations_v1#,canonical merged,d0,http://ontologydesignpatterns.org/ont/wikipedia/d0.owl#,canonical -merged,D1ID,http://identifiers.org/d1id/,canonical merged,d2d,http://rdfns.org/d2d/,canonical merged,d2r,http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf#,canonical merged,d2rq,http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#,canonical @@ -728,9 +706,9 @@ merged,daq,http://purl.org/eis/vocab/daq#,canonical merged,DARC,http://identifiers.org/darc/,canonical merged,dash,http://datashapes.org/dash#,canonical merged,DASHR,http://identifiers.org/dashr/,canonical -merged,DASHR.EXPRESSION,http://identifiers.org/dashr.expression/,canonical merged,data,http://data.odw.tw/,canonical merged,DataCite,http://purl.org/spar/datacite/,canonical +merged,DATACOMMONS,https://datacommons.org/browser/,canonical merged,datacron,http://www.datacron-project.eu/datAcron#,canonical merged,datafaqs,http://purl.org/twc/vocab/datafaqs#,canonical merged,datagc,https://data.grottocenter.org/ldp/,canonical @@ -740,6 +718,7 @@ merged,DATANATOR.METABOLITE,http://identifiers.org/datanator.metabolite/,canonic merged,DATANATOR.REACTION,http://identifiers.org/datanator.reaction/,canonical merged,date,http://contextus.net/ontology/ontomedia/misc/date#,canonical merged,datex,http://vocab.datex.org/terms#,canonical +merged,DATF,http://identifiers.org/datf/,canonical merged,dave,http://theme-e.adaptcentre.ie/dave#,canonical merged,dawgt,http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#,canonical merged,days,http://ontologi.es/days#,canonical @@ -747,7 +726,7 @@ merged,dayta,http://dayta.me/resource#,canonical merged,db,http://dbpedia.org/,canonical merged,dbc,http://dbpedia.org/resource/Category:,canonical merged,dbcat,http://dbpedia.org/resource/Category:,namespace_alias -merged,DBD,http://identifiers.org/dbd/,canonical +merged,dbd,http://dbpedia.org/datatype/,namespace_alias merged,DBEST,http://identifiers.org/dbest/,canonical merged,dbfo,http://dbpedia.org/facts/ontology#,canonical merged,DBG2INTRONS,http://identifiers.org/dbg2introns/,canonical @@ -757,7 +736,7 @@ merged,dblp,http://dblp.uni-trier.de/rdf/schema-2015-01-26#,canonical merged,dbm,http://purl.org/net/dbm/ontology#,canonical merged,dbms,http://www.openlinksw.com/ontology/dbms-app-ontology#,canonical merged,dbnary,http://kaiko.getalp.org/dbnary#,canonical -merged,dbo,https://dbpedia.org/ontology/,canonical +merged,DBO,https://dbpedia.org/ontology/,canonical merged,dbo,http://dbpedia.org/ontology/,prefix_alias merged,dbonto,http://dbepedia.org/ontology/,canonical merged,dbowl,http://ontology.cybershare.utep.edu/dbowl/relational-to-ontology-mapping-primitive.owl#,canonical @@ -779,15 +758,15 @@ merged,dbSNP,http://identifiers.org/dbsnp/,canonical merged,dbt,http://dbpedia.org/resource/Template:,canonical merged,dbtont,http://dbtropes.org/ont/,canonical merged,dbug,http://ontologi.es/doap-bugs#,canonical -merged,dbvar.study,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical -merged,dbvar.variant,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical +merged,DBVAR.STUDY,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical +merged,DBVAR.VARIANT,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical merged,dby,http://dbpedia.org/class/yago/,namespace_alias merged,dbyago,http://dbpedia.org/class/yago/,canonical -merged,dc,http://purl.org/dc/elements/1.1/,canonical +merged,DC,http://purl.org/dc/elements/1.1/,canonical merged,DC_CL,http://purl.obolibrary.org/obo/DC_CL_,canonical merged,dcam,http://purl.org/dc/dcam/,canonical merged,dcap,http://purl.org/ws-mmi-dc/terms/,canonical -merged,dcat,http://www.w3.org/ns/dcat#,canonical +merged,DCAT,http://www.w3.org/ns/dcat#,canonical merged,dcatapit,http://dati.gov.it/onto/dcatapit#,canonical merged,dcatnl,http://standaarden.overheid.nl/dcatnl/terms/,canonical merged,dcatno,https://data.norge.no/vocabulary/dcatno#,canonical @@ -810,19 +789,19 @@ merged,dcs,http://ontologi.es/doap-changeset#,canonical merged,dct,http://purl.org/dc/terms/,namespace_alias merged,dcterms,http://purl.org/dc/terms/,canonical merged,dctype,http://purl.org/dc/dcmitype/,namespace_alias -merged,dctypes,http://purl.org/dc/dcmitype/,canonical +merged,DCTYPES,http://purl.org/dc/dcmitype/,canonical merged,dcx,http://dublincore.org/dcx/,canonical merged,dd,http://example.org/dummydata/,canonical merged,DDANAT,http://purl.obolibrary.org/obo/DDANAT_,canonical merged,ddb,http://www.deutsche-digitale-bibliothek.de/edm/,canonical merged,ddc,http://purl.org/NET/decimalised#,canonical -merged,ddinter.drug,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical -merged,ddinter.interaction,http://ddinter.scbdd.com/ddinter/interact/,canonical +merged,DDINTER.DRUG,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical +merged,DDINTER.INTERACTION,http://ddinter.scbdd.com/ddinter/interact/,canonical merged,ddl,http://purl.org/vocab/riro/ddl#,canonical merged,DDPHENO,http://purl.obolibrary.org/obo/DDPHENO_,canonical merged,dead,http://utpl.edu.ec/sbc/data/,canonical merged,DeBiO,https://biopragmatics.github.io/debio/,canonical -merged,decipher,https://www.deciphergenomics.org/syndrome/,canonical +merged,DECIPHER,https://www.deciphergenomics.org/syndrome/,canonical merged,decision,https://decision-ontology.googlecode.com/svn/trunk/decision.owl#,canonical merged,decl,http://www.linkedmodel.org/1.0/schema/decl#,canonical merged,decprov,http://promsns.org/def/decprov#,canonical @@ -832,11 +811,10 @@ merged,delta,http://www.w3.org/2004/delta#,canonical merged,demlab,http://www.demcare.eu/ontologies/demlab.owl#,canonical merged,dentsci,https://w3id.org/skgo/dentsci#,canonical merged,DEO,http://purl.org/spar/deo/,canonical -merged,depmap,https://depmap.org/portal/cell_line/,canonical -merged,DEPOD,http://identifiers.org/depod/,canonical +merged,DEPMAP,https://depmap.org/portal/cell_line/,canonical merged,deps,http://ontologi.es/doap-deps#,canonical merged,derecho,http://purl.org/derecho#,canonical -merged,dermo,http://purl.obolibrary.org/obo/DERMO_,canonical +merged,DERMO,http://purl.obolibrary.org/obo/DERMO_,canonical merged,DEV.GA4GHDOS,http://identifiers.org/dev.ga4ghdos/,canonical merged,devuan,https://devuan.net.br/,canonical merged,dfc,http://datafoodconsortium.org/ontologies/DFC_FullModel.owl#,canonical @@ -854,12 +832,11 @@ merged,DHBA,https://biopragmatics.github.io/providers/dhba/,canonical merged,diag,http://www.loc.gov/zing/srw/diagnostic/,canonical merged,dicera,http://semweb.mmlab.be/ns/dicera#,canonical merged,dick,http://pornhub.com/,namespace_alias -merged,dicom,http://dicom.nema.org/resources/ontology/DCM/,canonical +merged,DICOM,http://dicom.nema.org/resources/ontology/DCM/,canonical merged,dicom,http://purl.org/healthcarevocab/v1#,prefix_alias merged,dictyBase,http://identifiers.org/dictybase.gene/,canonical -merged,dictybase,http://dictybase.org/gene/,prefix_alias +merged,DICTYBASE,http://dictybase.org/gene/,prefix_alias merged,DICTYBASE.EST,http://identifiers.org/dictybase.est/,canonical -merged,DICTYBASE.GENE,http://identifiers.org/dictybase.gene/,namespace_alias merged,DID,http://identifiers.org/DID/,canonical merged,DIDEO,http://purl.obolibrary.org/obo/DIDEO_,canonical merged,DINTO,http://purl.obolibrary.org/obo/DINTO_,canonical @@ -870,10 +847,10 @@ merged,dis,http://stanbol.apache.org/ontology/disambiguation/disambiguation#,can merged,disco,http://rdf-vocabulary.ddialliance.org/discovery#,canonical merged,DISDRIV,http://purl.obolibrary.org/obo/DISDRIV_,canonical merged,disease,http://www.agfa.com/w3c/2009/humanDisorder#,canonical +merged,DISEASECLASS,https://biopragmatics.github.io/providers/diseaseclass/,canonical merged,diseasome,http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/,canonical merged,diso,https://purls.helmholtz-metadaten.de/diso#,canonical merged,DISPROT,http://identifiers.org/disprot/,canonical -merged,DISPROT.REGION,http://identifiers.org/disprot.region/,canonical merged,dita,http://purl.org/dita/ns#,canonical merged,dive,http://scubadive.networld.to/dive.rdf#,canonical merged,djo,http://purl.org/datajourneys/,canonical @@ -892,7 +869,7 @@ merged,dnbt,http://d-nb.info/standards/elementset/dnb#,canonical merged,dnr,http://www.dotnetrdf.org/configuration#,canonical merged,doac,http://ramonantonio.net/doac/0.1/#,canonical merged,doacc,http://purl.org/net/bel-epa/doacc#,canonical -merged,doap,http://usefulinc.com/ns/doap#,canonical +merged,DOAP,http://usefulinc.com/ns/doap#,canonical merged,doas,http://deductions.github.io/doas.owl.ttl#,canonical merged,doc,http://www.w3.org/2000/10/swap/pim/doc#,canonical merged,docam,https://www.docam.ca/glossaurus/,canonical @@ -927,6 +904,7 @@ merged,dqm,http://purl.org/dqm-vocabulary/v1/dqm#,canonical merged,dqv,http://www.w3.org/ns/dqv#,canonical merged,dqvno,https://data.norge.no/vocabulary/dqvno#,canonical merged,dr,http://purl.org/swan/2.0/discourse-relationships/,canonical +merged,DRDUKE,https://phytochem.nal.usda.gov/phytochem/chemicals/show/,canonical merged,driver,http://deductions.github.io/drivers.owl.ttl#,canonical merged,drk,http://drakon.su/,canonical merged,drm,http://vocab.data.gov/def/drm#,canonical @@ -935,24 +913,24 @@ merged,DRSC,http://identifiers.org/drsc/,canonical merged,drug,http://www.agfa.com/w3c/2009/drugTherapy#,canonical merged,DRUGBANK,http://identifiers.org/drugbank/,canonical merged,drugbank,http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/,prefix_alias -merged,drugbank.category,https://www.drugbank.ca/categories/,canonical -merged,drugbank.salt,https://go.drugbank.com/salts/,canonical +merged,DRUGBANK.CATEGORY,https://www.drugbank.ca/categories/,canonical +merged,DRUGBANK.SALT,https://go.drugbank.com/salts/,canonical merged,DRUGBANKV4.TARGET,http://identifiers.org/drugbankv4.target/,canonical -merged,drugcentral,http://drugcentral.org/drugcard/,canonical +merged,DRUGCENTRAL,http://identifiers.org/drugcentral/,canonical merged,ds,http://purl.org/ctic/dcat#,canonical merged,dsd,https://w3id.org/dsd#,canonical merged,dsfv,http://sws.ifi.uio.no/vocab/dsf/henriwi/dsf#,canonical merged,dsi,https://data.dsi.omgeving.vlaanderen.be/ns/dsi#,canonical -merged,dsmz,https://www.dsmz.de/collection/catalogue/details/culture/,canonical +merged,DSMZ,https://www.dsmz.de/collection/catalogue/details/culture/,canonical merged,dsn,http://purl.org/dsnotify/vocab/eventset/,canonical -merged,dso,https://www.datascienceontology.org/concept/,canonical +merged,DSO,https://www.datascienceontology.org/concept/,canonical merged,dso,http://purl.org/ontology/dso#,prefix_alias merged,dsp,http://purl.org/metainfo/terms/dsp#,canonical merged,dssn,http://purl.org/net/dssn/,canonical merged,dsv,http://purl.org/iso25964/DataSet/Versioning#,canonical merged,dsw,http://purl.org/dsw/,canonical merged,dt,http://dbpedia.org/datatype/,canonical -merged,dto,http://www.drugtargetontology.org/dto/DTO_,canonical +merged,DTO,http://www.drugtargetontology.org/dto/DTO_,canonical merged,dtype,http://www.linkedmodel.org/schema/dtype#,canonical merged,dul,http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#,canonical merged,dummy,http://hello.com/,canonical @@ -963,16 +941,16 @@ merged,dvia,http://data.eurecom.fr/ontology/dvia#,canonical merged,dwc,http://rs.tdwg.org/dwc/terms/,canonical merged,dwciri,http://rs.tdwg.org/dwc/iri/,canonical merged,ea,http://eaontology.protect.linkeddata.es/def/,canonical -merged,eaglei,http://hawaii.eagle-i.net/i/,canonical +merged,EAGLEI,http://hawaii.eagle-i.net/i/,canonical merged,eame,http://www.semanticweb.org/ontologia_EA#,canonical merged,ean,http://openean.kaufkauf.net/id/,canonical merged,earl,http://www.w3.org/ns/earl#,canonical merged,earth,http://linked.earth/ontology#,canonical -merged,easychair.cfp,https://easychair.org/cfp/,canonical +merged,EASYCHAIR.CFP,https://easychair.org/cfp/,canonical merged,eat,http://www.eat.rl.ac.uk/#,canonical merged,eb,https://w3id.org/eb#,canonical merged,ebg,http://data.businessgraph.io/ontology#,canonical -merged,ebisc,https://cells.ebisc.org/,canonical +merged,EBISC,https://cells.ebisc.org/,canonical merged,ebu,http://semantic.eurobau.com/eurobau-utility.owl#,canonical merged,ebucore,http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#,canonical merged,ec,http://eulergui.sourceforge.net/contacts.owl.n3#,canonical @@ -990,12 +968,11 @@ merged,ecgl,http://schema.geolink.org/,namespace_alias merged,ecglview,http://schema.geolink.org/view/,canonical merged,ECHOBASE,http://identifiers.org/echobase/,canonical merged,eclap,http://www.eclap.eu/schema/eclap/,canonical -merged,ecmdb,http://ecmdb.ca/compounds/,canonical +merged,ECMDB,http://ecmdb.ca/compounds/,canonical merged,ECO,http://purl.obolibrary.org/obo/ECO_,canonical merged,eco,http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/#,prefix_alias merged,ECOCORE,http://purl.obolibrary.org/obo/ECOCORE_,canonical merged,ECOGENE,http://identifiers.org/ecogene/,canonical -merged,ECOLIWIKI,http://identifiers.org/ecoliwiki/,canonical merged,ecoll,http://purl.org/ceu/eco/1.0#,canonical merged,ecore,http://www.eclipse.org/emf/2002/Ecore#,canonical merged,ecos,http://kmm.lboro.ac.uk/ecos/1.0#,canonical @@ -1011,11 +988,11 @@ merged,ECYANO.RULE,http://identifiers.org/ecyano.rule/,canonical merged,edac,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-edac.owl#,canonical merged,EDAM,http://identifiers.org/edam/,canonical merged,edam,http://edamontology.org/,prefix_alias -merged,edam.data,http://edamontology.org/data_,canonical -merged,edam.format,http://edamontology.org/format_,canonical -merged,edam.operation,http://edamontology.org/operation_,canonical -merged,edam.topic,http://edamontology.org/topic_,canonical -merged,edda,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical +merged,EDAM.DATA,http://edamontology.org/data_,canonical +merged,EDAM.FORMAT,http://edamontology.org/format_,canonical +merged,EDAM.OPERATION,http://edamontology.org/operation_,canonical +merged,EDAM.TOPIC,http://edamontology.org/topic_,canonical +merged,EDDA,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical merged,edg,http://edg.topbraid.solutions/model/,canonical merged,edgar,http://edgarwrap.ontologycentral.com/vocab/edgar#,canonical merged,edgarcik,http://edgarwrap.ontologycentral.com/cik/,canonical @@ -1041,18 +1018,19 @@ merged,ei2a,http://opendata.aragon.es/def/ei2a#,canonical merged,ekaw,http://data.semanticweb.org/conference/ekaw/2012/complete/,canonical merged,elec,http://purl.org/ctic/sector-publico/elecciones#,canonical merged,eli,http://data.europa.eu/eli/ontology#,canonical -merged,ELM,http://identifiers.org/elm/,canonical merged,elod,http://linkedeconomy.org/ontology#,canonical merged,elog,http://eulersharp.sourceforge.net/2003/03swap/log-rules#,namespace_alias merged,EMAP,http://purl.obolibrary.org/obo/EMAP_,canonical merged,EMAPA,http://purl.obolibrary.org/obo/EMAPA_,canonical +merged,EMAPS,https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:,canonical merged,EMDB,http://identifiers.org/emdb/,canonical merged,emergel,http://purl.org/emergel/core#,canonical merged,emergelm,http://purl.org/emergel/modules#,canonical +merged,EMMO.CIF,http://emmo.info/emmo/cif-core#,canonical merged,emoca,http://ns.inria.fr/emoca#,namespace_alias merged,emotion,http://ns.inria.fr/emoca#,canonical merged,emp,http://purl.org/ctic/empleo/oferta#,canonical -merged,empiar,https://www.ebi.ac.uk/pdbe/emdb/empiar/entry/,canonical +merged,EMPIAR,http://identifiers.org/empiar/,canonical merged,employee,http://www.employee.com/data#,canonical merged,emtr,http://purl.org/NET/ssnext/electricmeters#,canonical merged,ENA.EMBL,http://identifiers.org/ena.embl/,canonical @@ -1061,24 +1039,22 @@ merged,encargado,http://semRAT.edu/,canonical merged,ENCODE,http://identifiers.org/encode/,canonical merged,ends,http://labs.mondeca.com/vocab/endpointStatus#,canonical merged,enhancer,http://stanbol.apache.org/ontology/enhancer/enhancer#,canonical -merged,enm,http://purl.enanomapper.org/onto/ENM_,canonical +merged,ENM,http://purl.enanomapper.org/onto/ENM_,canonical merged,ens,http://models.okkam.org/ENS-core-vocabulary.owl#,canonical merged,ENSEMBL,http://identifiers.org/ensembl/,canonical merged,ensembl,http://rdf.ebi.ac.uk/resource/ensembl/,prefix_alias -merged,ENSEMBL.BACTERIA,http://identifiers.org/ensembl.bacteria/,canonical -merged,ENSEMBL.FUNGI,http://identifiers.org/ensembl.fungi/,canonical merged,ENSEMBL.METAZOA,http://identifiers.org/ensembl.metazoa/,canonical merged,ENSEMBL.PLANT,http://identifiers.org/ensembl.plant/,canonical merged,ENSEMBL.PROTIST,http://identifiers.org/ensembl.protist/,canonical -merged,ensemblglossary,http://ensembl.org/glossary/ENSGLOSSARY_,canonical +merged,ENSEMBLGLOSSARY,http://ensembl.org/glossary/ENSGLOSSARY_,canonical merged,ENVIPATH,http://identifiers.org/envipath/,canonical merged,environ,http://eulersharp.sourceforge.net/2003/03swap/environment#,canonical merged,ENVO,http://purl.obolibrary.org/obo/ENVO_,canonical -merged,enzo,https://www.enzolifesciences.com/,canonical +merged,ENZO,https://www.enzolifesciences.com/,canonical merged,EO,http://purl.obolibrary.org/obo/EO_,canonical -merged,eol,http://purl.org/obo/owlEOL_,canonical +merged,EOL,http://purl.org/obo/owlEOL_,canonical merged,eol,http://purl.org/biodiversity/eol/,prefix_alias -merged,eolife,https://eol.org/pages/,canonical +merged,EOLIFE,https://eol.org/pages/,canonical merged,ep,http://eprints.org/ontology/,namespace_alias merged,epcis,https://ns.gs1.org/epcis/,canonical merged,EPD,http://identifiers.org/epd/,canonical @@ -1090,7 +1066,7 @@ merged,eppo,https://gd.eppo.int/taxon/,canonical merged,eprints,http://eprints.org/ontology/,canonical merged,eproc,http://10.0.3.120/download/eproc_FORN_v02.owl#,canonical merged,eproc2,http://10.0.3.120/download/eproc_FORN_v04.owl#,canonical -merged,epso,http://www.case.edu/EpilepsyOntology.owl#,canonical +merged,EPSO,http://www.case.edu/EpilepsyOntology.owl#,canonical merged,eqp,https://data.nasa.gov/ontologies/atmonto/equipment#,canonical merged,era,http://data.europa.eu/949/,canonical merged,erce,http://xxefe.de/,canonical @@ -1168,12 +1144,14 @@ merged,ezcontext,http://ontologies.ezweb.morfeo-project.org/ezcontext/ns#,canoni merged,eztag,http://ontologies.ezweb.morfeo-project.org/eztag/ns#,canonical merged,faas,http://semantic-faas.com/ontology#,canonical merged,fab,http://purl.org/fab/ns#,canonical -merged,fabio,https://sparontologies.github.io/fabio/current/fabio.html#,canonical +merged,FABIO,https://sparontologies.github.io/fabio/current/fabio.html#,canonical merged,fabio,http://purl.org/spar/fabio/,prefix_alias merged,FACEBASE,http://identifiers.org/facebase/,canonical merged,factbook,http://wifo5-04.informatik.uni-mannheim.de/factbook/ns#,canonical merged,FAIRSHARING,http://identifiers.org/fairsharing/,canonical -merged,faldo,http://biohackathon.org/resource/faldo#,canonical +merged,FAIRSHARING.ORGANIZATION,https://fairsharing.org/organisations/,canonical +merged,FAIRSHARING.USER,https://fairsharing.org/users/,canonical +merged,FALDO,http://biohackathon.org/resource/faldo#,canonical merged,fam,http://vocab.fusepool.info/fam#,canonical merged,FAO,http://purl.obolibrary.org/obo/FAO_,canonical merged,fao,http://fao.270a.info/dataset/,prefix_alias @@ -1203,7 +1181,7 @@ merged,feed,https://www.feedipedia.org/,canonical merged,fel,http://w3id.org/vcb/fel#,canonical merged,fernanda,http://fernanda.nl/,canonical merged,fhir,http://hl7.org/fhir/,canonical -merged,fhir.implementation,https://hl7.org/fhir/us/,canonical +merged,FHIR.IMPLEMENTATION,https://hl7.org/fhir/us/,canonical merged,fibo,https://spec.edmcouncil.org/fibo/ontology/master/latest/,canonical merged,FIDEO,http://purl.obolibrary.org/obo/FIDEO_,canonical merged,figigii,http://www.omg.org/spec/FIGI/GlobalInstrumentIdentifiers/,canonical @@ -1213,7 +1191,7 @@ merged,fingal,http://vocab.deri.ie/fingal#,canonical merged,finlaw,http://purl.org/finlex/schema/laki/,canonical merged,fire,http://tldp.org/HOWTO/XML-RPC-HOWTO/xmlrpc-howto-java.html#,canonical merged,fise,http://fise.iks-project.eu/ontology/,canonical -merged,fishbase.species,https://www.fishbase.ca/summary/,canonical +merged,FISHBASE.SPECIES,https://www.fishbase.ca/summary/,canonical merged,FIX,http://purl.obolibrary.org/obo/FIX_,canonical merged,fl,http://eulersharp.sourceforge.net/2003/03swap/fl-rules#,canonical merged,FLOPO,http://purl.obolibrary.org/obo/FLOPO_,canonical @@ -1223,7 +1201,7 @@ merged,fls,http://lukasblaho.sk/football_league_schema#,canonical merged,FLU,http://purl.obolibrary.org/obo/FLU_,canonical merged,fluidops,http://www.fluidops.com/,canonical merged,FlyBase,http://identifiers.org/fb/,canonical -merged,flymine.chromosome,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical +merged,FLYMINE.CHROMOSOME,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical merged,FMA,http://purl.obolibrary.org/obo/FMA_,canonical merged,fma,http://sig.uw.edu/fma#,prefix_alias merged,fn,http://www.w3.org/2005/xpath-functions#,canonical @@ -1243,8 +1221,8 @@ merged,folio,http://IBCNServices.github.io/Folio-Ontology/Folio.owl#,canonical merged,foo,http://filmontology.org/ontology/1.0/,canonical merged,food,http://purl.org/foodontology#,canonical merged,FOODB.COMPOUND,http://identifiers.org/foodb.compound/,canonical -merged,foodb.food,https://foodb.ca/foods/,canonical -merged,foodex2,http://data.food.gov.uk/codes/foodtype/id/,canonical +merged,FOODB.FOOD,https://foodb.ca/foods/,canonical +merged,FOODEX2,http://data.food.gov.uk/codes/foodtype/id/,canonical merged,FOODON,http://purl.obolibrary.org/obo/FOODON_,canonical merged,form,http://deductions-software.com/ontologies/forms.owl.ttl#,canonical merged,formats,http://www.w3.org/ns/formats/,canonical @@ -1289,10 +1267,11 @@ merged,fuseki,http://jena.apache.org/fuseki#,canonical merged,fx,http://sparql.xyz/facade-x/ns/,canonical merged,FYPO,http://purl.obolibrary.org/obo/FYPO_,canonical merged,GA4GHDOS,http://identifiers.org/ga4ghdos/,canonical -merged,GABI,http://identifiers.org/gabi/,canonical merged,gadm,http://gadm.geovocab.org/ontology#,canonical merged,gaf,http://groundedannotationframework.org/,canonical +merged,GAINESVILLE.CORE,http://purl.org/gc/,canonical merged,galaksiya,http://ontoloji.galaksiya.com/vocab/,canonical +merged,GALEN,http://www.co-ode.org/ontologies/galen#,canonical merged,game,http://data.totl.net/game/,canonical merged,gas,http://www.bigdata.com/rdf/gas#,canonical merged,gastro,http://www.ebsemantics.net/gastro#,canonical @@ -1301,7 +1280,7 @@ merged,gawd,http://gawd.atlantides.org/terms/,canonical merged,gax,http://w3id.org/gaia-x/core#,canonical merged,GAZ,http://purl.obolibrary.org/obo/GAZ_,canonical merged,gazetteer,http://data.ordnancesurvey.co.uk/ontology/50kGazetteer/,canonical -merged,gbif,https://www.gbif.org/species/,canonical +merged,GBIF,https://www.gbif.org/species/,canonical merged,gbol,http://gbol.life/0.1#,canonical merged,gbv,http://purl.org/ontology/gbv/,canonical merged,gc,http://www.oegov.org/core/owl/gc#,canonical @@ -1319,11 +1298,11 @@ merged,gdprtext,https://w3id.org/GDPRtEXT#,canonical merged,GDSC,http://identifiers.org/gdsc/,canonical merged,GECKO,http://purl.obolibrary.org/obo/GECKO_,canonical merged,gelo,http://krauthammerlab.med.yale.edu/ontologies/gelo#,canonical -merged,gemet,https://www.eionet.europa.eu/gemet/en/concept/,canonical +merged,GEMET,https://www.eionet.europa.eu/gemet/en/concept/,canonical merged,gen,http://purl.org/gen/0.1#,canonical merged,genab,http://eulersharp.sourceforge.net/2003/03swap/genomeAbnormality#,canonical merged,GENATLAS,http://identifiers.org/genatlas/,canonical -merged,genbank,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical +merged,GENBANK,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical merged,genea,http://www.owl-ontologies.com/generations.owl#,canonical merged,GENECARDS,http://identifiers.org/genecards/,canonical merged,GeneDB,http://identifiers.org/genedb/,canonical @@ -1331,9 +1310,7 @@ merged,GENEFARM,http://identifiers.org/genefarm/,canonical merged,GENEPIO,http://purl.obolibrary.org/obo/GENEPIO_,canonical merged,generiek,https://data.vlaanderen.be/ns/generiek#,canonical merged,GENETREE,http://identifiers.org/genetree/,canonical -merged,GENEWIKI,http://identifiers.org/genewiki/,canonical merged,GENO,http://purl.obolibrary.org/obo/GENO_,canonical -merged,GENPEPT,http://identifiers.org/genpept/,canonical merged,GENPROP,http://identifiers.org/genprop/,canonical merged,genre,http://sparql.cwrc.ca/ontologies/genre#,canonical merged,GEO,http://purl.obolibrary.org/obo/GEO_,canonical @@ -1353,7 +1330,7 @@ merged,geographis,http://telegraphis.net/ontology/geography/geography#,canonical merged,geojson,http://ld.geojson.org/vocab#,canonical merged,geoloc,http://deductions.github.io/geoloc.owl.ttl#,canonical merged,geom,http://data.ign.fr/def/geometrie#,canonical -merged,geonames,https://www.geonames.org/,canonical +merged,GEONAMES,https://www.geonames.org/,canonical merged,geonames,http://www.geonames.org/ontology#,prefix_alias merged,geop,http://aims.fao.org/aos/geopolitical.owl#,canonical merged,geor,http://www.opengis.net/def/rule/geosparql/,canonical @@ -1367,16 +1344,16 @@ merged,geovoid,http://purl.org/geovocamp/ontology/geovoid/,canonical merged,germplasm,http://purl.org/germplasm/terms#,canonical merged,gesis,http://lod.gesis.org/lodpilot/ALLBUS/vocab.rdf#,canonical merged,gf,http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#,canonical -merged,gfo,http://www.onto-med.de/ontologies/gfo.owl#,canonical +merged,GFO,http://www.onto-med.de/ontologies/gfo.owl#,canonical merged,gg,http://www.gemeentegeschiedenis.nl/gg-schema#,canonical merged,ggbn,http://data.ggbn.org/schemas/ggbn/terms/,canonical merged,ghga,http://w3id.org/ghga/,canonical -merged,ghr,https://medlineplus.gov/genetics/condition/,canonical +merged,GHR,https://medlineplus.gov/genetics/condition/,canonical merged,GIARDIADB,http://identifiers.org/giardiadb/,canonical merged,gist,https://ontologies.semanticarts.com/gist/,canonical merged,GITHUB,http://identifiers.org/github/,canonical -merged,github.issue,https://bioregistry.io/resolve/github/issue/,canonical -merged,github.pull,https://bioregistry.io/resolve/github/pull/,canonical +merged,GITHUB.ISSUE,https://bioregistry.io/resolve/github/issue/,canonical +merged,GITHUB.PULL,https://bioregistry.io/resolve/github/pull/,canonical merged,GITLAB,http://identifiers.org/gitlab/,canonical merged,giving,http://ontologi.es/giving#,canonical merged,gl,http://schema.geolink.org/,canonical @@ -1388,13 +1365,11 @@ merged,globalcube,http://kalmar32.fzi.de/triples/global-cube.ttl#,canonical merged,glview,http://schema.geolink.org/dev/view/,canonical merged,glycan,http://purl.jp/bio/12/glyco/glycan#,canonical merged,GLYCOEPITOPE,http://identifiers.org/glycoepitope/,canonical -merged,GLYCOMEDB,http://identifiers.org/glycomedb/,canonical merged,GLYCONAVI,http://identifiers.org/glyconavi/,canonical merged,GLYCOPOST,http://identifiers.org/glycopost/,canonical -merged,glygen,https://glygen.org/glycan/,canonical +merged,GLYGEN,https://glygen.org/glycan/,canonical merged,GLYTOUCAN,http://identifiers.org/glytoucan/,canonical merged,gm,http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry#,canonical -merged,GMD,http://identifiers.org/gmd/,canonical merged,GMD.ANALYTE,http://identifiers.org/gmd.analyte/,canonical merged,GMD.GCMS,http://identifiers.org/gmd.gcms/,canonical merged,GMD.PROFILE,http://identifiers.org/gmd.profile/,canonical @@ -1407,14 +1382,15 @@ merged,gnd,http://d-nb.info/gnd/,canonical merged,gndo,http://d-nb.info/standards/elementset/gnd#,canonical merged,gnm,http://www.geonames.org/ontology/mappings/,canonical merged,GNO,http://purl.obolibrary.org/obo/GNO_,canonical +merged,GNOMAD,https://gnomad.broadinstitute.org/variant/,canonical merged,GNPIS,http://identifiers.org/gnpis/,canonical merged,gns,http://sws.geonames.org/,namespace_alias -merged,gnvc,http://purl.org/gc/,canonical +merged,gnvc,http://purl.org/gc/,namespace_alias merged,GO,http://purl.obolibrary.org/obo/GO_,canonical -merged,go.model,http://noctua.geneontology.org/editor/graph/gomodel:,canonical +merged,GO.GPI,http://geneontology.org/docs/gene-product-information-gpi-format/#,canonical +merged,GO.MODEL,http://noctua.geneontology.org/editor/graph/gomodel:,canonical merged,GO.REF,http://identifiers.org/GO_REF/,canonical -merged,go.resource,https://bioregistry.io/metaregistry/go/,canonical -merged,GOA,http://identifiers.org/goa/,canonical +merged,GO.RESOURCE,https://bioregistry.io/metaregistry/go/,canonical merged,goaf,http://goaf.fr/goaf#,canonical merged,goavoc,http://bio2rdf.org/goa_vocabulary:,canonical merged,gob,http://purl.org/ontology/last-fm/,namespace_alias @@ -1424,8 +1400,7 @@ merged,godaddy,https://sso.godaddy.com/,canonical merged,goef,http://purl.org/twc/vocab/goef#,canonical merged,GOLD,http://identifiers.org/gold/,canonical merged,GOLD.GENOME,http://identifiers.org/gold.genome/,canonical -merged,GOLD.META,http://identifiers.org/gold.meta/,canonical -merged,goldbook,https://goldbook.iupac.org/terms/view/,canonical +merged,GOLDBOOK,https://goldbook.iupac.org/terms/view/,canonical merged,gom,https://w3id.org/gom#,canonical merged,gomodel,http://model.geneontology.org/,canonical merged,gont,https://gont.ch/,canonical @@ -1450,7 +1425,7 @@ merged,GRAMENE.PROTEIN,http://identifiers.org/gramene.protein/,namespace_alias merged,GRAMENE.QTL,http://identifiers.org/gramene.qtl/,namespace_alias merged,GRAMENE.TAXONOMY,http://identifiers.org/gramene.taxonomy/,canonical merged,granatum,http://chem.deri.ie/granatum/,canonical -merged,grassbase,https://www.kew.org/data/grasses-db/www/,canonical +merged,GRASSBASE,https://www.kew.org/data/grasses-db/www/,canonical merged,graves,http://rdf.muninn-project.org/ontologies/graves#,canonical merged,grddl,http://www.w3.org/2003/g/data-view#,canonical merged,GREENGENES,http://identifiers.org/greengenes/,canonical @@ -1470,7 +1445,7 @@ merged,GSSO,http://purl.obolibrary.org/obo/GSSO_,canonical merged,gt,https://vocab.eccenca.com/geniustex/,canonical merged,GTEX,http://identifiers.org/gtex/,canonical merged,gtfs,http://vocab.gtfs.org/terms#,canonical -merged,gtr,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical +merged,GTR,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical merged,gts,http://resource.geosciml.org/ontology/timescale/gts#,canonical merged,GUDMAP,http://identifiers.org/gudmap/,canonical merged,gufo,http://purl.org/nemo/gufo#,canonical @@ -1499,10 +1474,10 @@ merged,harrisons,http://harrisons.cc/,canonical merged,hartigprov,http://purl.org/net/provenance/ns#,namespace_alias merged,hasco,http://hadatac.org/ont/hasco/,canonical merged,hasneto,http://hadatac.org/ont/hasneto#,canonical -merged,hathitrust,https://catalog.hathitrust.org/Record/,canonical +merged,HATHITRUST,https://catalog.hathitrust.org/Record/,canonical merged,HBA,https://biopragmatics.github.io/providers/hba/,canonical merged,hcard,http://purl.org/uF/hCard/terms/,namespace_alias -merged,hcpcs,http://purl.bioontology.org/ontology/HCPCS/,canonical +merged,HCPCS,http://purl.bioontology.org/ontology/HCPCS/,canonical merged,hcterms,http://purl.org/uF/hCard/terms/,canonical merged,hctl,https://www.w3.org/2019/wot/hypermedia#,canonical merged,HCVDB,http://identifiers.org/hcvdb/,canonical @@ -1517,7 +1492,6 @@ merged,hg,http://rdf.histograph.io/,canonical merged,HGMD,http://identifiers.org/hgmd/,canonical merged,HGNC,http://identifiers.org/hgnc/,canonical merged,hgnc,http://bio2rdf.org/hgnc:,prefix_alias -merged,HGNC.GENEFAMILY,http://identifiers.org/hgnc.genefamily/,canonical merged,HGNC.GENEGROUP,http://identifiers.org/hgnc.genegroup/,canonical merged,HGNC.SYMBOL,http://identifiers.org/hgnc.symbol/,canonical merged,hico,http://purl.org/emmedi/hico/,canonical @@ -1530,10 +1504,14 @@ merged,hlisting,http://sindice.com/hlisting/0.1/,canonical merged,hlygt,http://www.holygoat.co.uk/owl/redwood/0.1/tags/,namespace_alias merged,hmas,https://purl.org/hmas/,canonical merged,HMDB,http://identifiers.org/hmdb/,canonical -merged,hms.lincs.compound,https://lincs.hms.harvard.edu/db/sm/,canonical +merged,HMS.LINCS.ANTIBODY,https://lincs.hms.harvard.edu/db/antibodies/,canonical +merged,HMS.LINCS.CELL,https://lincs.hms.harvard.edu/db/cells/,canonical +merged,HMS.LINCS.COMPOUND,https://lincs.hms.harvard.edu/db/sm/,canonical +merged,HMS.LINCS.DATASET,https://lincs.hms.harvard.edu/db/datasets/,canonical merged,hni,https://collectiedata.hetnieuweinstituut.nl/,canonical -merged,hog,https://biopragmatics.github.io/providers/hog/,canonical +merged,HOG,https://biopragmatics.github.io/providers/hog/,canonical merged,HOGENOM,http://identifiers.org/hogenom/,canonical +merged,HOIP,http://purl.bioontology.org/ontology/HOIP/HOIP_,canonical merged,hola,https://moodle.insa-lyon.fr/course/view.php?id=,canonical merged,holding,http://purl.org/ontology/holding#,canonical merged,HOM,http://purl.obolibrary.org/obo/HOM_,canonical @@ -1543,11 +1521,10 @@ merged,HOMOLOGENE,http://identifiers.org/homologene/,canonical merged,hops,https://rdf.ag/o/hops#,canonical merged,hosp,http://health.data.gov/def/hospital/,canonical merged,hospital,http://www.agfa.com/w3c/2009/hospital#,canonical -merged,HOVERGEN,http://identifiers.org/hovergen/,canonical merged,HP,http://purl.obolibrary.org/obo/HP_,canonical merged,hp,http://purl.org/voc/hp/,prefix_alias merged,HPA,http://identifiers.org/hpa/,canonical -merged,hpath,http://purl.obolibrary.org/obo/MC_,canonical +merged,HPATH,http://purl.obolibrary.org/obo/MC_,canonical merged,HPM.PEPTIDE,http://identifiers.org/hpm.peptide/,canonical merged,HPM.PROTEIN,http://identifiers.org/hpm.protein/,canonical merged,hpont,https://w3id.org/hpont#,canonical @@ -1557,9 +1534,8 @@ merged,hqdm,http://www.semanticweb.org/hqdm#,canonical merged,hqdmontol,http://www.semanticweb.org/magma-core/ontologies/hqdm#,canonical merged,hr,http://iserve.kmi.open.ac.uk/ns/hrests#,canonical merged,HsapDv,http://purl.obolibrary.org/obo/HsapDv_,canonical -merged,hsdb,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical +merged,HSDB,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical merged,HSO,http://purl.obolibrary.org/obo/HSO_,canonical -merged,HSSP,http://identifiers.org/hssp/,canonical merged,htir,http://www.w3.org/2011/http#,canonical merged,html,http://www.w3.org/1999/xhtml/,canonical merged,HTN,http://purl.obolibrary.org/obo/HTN_,canonical @@ -1590,13 +1566,13 @@ merged,ical,http://www.w3.org/2002/12/cal/ical#,canonical merged,icaltzd,http://www.w3.org/2002/12/cal/icaltzd#,canonical merged,icane,http://www.icane.es/opendata/vocab#,canonical merged,ICD10,http://identifiers.org/icd/,canonical -merged,icd10cm,https://icd.codes/icd10cm/,canonical +merged,ICD10CM,https://icd.codes/icd10cm/,canonical merged,ICDC,http://identifiers.org/icdc/,canonical merged,ICEBERG.ELEMENT,http://identifiers.org/iceberg.element/,canonical merged,ICEBERG.FAMILY,http://identifiers.org/iceberg.family/,canonical merged,ICEO,http://purl.obolibrary.org/obo/ICEO_,canonical -merged,icepo,https://biopragmatics.github.io/providers/icepo/,canonical -merged,icf,http://id.who.int/icd/entity/,canonical +merged,ICEPO,https://biopragmatics.github.io/providers/icepo/,canonical +merged,ICF,http://id.who.int/icd/entity/,canonical merged,ICO,http://purl.obolibrary.org/obo/ICO_,canonical merged,icon,https://w3id.org/icon/ontology/,canonical merged,id,http://identifiers.org/,canonical @@ -1607,12 +1583,12 @@ merged,identity,http://purl.org/twc/ontologies/identity.owl#,canonical merged,ideotalex,http://www.ideotalex.eu/datos/recurso/,canonical merged,IDO,http://purl.obolibrary.org/obo/IDO_,canonical merged,ido,http://purl.obolibrary.org/obo/ido.owl#,prefix_alias -merged,idocovid19,http://purl.obolibrary.org/obo/COVIDO_,canonical -merged,idoden,http://purl.bioontology.org/ontology/IDODEN_,canonical +merged,IDOCOVID19,http://purl.obolibrary.org/obo/COVIDO_,canonical +merged,IDODEN,http://purl.bioontology.org/ontology/IDODEN_,canonical merged,IDOMAL,http://purl.obolibrary.org/obo/IDOMAL_,canonical merged,IDOO,http://identifiers.org/idoo/,canonical merged,IDOT,http://identifiers.org/idot/,canonical -merged,idpo,https://www.disprot.org/idpo/IDPO:,canonical +merged,IDPO,https://www.disprot.org/idpo/IDPO:,canonical merged,idpo,https://w3id.org/idpo#,prefix_alias merged,IDR,http://identifiers.org/idr/,canonical merged,ids,https://w3id.org/idsa/core/,canonical @@ -1624,7 +1600,7 @@ merged,ifcowl,http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2#,canonical merged,igeo,http://rdf.insee.fr/def/geo#,canonical merged,ignf,http://data.ign.fr/def/ignf#,canonical merged,IGSN,http://identifiers.org/igsn/,canonical -merged,igsr,https://www.internationalgenome.org/data-portal/sample/,canonical +merged,IGSR,https://www.internationalgenome.org/data-portal/sample/,canonical merged,ii,http://sparql.cwrc.ca/ontologies/ii#,canonical merged,iiif,http://iiif.io/api/image/2#,canonical merged,ilap,http://data.posccaesar.org/ilap/,canonical @@ -1643,10 +1619,10 @@ merged,imo,http://imgpedia.dcc.uchile.cl/ontology#,canonical merged,IMR,http://purl.obolibrary.org/obo/IMR_,canonical merged,imreg,http://www.w3.org/2004/02/image-regions#,canonical merged,ims,http://www.imsglobal.org/xsd/imsmd_v1p2/,canonical -merged,inaturalist.observation,https://www.inaturalist.org/observations/,canonical -merged,inaturalist.place,https://www.inaturalist.org/places/,canonical -merged,inaturalist.taxon,https://www.inaturalist.org/taxa/,canonical -merged,inaturalist.user,https://www.inaturalist.org/users/,canonical +merged,INATURALIST.OBSERVATION,https://www.inaturalist.org/observations/,canonical +merged,INATURALIST.PLACE,https://www.inaturalist.org/places/,canonical +merged,INATURALIST.TAXON,https://www.inaturalist.org/taxa/,canonical +merged,INATURALIST.USER,https://www.inaturalist.org/users/,canonical merged,INCHI,http://identifiers.org/inchi/,canonical merged,INCHIKEY,http://identifiers.org/inchikey/,canonical merged,inchikey,https://identifiers.org/inchikey:,prefix_alias @@ -1660,9 +1636,6 @@ merged,INO,http://purl.obolibrary.org/obo/INO_,canonical merged,input,http://volt-name.space/vocab/input#,canonical merged,INSDC,http://identifiers.org/insdc/,canonical merged,insdc,http://ddbj.nig.ac.jp/ontologies/sequence#,prefix_alias -merged,INSDC.CDS,http://identifiers.org/insdc.cds/,canonical -merged,INSDC.GCA,http://identifiers.org/insdc.gca/,canonical -merged,insdc.run,https://www.ebi.ac.uk/ena/browser/view/,canonical merged,INSDC.SRA,http://identifiers.org/insdc.sra/,canonical merged,IntAct,http://identifiers.org/intact/,canonical merged,INTACT.MOLECULE,http://identifiers.org/intact.molecule/,canonical @@ -1672,6 +1645,7 @@ merged,InterPro,https://registry.identifiers.org/registry/interpro/,canonical merged,interval,http://reference.data.gov.uk/def/intervals/,canonical merged,intervals,http://reference.data.gov.uk/def/intervals/,namespace_alias merged,io,https://iaco.me/,canonical +merged,IOBC,http://purl.jp/bio/4/id/,canonical merged,iol,http://www.ontologydesignpatterns.org/ont/dul/IOLite.owl#,canonical merged,iospress,http://ld.iospress.nl/rdf/ontology/,canonical merged,iot,http://iotschema.org/,canonical @@ -1701,6 +1675,7 @@ merged,isi,http://purl.org/ontology/is/inst/,canonical merged,isidore,http://www.rechercheisidore.fr/class/,canonical merged,ISNI,http://identifiers.org/isni/,canonical merged,iso,http://purl.org/iso25964/skos-thes#,namespace_alias +merged,ISO15926,http://standards.iso.org/iso/15926/part14/,canonical merged,iso37120,http://ontology.eil.utoronto.ca/ISO37120.owl#,canonical merged,isoadr,http://reference.data.gov.au/def/ont/iso19160-1-address#,canonical merged,isocat,http://www.isocat.org/datcat/,canonical @@ -1727,8 +1702,7 @@ merged,IUPHAR.LIGAND,http://identifiers.org/iuphar.ligand/,canonical merged,IUPHAR.RECEPTOR,http://identifiers.org/iuphar.receptor/,canonical merged,ja,http://jena.hpl.hp.com/2005/11/Assembler#,canonical merged,java,http://www.w3.org/2007/uwa/context/java.owl#,canonical -merged,jax,https://www.jax.org/strain/,canonical -merged,JAXMICE,http://identifiers.org/jaxmice/,canonical +merged,JAX,https://www.jax.org/strain/,canonical merged,JCGGDB,http://identifiers.org/jcggdb/,canonical merged,JCM,http://identifiers.org/jcm/,canonical merged,JCSD,http://identifiers.org/jcsd/,canonical @@ -1757,18 +1731,8 @@ merged,kbv,https://id.kb.se/vocab/,canonical merged,kdo,http://kdo.render-project.eu/kdo#,canonical merged,kdsf,https://kerndatensatz-forschung.de/version1/technisches_datenmodell/owl/kdsf.owl#,canonical merged,kees,http://linkeddata.center/kees/v1#,canonical -merged,kegg,http://bio2rdf.org/ns/kegg#,canonical -merged,KEGG.COMPOUND,http://identifiers.org/kegg.compound/,canonical -merged,KEGG.DISEASE,http://identifiers.org/kegg.disease/,canonical -merged,KEGG.DRUG,http://identifiers.org/kegg.drug/,canonical -merged,KEGG.GENES,http://identifiers.org/kegg.genes/,canonical -merged,KEGG.GENOME,http://identifiers.org/kegg.genome/,canonical -merged,KEGG.GLYCAN,http://identifiers.org/kegg.glycan/,canonical -merged,KEGG.METAGENOME,http://identifiers.org/kegg.metagenome/,canonical -merged,KEGG.MODULE,http://identifiers.org/kegg.module/,canonical -merged,KEGG.ORTHOLOGY,http://identifiers.org/kegg.orthology/,canonical -merged,KEGG.PATHWAY,http://identifiers.org/kegg.pathway/,namespace_alias -merged,KEGG.REACTION,http://identifiers.org/kegg.reaction/,canonical +merged,KEGG,http://identifiers.org/kegg/,canonical +merged,kegg,http://bio2rdf.org/ns/kegg#,prefix_alias merged,KEGG_ENZYME,http://identifiers.org/kegg.enzyme/,canonical merged,KEGG_PATHWAY,http://identifiers.org/kegg.pathway/,canonical merged,keys,http://purl.org/NET/c4dm/keys.owl#,canonical @@ -1808,7 +1772,7 @@ merged,lawd,http://lawd.info/ontology/,canonical merged,lbds,https://w3id.org/lbdserver#,namespace_alias merged,lbdserver,https://w3id.org/lbdserver#,canonical merged,lblodlg,http://data.lblod.info/vocabularies/leidinggevenden/,canonical -merged,lbo,http://purl.obolibrary.org/obo/LBO_,canonical +merged,LBO,http://purl.obolibrary.org/obo/LBO_,canonical merged,lc,http://semweb.mmlab.be/ns/linkedconnections#,canonical merged,lcdr,http://ns.lucid-project.org/revision/,canonical merged,lcnaf,http://id.loc.gov/authorities/names/,canonical @@ -1868,8 +1832,7 @@ merged,life,http://life.deri.ie/schema/,canonical merged,lifecycle,http://purl.org/vocab/lifecycle/schema#,canonical merged,LIGANDBOOK,http://identifiers.org/ligandbook/,canonical merged,LIGANDBOX,http://identifiers.org/ligandbox/,canonical -merged,LIGANDEXPO,http://identifiers.org/ligandexpo/,canonical -merged,ligea,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical +merged,LIGEA,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical merged,like,http://ontologi.es/like#,canonical merged,lime,http://www.w3.org/ns/lemon/lime#,canonical merged,limo,http://www.purl.org/limo-ontology/limo#,canonical @@ -1925,31 +1888,30 @@ merged,lofv,http://purl.org/legal_form/vocab#,canonical merged,log,http://www.w3.org/2000/10/swap/log#,canonical merged,LOGGERHEAD,http://purl.obolibrary.org/obo/LOGGERHEAD_,canonical merged,logies,https://data.vlaanderen.be/ns/logies#,canonical -merged,loinc,https://loinc.org/,canonical +merged,LOINC,https://loinc.org/,canonical merged,lom,http://ltsc.ieee.org/rdf/lomv1p0/lom#,canonical merged,lomvoc,http://ltsc.ieee.org/rdf/lomv1p0/vocabulary#,canonical -merged,loqate,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical +merged,LOQATE,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical merged,losp,http://sparql.sstu.ru:3030/speciality/,canonical merged,loted,http://loted.eu/ontology#,canonical merged,lotico,http://www.lotico.com/resource/,canonical merged,loticoowl,http://www.lotico.com/ontology/,canonical -merged,lotus,https://lotus.naturalproducts.net/compound/lotus_id/,canonical +merged,LOTUS,https://lotus.naturalproducts.net/compound/lotus_id/,canonical merged,loupe,http://ont-loupe.linkeddata.es/def/core/,canonical merged,lovc,https://w3id.org/lovcube/ns/lovcube#,canonical merged,lp,http://launchpad.net/rdf/launchpad#,canonical merged,lpeu,http://purl.org/linkedpolitics/vocabulary/eu/plenary/,canonical merged,lprov,http://id.learning-provider.data.ac.uk/terms#,canonical -merged,lpt,http://purl.obolibrary.org/obo/LPT_,canonical +merged,LPT,http://purl.obolibrary.org/obo/LPT_,canonical merged,lr,http://linkedrecipes.org/schema/,namespace_alias merged,lrcommon,http://landregistry.data.gov.uk/def/common/,canonical -merged,LRG,http://identifiers.org/lrg/,canonical merged,ls,http://linkedspending.aksw.org/instance/,canonical merged,lsc,http://linkedscience.org/lsc/ns#,canonical merged,lsd,http://linkedwidgets.org/statisticaldata/ontology/,canonical merged,lslife,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-lifemapper.owl#,canonical merged,lsmap,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#,canonical merged,lso,http://linkedspending.aksw.org/ontology/,canonical -merged,lspci,https://labsyspharm.github.io/lspci/,canonical +merged,LSPCI,https://labsyspharm.github.io/lspci/,canonical merged,lsq,http://lsq.aksw.org/vocab#,namespace_alias merged,lsqr,http://lsq.aksw.org/,canonical merged,lsqv,http://lsq.aksw.org/vocab#,canonical @@ -2004,7 +1966,6 @@ merged,MASSIVE,http://identifiers.org/massive/,canonical merged,master1,http://idl.u-grenoble3.fr/,canonical merged,MAT,http://purl.obolibrary.org/obo/MAT_,canonical merged,math,http://www.w3.org/2000/10/swap/math#,canonical -merged,MATRIXDB.ASSOCIATION,http://identifiers.org/matrixdb.association/,canonical merged,matrycs,http://matrycs.com/,canonical merged,matvoc,http://stream-ontology.com/matvoc/,canonical merged,MAXO,http://purl.obolibrary.org/obo/MAXO_,canonical @@ -2012,6 +1973,7 @@ merged,mb,http://dbtune.org/musicbrainz/resource/instrument/,canonical merged,MBA,https://biopragmatics.github.io/providers/mba/,canonical merged,mbgd,http://mbgd.genome.ad.jp/owl/mbgd.owl#,canonical merged,mbkeys,https://pastebin.com/ThBfphb8#,canonical +merged,MCC,http://www.semanticweb.org/pallabi.d/ontologies/2014/2/untitled-ontology-11#,canonical merged,mccv,http://purl.jp/bio/10/mccv#,canonical merged,MCO,http://purl.obolibrary.org/obo/MCO_,canonical merged,md,http://www.w3.org/ns/md#,canonical @@ -2025,7 +1987,6 @@ merged,meb,http://rdf.myexperiment.org/ontologies/base/,canonical merged,MEDDRA,http://identifiers.org/meddra/,canonical merged,MEDGEN,http://identifiers.org/medgen/,canonical merged,media,http://search.yahoo.com/searchmonkey/media/,canonical -merged,MEDLINEPLUS,http://identifiers.org/medlineplus/,canonical merged,medred,http://w3id.org/medred/medred#,canonical merged,meeting,http://www.w3.org/2002/07/meeting#,canonical merged,meetup,http://www.lotico.com/meetup/,canonical @@ -2040,10 +2001,9 @@ merged,MEROPS.ENTRY,http://identifiers.org/merops.inhibitor/,canonical merged,MEROPS.FAMILY,http://identifiers.org/merops.family/,canonical merged,MESH,http://identifiers.org/mesh/,canonical merged,mesh,http://id.nlm.nih.gov/mesh/,prefix_alias -merged,MESH.2012,http://identifiers.org/mesh.2012/,canonical -merged,MESH.2013,http://identifiers.org/mesh.2013/,canonical +merged,MESH.VOCAB,http://id.nlm.nih.gov/mesh/vocab#,canonical merged,mesh2021,http://id.nlm.nih.gov/mesh/2021/,canonical -merged,meshv,http://id.nlm.nih.gov/mesh/vocab#,canonical +merged,meshv,http://id.nlm.nih.gov/mesh/vocab#,namespace_alias merged,meta,https://krr.triply.cc/krr/sameas-meta/def/,canonical merged,METABOLIGHTS,http://identifiers.org/metabolights/,canonical merged,MetaCyc,https://identifiers.org/metacyc.reaction/,canonical @@ -2055,8 +2015,6 @@ merged,METANETX.CHEMICAL,http://identifiers.org/metanetx.chemical/,canonical merged,METANETX.COMPARTMENT,http://identifiers.org/metanetx.compartment/,canonical merged,METANETX.REACTION,http://identifiers.org/metanetx.reaction/,canonical merged,METATLAS,http://identifiers.org/metatlas/,canonical -merged,metatlas.metabolite,https://metabolicatlas.org/identifier/MetabolicAtlas/,canonical -merged,metatlas.reaction,https://metabolicatlas.org/identifier/MetabolicAtlas/,namespace_alias merged,meteo,http://purl.org/ns/meteo#,canonical merged,METLIN,http://identifiers.org/metlin/,canonical merged,MEX,http://identifiers.org/mex/,canonical @@ -2074,7 +2032,7 @@ merged,MGE,http://identifiers.org/MGE/,canonical merged,mged,http://mged.sourceforge.net/ontologies/MGEDOntology.owl#,canonical merged,MGI,https://identifiers.org/MGI/,canonical merged,MGI,http://identifiers.org/MGI/,prefix_alias -merged,mgnify.analysis,https://www.ebi.ac.uk/metagenomics/analyses/,canonical +merged,MGNIFY.ANALYSIS,https://www.ebi.ac.uk/metagenomics/analyses/,canonical merged,MGNIFY.PROJ,http://identifiers.org/mgnify.proj/,canonical merged,MGNIFY.SAMP,http://identifiers.org/mgnify.samp/,canonical merged,mgv,http://mangaview.fr/mgv#,canonical @@ -2085,7 +2043,7 @@ merged,MICRO,http://purl.obolibrary.org/obo/MICRO_,canonical merged,MICROSCOPE,http://identifiers.org/microscope/,canonical merged,MICROSPORIDIA,http://identifiers.org/microsporidia/,canonical merged,mil,http://rdf.muninn-project.org/ontologies/military#,canonical -merged,millipore,https://www.merckmillipore.com/catalogue/item/,canonical +merged,MILLIPORE,https://www.merckmillipore.com/catalogue/item/,canonical merged,mime,https://www.iana.org/assignments/media-types/,canonical merged,MIMODB,http://identifiers.org/mimodb/,canonical merged,MINID,http://identifiers.org/minid/,canonical @@ -2096,14 +2054,16 @@ merged,MIPMOD,http://identifiers.org/mipmod/,canonical merged,MIR,http://identifiers.org/MIR/,canonical merged,MIRBASE,http://identifiers.org/mirbase/,canonical merged,MIRBASE.MATURE,http://identifiers.org/mirbase.mature/,canonical -merged,MIREX,http://identifiers.org/mirex/,canonical merged,MIRIAM,http://identifiers.org/identifiers.namespace/,canonical +merged,MIRIAM.COLLECTION,http://identifiers.org/miriam.collection/,canonical +merged,MIRIAM.RESOURCE,http://identifiers.org/miriam.resource/,canonical merged,MIRNAO,http://purl.obolibrary.org/obo/MIRNAO_,canonical merged,MIRNEST,http://identifiers.org/mirnest/,canonical merged,MIRO,http://purl.obolibrary.org/obo/MIRO_,canonical merged,MIRTARBASE,http://identifiers.org/mirtarbase/,canonical merged,misp,http://purl.org/cyber/misp#,canonical merged,mit,http://purl.org/ontology/mo/mit#,canonical +merged,MIXS,https://w3id.org/mixs/,canonical merged,MLC,http://identifiers.org/mlc/,canonical merged,mls,http://www.w3.org/ns/mls#,canonical merged,mltd,https://mltd.pikopikopla.net/mltd-schema#,canonical @@ -2129,7 +2089,6 @@ merged,MO,http://purl.obolibrary.org/obo/MO_,canonical merged,mo,http://purl.org/ontology/mo/,prefix_alias merged,moac,http://observedchange.com/moac/ns#,canonical merged,moat,http://moat-project.org/ns#,canonical -merged,MOBIDB,http://identifiers.org/mobidb/,canonical merged,mobiliteit,https://data.vlaanderen.be/ns/mobiliteit#,canonical merged,mobivoc,http://schema.mobivoc.org/,namespace_alias merged,moby,http://www.mygrid.org.uk/mygrid-moby-service#,canonical @@ -2148,7 +2107,7 @@ merged,money,http://purl.org/net/rdf-money/,canonical merged,moo,http://www.movieontology.org/2009/11/09/movieontology.owl#,canonical merged,MOP,http://purl.obolibrary.org/obo/MOP_,canonical merged,MORPHEUS,http://identifiers.org/morpheus/,canonical -merged,mosaic,https://purl.dataone.org/odo/MOSAIC_,canonical +merged,MOSAIC,https://purl.dataone.org/odo/MOSAIC_,canonical merged,motogp,http://www.motogp.com/,canonical merged,movie,http://data.linkedmdb.org/resource/movie/,canonical merged,movieo,http://movie.com/ontology/,canonical @@ -2166,8 +2125,8 @@ merged,MRO,http://purl.obolibrary.org/obo/MRO_,canonical merged,mrt,http://marineregions.org/ns/placetypes#,canonical merged,MS,http://purl.obolibrary.org/obo/MS_,canonical merged,ms,http://purl.org/obo/owl/MS#,prefix_alias -merged,msigdb,https://biopragmatics.github.io/providers/msigdb/,canonical -merged,msio,http://purl.obolibrary.org/obo/MSIO_,canonical +merged,MSIGDB,https://biopragmatics.github.io/providers/msigdb/,canonical +merged,MSIO,http://purl.obolibrary.org/obo/MSIO_,canonical merged,msm,http://iserve.kmi.open.ac.uk/ns/msm#,canonical merged,msr,http://www.telegraphis.net/ontology/measurement/measurement#,canonical merged,mt,http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#,namespace_alias @@ -2176,10 +2135,7 @@ merged,mtecore,http://purl.org/olia/mte/multext-east.owl#,canonical merged,mtlo,http://www.ics.forth.gr/isl/MarineTLO/v4/marinetlo.owl#,canonical merged,mu,http://mu.semte.ch/vocabularies/core/,canonical merged,muldicat,http://iflastandards.info/ns/muldicat#,canonical -merged,multicellds,http://multicellds.org/MultiCellDB/,canonical -merged,MULTICELLDS.CELL_LINE,http://identifiers.org/multicellds.cell_line/,canonical -merged,MULTICELLDS.COLLECTION,http://identifiers.org/multicellds.collection/,canonical -merged,MULTICELLDS.SNAPSHOT,http://identifiers.org/multicellds.snapshot/,canonical +merged,MULTICELLDS,http://multicellds.org/MultiCellDB/,canonical merged,munc,http://ns.inria.fr/munc#,canonical merged,muni,http://vocab.linkeddata.es/urbanismo-infraestructuras/territorio#,canonical merged,muo,http://purl.oclc.org/NET/muo/muo#,canonical @@ -2218,17 +2174,16 @@ merged,NASC,http://identifiers.org/nasc/,canonical merged,nature,http://deductions.github.io/nature_observation.owl.ttl#,canonical merged,naval,http://rdf.muninn-project.org/ontologies/naval#,canonical merged,navm,https://w3id.org/navigation_menu#,canonical -merged,NBN,http://identifiers.org/nbn/,canonical merged,NBO,http://purl.obolibrary.org/obo/NBO_,canonical merged,nbo,http://data.bioontology.org/ontologies/NBO/,prefix_alias merged,NBRC,http://identifiers.org/nbrc/,canonical merged,ncal,http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#,canonical -merged,ncats.drug,https://drugs.ncats.io/drug/,canonical +merged,NCATS.DRUG,https://drugs.ncats.io/drug/,canonical merged,ncbi,https://www.ncbi.nlm.nih.gov/,canonical merged,NCBI.ASSEMBLY,http://identifiers.org/assembly/,canonical -merged,ncbi.genome,https://www.ncbi.nlm.nih.gov/genome/,canonical -merged,ncbi.resource,https://bioregistry.io/metaregistry/ncbi/,canonical -merged,ncbibook,https://www.ncbi.nlm.nih.gov/books/,canonical +merged,NCBI.GENOME,https://www.ncbi.nlm.nih.gov/genome/,canonical +merged,NCBI.RESOURCE,https://bioregistry.io/metaregistry/ncbi/,canonical +merged,NCBIBOOK,https://www.ncbi.nlm.nih.gov/books/,canonical merged,NCBIGene,https://identifiers.org/ncbigene/,canonical merged,NCBIGene,http://identifiers.org/ncbigene/,prefix_alias merged,NCBIProtein,http://identifiers.org/ncbiprotein/,canonical @@ -2241,9 +2196,9 @@ merged,NCIThesaurus,http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#,canonica merged,nco,http://www.semanticdesktop.org/ontologies/2007/03/22/nco#,canonical merged,NCRO,http://purl.obolibrary.org/obo/NCRO_,canonical merged,NDC,http://identifiers.org/ndc/,canonical -merged,nddf,http://purl.bioontology.org/ontology/NDDF/,canonical -merged,ndex,https://www.ndexbio.org/viewer/networks/,canonical -merged,ndfrt,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical +merged,NDDF,http://purl.bioontology.org/ontology/NDDF/,canonical +merged,NDEX,https://www.ndexbio.org/viewer/networks/,canonical +merged,NDFRT,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical merged,ndl,http://schemas.ogf.org/nml/2013/05/base#,canonical merged,ndnp,http://chroniclingamerica.loc.gov/terms#,canonical merged,ne,http://umbel.org/umbel/ne/,canonical @@ -2273,29 +2228,29 @@ merged,nid3,http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#,canonical merged,nidm,http://nidm.nidash.org/,canonical merged,nie,http://www.semanticdesktop.org/ontologies/2007/01/19/nie#,canonical merged,nif,http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#,canonical -merged,nif.ext,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical -merged,nif.std,http://uri.neuinfo.org/nif/nifstd/,canonical +merged,NIF.EXT,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical +merged,NIF.STD,http://uri.neuinfo.org/nif/nifstd/,canonical merged,NIF_CELL,http://purl.obolibrary.org/obo/NIF_CELL_,canonical merged,NIF_DYSFUNCTION,http://purl.obolibrary.org/obo/NIF_DYSFUNCTION_,canonical merged,NIF_GROSSANATOMY,http://purl.obolibrary.org/obo/NIF_GROSSANATOMY_,canonical merged,nih,http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#,namespace_alias -merged,nihreporter.project,https://reporter.nih.gov/project-details/,canonical +merged,NIHREPORTER.PROJECT,https://reporter.nih.gov/project-details/,canonical merged,nkos,http://w3id.org/nkos#,canonical -merged,nlm,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical +merged,NLM,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical merged,nlon,http://lod.nl.go.kr/ontology/,canonical -merged,nlx.anat,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical -merged,nlx.br,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical -merged,nlx.cell,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical -merged,nlx.chem,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical -merged,nlx.dys,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical -merged,nlx.func,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical -merged,nlx.inv,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical -merged,nlx.mol,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical -merged,nlx.oen,http://uri.neuinfo.org/nif/nifstd/oen_,canonical -merged,nlx.org,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical -merged,nlx.qual,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical -merged,nlx.res,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical -merged,nlx.sub,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical +merged,NLX.ANAT,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical +merged,NLX.BR,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical +merged,NLX.CELL,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical +merged,NLX.CHEM,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical +merged,NLX.DYS,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical +merged,NLX.FUNC,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical +merged,NLX.INV,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical +merged,NLX.MOL,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical +merged,NLX.OEN,http://uri.neuinfo.org/nif/nifstd/oen_,canonical +merged,NLX.ORG,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical +merged,NLX.QUAL,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical +merged,NLX.RES,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical +merged,NLX.SUB,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical merged,NMDC,http://identifiers.org/nmdc/,canonical merged,nmo,http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#,canonical merged,NMR,http://purl.obolibrary.org/obo/NMR_,canonical @@ -2303,7 +2258,7 @@ merged,NMRSHIFTDB2,http://identifiers.org/nmrshiftdb2/,canonical merged,nndsr,http://semanticdiet.com/schema/usda/nndsr/,canonical merged,nno,https://w3id.org/nno/ontology#,canonical merged,no,http://km.aifb.kit.edu/projects/numbers/number#,canonical -merged,noaa,https://www.fisheries.noaa.gov/species/,canonical +merged,NOAA,https://www.fisheries.noaa.gov/species/,canonical merged,nobel,http://data.nobelprize.org/terms/,canonical merged,nocal,http://vocab.deri.ie/nocal#,canonical merged,noise,http://vocab.linkeddata.es/datosabiertos/def/medio-ambiente/contaminacion-acustica#,canonical @@ -2315,7 +2270,7 @@ merged,NONCODEV4.GENE,http://identifiers.org/noncodev4.gene/,canonical merged,NONCODEV4.RNA,http://identifiers.org/noncodev4.rna/,canonical merged,NORINE,http://identifiers.org/norine/,canonical merged,nosql,http://purl.org/db/nosql#,canonical -merged,novus,https://www.novusbio.com/products/,canonical +merged,NOVUS,https://www.novusbio.com/products/,canonical merged,np,http://www.nanopub.org/nschema#,canonical merged,npdv,http://sws.ifi.uio.no/vocab/npd#,canonical merged,npg,http://ns.nature.com/terms/,canonical @@ -2335,8 +2290,7 @@ merged,nsogi,http://prefix.cc/nsogi:,canonical merged,nt,http://ns.inria.fr/nicetag/2010/09/09/voc#,canonical merged,ntag,http://ns.inria.fr/nicetag/2010/09/09/voc#,namespace_alias merged,ntp,https://schema.finto.fi/ntp#,canonical -merged,NUCLEARBD,http://identifiers.org/nuclearbd/,canonical -merged,NUCLEOTIDE,http://identifiers.org/nucleotide/,canonical +merged,NUCLEARDB,http://identifiers.org/nuclearbd/,canonical merged,number,http://km.aifb.kit.edu/projects/numbers/number#,namespace_alias merged,numbers,http://km.aifb.kit.edu/projects/numbers/,canonical merged,nuts,http://dd.eionet.europa.eu/vocabulary/common/nuts/,canonical @@ -2345,7 +2299,7 @@ merged,nxp,http://purl.org/nxp/schema/v1/,canonical merged,nxs,http://www.neclimateus.org/,canonical merged,nyt,http://data.nytimes.com/,canonical merged,nytimes,http://data.nytimes.com/elements/,canonical -merged,oa,http://www.w3.org/ns/oa#,canonical +merged,OA,http://www.w3.org/ns/oa#,canonical merged,oac,http://www.openannotation.org/ns/,canonical merged,oad,http://lod.xdams.org/reload/oad/,canonical merged,OAE,http://purl.obolibrary.org/obo/OAE_,canonical @@ -2357,6 +2311,7 @@ merged,oat,http://openlinksw.com/schemas/oat/,canonical merged,oauth,http://demiblog.org/vocab/oauth#,canonical merged,oax,http://www.w3.org/ns/openannotation/extensions/,canonical merged,OBA,http://purl.obolibrary.org/obo/OBA_,canonical +merged,OBAN,http://purl.org/oban/,canonical merged,OBCS,http://purl.obolibrary.org/obo/OBCS_,canonical merged,obeu,http://data.openbudgets.eu/ontology/,canonical merged,OBI,http://purl.obolibrary.org/obo/OBI_,canonical @@ -2382,7 +2337,6 @@ merged,OCLC,http://identifiers.org/oclc/,canonical merged,oco,https://w3id.org/oc/ontology/,canonical merged,ocsw,http://data.diekb.org/def/ocsw#,canonical merged,od,http://purl.org/twc/vocab/opendap#,canonical -merged,ODAM,http://identifiers.org/odam/,canonical merged,odapp,http://vocab.deri.ie/odapp#,canonical merged,odapps,http://semweb.mmlab.be/ns/odapps#,canonical merged,odbc,http://www.openlinksw.com/ontology/odbc#,canonical @@ -2391,7 +2345,6 @@ merged,ODC.TBI,http://identifiers.org/odc.tbi/,canonical merged,odcs,http://opendata.cz/infrastructure/odcleanstore/,canonical merged,odf,http://docs.oasis-open.org/ns/office/1.2/meta/odf#,canonical merged,odo,http://ocean-data.org/schema/,canonical -merged,ODOR,http://identifiers.org/odor/,canonical merged,odp,http://ontologydesignpatterns.org/,canonical merged,odpart,http://www.ontologydesignpatterns.org/cp/owl/participation.owl#,canonical merged,odrl,http://www.w3.org/ns/odrl/2/,canonical @@ -2441,7 +2394,7 @@ merged,olia,http://purl.org/olia/olia.owl#,canonical merged,olias,http://purl.org/olia/system.owl#,namespace_alias merged,oliasystem,http://purl.org/olia/system.owl#,canonical merged,olo,http://purl.org/ontology/olo/core#,canonical -merged,om,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical +merged,OM,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical merged,om,http://opendata.caceres.es/def/ontomunicipio#,prefix_alias merged,OMA.GRP,http://identifiers.org/oma.grp/,canonical merged,OMA.HOG,http://identifiers.org/OMA.HOG/,canonical @@ -2452,6 +2405,7 @@ merged,omc,http://purl.org/ontomedia/ext/common/bestiary#,canonical merged,omdoc,http://omdoc.org/ontology/,canonical merged,ome,http://purl.org/ontomedia/core/expression#,canonical merged,omg,https://w3id.org/omg#,canonical +merged,OMIA,http://identifiers.org/omia/,canonical merged,OMIABIS,http://purl.obolibrary.org/obo/OMIABIS_,canonical merged,OMIM,http://identifiers.org/mim/,canonical merged,omim,http://purl.bioontology.org/ontology/OMIM/,prefix_alias @@ -2463,7 +2417,7 @@ merged,omnfed,http://open-multinet.info/ontology/omn-federation#,canonical merged,omnlc,http://open-multinet.info/ontology/omn-lifecycle#,namespace_alias merged,omnlife,http://open-multinet.info/ontology/omn-lifecycle#,canonical merged,OMO,http://purl.obolibrary.org/obo/OMO_,canonical -merged,omop,https://athena.ohdsi.org/search-terms/terms/,canonical +merged,OMOP,https://athena.ohdsi.org/search-terms/terms/,canonical merged,omop,http://api.ohdsi.org/WebAPI/vocabulary/concept/,prefix_alias merged,OMP,http://purl.obolibrary.org/obo/OMP_,canonical merged,omp,http://purl.org/ontomedia/ext/common/profession#,prefix_alias @@ -2471,7 +2425,7 @@ merged,OMRSE,http://purl.obolibrary.org/obo/OMRSE_,canonical merged,omt,http://purl.org/ontomedia/ext/common/trait#,canonical merged,omv,http://omv.ontoware.org/2005/05/ontology#,canonical merged,onc,http://www.ics.forth.gr/isl/oncm/core#,canonical -merged,oncotree,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical +merged,ONCOTREE,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical merged,ondc,http://www.semanticweb.org/ontologies/2012/1/Ontology1329913965202.owl#,canonical merged,ONE,http://purl.obolibrary.org/obo/ONE_,canonical merged,one,https://bioportal.bioontology.org/ontologies/ONE/,prefix_alias @@ -2498,7 +2452,7 @@ merged,opa,https://w3id.org/laas-iot/adream#,canonical merged,OPB,http://identifiers.org/opb/,canonical merged,open,http://open.vocab.org/terms/,namespace_alias merged,open311,http://ontology.eil.utoronto.ca/open311#,canonical -merged,openalex,https://openalex.org/,canonical +merged,OPENALEX,https://openalex.org/,canonical merged,opencyc,http://sw.opencyc.org/concept/,namespace_alias merged,opengov,http://www.w3.org/opengov#,canonical merged,openlinks,http://www.openlinksw.com/schemas/virtrdf#,canonical @@ -2558,8 +2512,7 @@ merged,origins,http://origins.link/,canonical merged,ORNASEQ,http://purl.obolibrary.org/obo/ORNASEQ_,canonical merged,ORPHANET,http://identifiers.org/orphanet/,canonical merged,ORPHANET.ORDO,http://identifiers.org/orphanet.ordo/,canonical -merged,orth,http://purl.org/net/orth#,canonical -merged,ORTHODB,http://identifiers.org/orthodb/,canonical +merged,ORTH,http://purl.org/net/orth#,canonical merged,ORYZABASE.GENE,http://identifiers.org/oryzabase.gene/,canonical merged,ORYZABASE.MUTANT,http://identifiers.org/oryzabase.mutant/,canonical merged,ORYZABASE.REFERENCE,http://identifiers.org/oryzabase.reference/,canonical @@ -2607,6 +2560,7 @@ merged,owl2xml,http://www.w3.org/2006/12/owl2-xml#,canonical merged,owlim,http://www.ontotext.com/trree/owlim#,canonical merged,owls,http://www.daml.org/services/owl-s/1.2/Service.owl#,canonical merged,owlse,http://www.daml.org/services/owl-s/1.2/generic/Expression.owl#,canonical +merged,OWLSTAR,http://w3id.org/owlstar/,canonical merged,owltime,http://www.w3.org/TR/owl-time#,canonical merged,owms,http://standaarden.overheid.nl/owms/terms/,canonical merged,owsom,https://onlinesocialmeasures.wordpress.com/,canonical @@ -2614,8 +2568,6 @@ merged,ox,http://vocab.ox.ac.uk/projectfunding#,canonical merged,oxi,http://omerxi.com/ontologies/core.owl.ttl#,canonical merged,p20,http://zbw.eu/beta/p20/vocab/,canonical merged,p2po,https://purl.org/p2p-o#,canonical -merged,P3DB.PROTEIN,http://identifiers.org/p3db.protein/,canonical -merged,P3DB.SITE,http://identifiers.org/p3db.site/,canonical merged,p3p,http://www.w3.org/2002/01/p3prdfv1#,canonical merged,paam,https://lod.mediathek-tanz-theater.de/schema/paam/,canonical merged,paf,https://paf.link/,canonical @@ -2633,9 +2585,10 @@ merged,PAO,http://purl.obolibrary.org/obo/PAO_,canonical merged,parl,https://id.parliament.uk/schema/,canonical merged,part,http://purl.org/vocab/participation/schema#,canonical merged,particip,http://purl.org/vocab/participation/schema#,namespace_alias +merged,PASS2,http://identifiers.org/pass2/,canonical merged,passim,http://data.lirmm.fr/ontologies/passim#,canonical merged,pat,http://purl.org/hpi/patchr#,canonical -merged,pathbank,https://pathbank.org/view/,canonical +merged,PATHBANK,https://pathbank.org/view/,canonical merged,PATHWAYCOMMONS,http://identifiers.org/pathwaycommons/,canonical merged,PATO,http://purl.obolibrary.org/obo/PATO_,canonical merged,pattern,http://www.essepuntato.it/2008/12/pattern#,canonical @@ -2658,10 +2611,8 @@ merged,PCL,http://purl.obolibrary.org/obo/PCL_,canonical merged,PCO,http://purl.obolibrary.org/obo/PCO_,canonical merged,PD_ST,http://purl.obolibrary.org/obo/PD_ST_,canonical merged,PDB,http://identifiers.org/pdb/,canonical -merged,PDB-CCD,http://identifiers.org/pdb-ccd/,canonical merged,PDB.LIGAND,http://identifiers.org/pdb.ligand/,canonical -merged,pdbsum,https://www.ebi.ac.uk/pdbsum/,canonical -merged,pdc.study,https://pdc.cancer.gov/pdc/study/,canonical +merged,PDC.STUDY,https://pdc.cancer.gov/pdc/study/,canonical merged,pdf,http://ns.adobe.com/pdf/1.3/,canonical merged,pdo,http://ontologies.smile.deri.ie/pdo#,canonical merged,PDRO,http://purl.obolibrary.org/obo/PDRO_,canonical @@ -2669,11 +2620,12 @@ merged,PdumDv,http://purl.obolibrary.org/obo/PdumDv_,canonical merged,PECO,http://purl.obolibrary.org/obo/PECO_,canonical merged,peco,https://w3id.org/peco#,prefix_alias merged,PED,http://identifiers.org/ped/,canonical -merged,PED.ENSEMBLE,http://identifiers.org/ped.ensemble/,canonical +merged,PEFF,https://biopragmatics.github.io/providers/peff/,canonical merged,penis,http://penis.to/#,canonical merged,penn,http://purl.org/olia/penn.owl#,canonical merged,PENNSIEVE,http://identifiers.org/ps/,canonical merged,pep,https://w3id.org/pep/,canonical +merged,PEPBANK,http://pepbank.mgh.harvard.edu/interactions/details/,canonical merged,PEPTIDEATLAS,http://identifiers.org/peptideatlas/,canonical merged,PEPTIDEATLAS.DATASET,http://identifiers.org/peptideatlas.dataset/,canonical merged,PEROXIBASE,http://identifiers.org/peroxibase/,canonical @@ -2684,9 +2636,9 @@ merged,persoon,http://data.vlaanderen.be/ns/persoon#,namespace_alias merged,pext,http://www.ontotext.com/proton/protonext#,canonical merged,pf,http://jena.hpl.hp.com/ARQ/property#,canonical merged,PFAM,http://identifiers.org/pfam/,canonical -merged,pfam.clan,https://www.ebi.ac.uk/interpro/set/pfam/,canonical +merged,PFAM.CLAN,https://www.ebi.ac.uk/interpro/set/pfam/,canonical merged,pfeepsa,https://w3id.org/pfeepsa#,canonical -merged,pfr,http://repository.topdownproteomics.org/proteoforms/,canonical +merged,PFR,http://repository.topdownproteomics.org/proteoforms/,canonical merged,PGDSO,http://purl.obolibrary.org/obo/PGDSO_,canonical merged,pgo,http://ii.uwb.edu.pl/pgo#,canonical merged,PGS,http://identifiers.org/pgs/,canonical @@ -2694,21 +2646,18 @@ merged,pgterms,http://www.gutenberg.org/2009/pgterms/,canonical merged,PGX,http://identifiers.org/pgx/,canonical merged,pgxo,http://pgxo.loria.fr/,canonical merged,pham,https://w3id.org/skgo/pham#,canonical -merged,pharmacodb.cell,https://pharmacodb.ca/cell_lines/,canonical -merged,pharmacodb.dataset,https://pharmacodb.ca/datasets/,canonical -merged,pharmacodb.tissue,https://pharmacodb.ca/tissues/,canonical +merged,PHARMACODB.CELL,https://pharmacodb.ca/cell_lines/,canonical +merged,PHARMACODB.DATASET,https://pharmacodb.ca/datasets/,canonical +merged,PHARMACODB.TISSUE,https://pharmacodb.ca/tissues/,canonical merged,PHARMGKB.DISEASE,http://identifiers.org/pharmgkb.disease/,canonical merged,PHARMGKB.DRUG,http://identifiers.org/pharmgkb.drug/,canonical merged,PHARMGKB.GENE,http://identifiers.org/pharmgkb.gene/,canonical merged,PHARMGKB.PATHWAYS,http://identifiers.org/pharmgkb.pathways/,canonical -merged,pharmvar,https://www.pharmvar.org/gene/,canonical merged,phdd,http://rdf-vocabulary.ddialliance.org/phdd#,canonical merged,PHENOLEXPLORER,http://identifiers.org/phenolexplorer/,canonical -merged,phenx,https://www.phenxtoolkit.org/protocols/view/,canonical +merged,PHENX,https://www.phenxtoolkit.org/protocols/view/,canonical merged,phil,http://philosurfical.open.ac.uk/ontology/philosurfical.owl#,canonical merged,PHIPO,http://purl.obolibrary.org/obo/PHIPO_,canonical -merged,PHOSPHOPOINT.KINASE,http://identifiers.org/phosphopoint.kinase/,canonical -merged,PHOSPHOPOINT.PROTEIN,http://identifiers.org/phosphopoint.protein/,canonical merged,PHOSPHOSITE.PROTEIN,http://identifiers.org/phosphosite.protein/,canonical merged,PHOSPHOSITE.RESIDUE,http://identifiers.org/phosphosite.residue/,canonical merged,photoshop,http://ns.adobe.com/photoshop/1.0/,canonical @@ -2723,10 +2672,8 @@ merged,pic,http://www.ipaw.info/ns/picaso#,canonical merged,pid,http://permid.org/ontology/organization/,canonical merged,PID.PATHWAY,http://identifiers.org/pid.pathway/,canonical merged,piero,http://reactionontology.org/piero/,canonical -merged,PIGQTLDB,http://identifiers.org/pigqtldb/,canonical merged,pim,http://www.w3.org/ns/pim/space#,canonical merged,pimo,http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#,canonical -merged,PINA,http://identifiers.org/pina/,canonical merged,pineapple,http://hexananas.com/pineapple#,canonical merged,ping,https://namso-gen.com/,canonical merged,pingback,http://purl.org/net/pingback/,canonical @@ -2753,7 +2700,6 @@ merged,PLO,http://purl.obolibrary.org/obo/PLO_,canonical merged,plo,http://purl.org/net/po#,prefix_alias merged,pm,http://premon.fbk.eu/resource/,canonical merged,PMAP.CUTDB,http://identifiers.org/pmap.cutdb/,canonical -merged,PMAP.SUBSTRATEDB,http://identifiers.org/pmap.substratedb/,canonical merged,PMC,http://identifiers.org/pmc/,canonical merged,pmd,http://publishmydata.com/def/dataset#,canonical merged,PMDB,http://identifiers.org/pmdb/,canonical @@ -2768,7 +2714,6 @@ merged,pmofn,http://premon.fbk.eu/ontology/fn#,canonical merged,pmonb,http://premon.fbk.eu/ontology/nb#,canonical merged,pmopb,http://premon.fbk.eu/ontology/pb#,canonical merged,pmovn,http://premon.fbk.eu/ontology/vn#,canonical -merged,PMP,http://identifiers.org/pmp/,canonical merged,PMR,http://identifiers.org/pmr/,canonical merged,PMR.WORKSPACE,http://identifiers.org/pmr.workspace/,canonical merged,pmt,http://tipsy.googlecode.com/svn/trunk/vocab/pmt#,canonical @@ -2782,13 +2727,11 @@ merged,pnv,https://w3id.org/pnv#,canonical merged,PO,http://purl.obolibrary.org/obo/PO_,canonical merged,po,http://purl.org/ontology/po/,prefix_alias merged,pobo,http://purl.obolibrary.org/obo/,namespace_alias -merged,POCKETOME,http://identifiers.org/pocketome/,canonical merged,pod,https://project-open-data.cio.gov/v1.1/schema/#,canonical merged,poder,http://poderopedia.com/vocab/,canonical merged,pois,http://purl.oclc.org/POIS/vcblr#,canonical merged,poke,https://pokemonkg.org/ontology#,canonical merged,pol,http://escience.rpi.edu/ontology/semanteco/2/0/pollution.owl#,canonical -merged,POLBASE,http://identifiers.org/polbase/,canonical merged,politico,http://www.rdfabout.com/rdf/schema/politico/,canonical merged,pom,http://maven.apache.org/POM/4.0.0#,canonical merged,PomBase,https://identifiers.org/pombase/,canonical @@ -2807,26 +2750,25 @@ merged,pplan,http://purl.org/net/p-plan#,canonical merged,ppn,http://parliament.uk/ontologies/person-name/,canonical merged,PPO,http://purl.obolibrary.org/obo/PPO_,canonical merged,ppo,http://vocab.deri.ie/ppo#,prefix_alias -merged,ppr,https://europepmc.org/article/ppr/,canonical +merged,PPR,https://europepmc.org/article/ppr/,canonical merged,ppr,http://purl.org/datanode/ppr/ns/,prefix_alias merged,pproc,http://contsem.unizar.es/def/sector-publico/pproc#,canonical merged,pq,http://www.wikidata.org/prop/qualifier/,canonical merged,PR,http://purl.obolibrary.org/obo/PR_,canonical merged,pr,http://purl.org/ontology/prv/core#,prefix_alias merged,prefix,http://prefix.cc/,canonical -merged,prefixcommons,https://bioregistry.io/metaregistry/prefixcommons/,canonical +merged,PREFIXCOMMONS,https://bioregistry.io/metaregistry/prefixcommons/,canonical merged,premis,http://www.loc.gov/premis/rdf/v3/,canonical merged,prf,http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#,canonical merged,PRIDE,http://identifiers.org/pride/,canonical merged,PRIDE.PROJECT,http://identifiers.org/pride.project/,canonical -merged,PRINTS,http://identifiers.org/prints/,canonical merged,prism,http://prismstandard.org/namespaces/basic/2.0/,canonical merged,prism21,http://prismstandard.org/namespaces/basic/2.1/,canonical merged,prismdb,https://prismdb.takanakahiko.me/prism-schema.ttl#,canonical merged,prissma,http://ns.inria.fr/prissma/v1#,canonical merged,prj,http://purl.org/stuff/project/,canonical merged,pro,http://purl.org/hpi/patchr#,namespace_alias -merged,probesanddrugs,https://www.probes-drugs.org/compound/,canonical +merged,PROBESANDDRUGS,https://www.probes-drugs.org/compound/,canonical merged,probont,http://www.probonto.org/ontology#,canonical merged,PROBONTO,http://identifiers.org/probonto/,canonical merged,PROCO,http://purl.obolibrary.org/obo/PROCO_,canonical @@ -2849,7 +2791,6 @@ merged,PROTCLUSTDB,http://identifiers.org/protclustdb/,canonical merged,protege,http://protege.stanford.edu/system#,canonical merged,protegedc,http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl#,canonical merged,PROTEOMICSDB.PEPTIDE,http://identifiers.org/proteomicsdb.peptide/,canonical -merged,PROTEOMICSDB.PROTEIN,http://identifiers.org/proteomicsdb.protein/,canonical merged,proton,http://www.ontotext.com/proton/,canonical merged,PROTONET.CLUSTER,http://identifiers.org/protonet.cluster/,canonical merged,PROTONET.PROTEINCARD,http://identifiers.org/protonet.proteincard/,canonical @@ -2865,10 +2806,10 @@ merged,prvr,http://purl.org/ontology/prv/rules#,canonical merged,prvt,http://purl.org/net/provenance/types#,namespace_alias merged,prvtypes,http://purl.org/net/provenance/types#,canonical merged,ps,https://w3id.org/payswarm#,canonical -merged,PSCDB,http://identifiers.org/pscdb/,canonical merged,PSDO,http://purl.obolibrary.org/obo/PSDO_,canonical merged,PSEUDOMONAS,http://identifiers.org/pseudomonas/,canonical merged,psh,http://ns.inria.fr/probabilistic-shacl/,canonical +merged,PSIPAR,http://identifiers.org/psipar/,canonical merged,PSO,http://purl.obolibrary.org/obo/PSO_,canonical merged,pso,http://purl.org/spar/pso/,prefix_alias merged,psv,http://www.wikidata.org/prop/statement/value/,canonical @@ -2879,11 +2820,12 @@ merged,ptop,http://www.ontotext.com/proton/protontop#,canonical merged,ptr,http://www.w3.org/2009/pointers#,canonical merged,pubchem,https://pubchem.ncbi.nlm.nih.gov/,canonical merged,PUBCHEM.BIOASSAY,http://identifiers.org/pubchem.bioassay/,canonical -merged,pubchem.cell,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical +merged,PUBCHEM.CELL,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical merged,PUBCHEM.COMPOUND,http://identifiers.org/pubchem.compound/,canonical -merged,pubchem.element,https://pubchem.ncbi.nlm.nih.gov/element/,canonical +merged,PUBCHEM.ELEMENT,https://pubchem.ncbi.nlm.nih.gov/element/,canonical merged,PUBCHEM.SUBSTANCE,http://identifiers.org/pubchem.substance/,canonical -merged,publons.researcher,https://publons.com/researcher/,canonical +merged,PUBLONS.PUBLICATION,https://publons.com/publon/,canonical +merged,PUBLONS.RESEARCHER,https://publons.com/researcher/,canonical merged,PUBMED,http://identifiers.org/pubmed/,canonical merged,pubmed,http://bio2rdf.org/pubmed_vocabulary:,prefix_alias merged,puc,http://purl.org/NET/puc#,canonical @@ -2915,7 +2857,7 @@ merged,quantities,http://eulersharp.sourceforge.net/2003/03swap/quantitiesExtens merged,quantity,http://qudt.org/schema/quantity#,canonical merged,qud,http://qudt.org/1.1/schema/qudt#,canonical merged,qudt,http://qudt.org/schema/qudt/,canonical -merged,qudt,http://qudt.org/schema/qudt#,prefix_alias +merged,QUDT,http://qudt.org/schema/qudt#,prefix_alias merged,quid,https://w3id.org/quid/,canonical merged,quran,http://khalidaloufi.sa/quran#,canonical merged,quty,http://www.telegraphis.net/ontology/measurement/quantity#,canonical @@ -2928,9 +2870,9 @@ merged,r4ta,http://ns.inria.fr/ratio4ta/v1#,canonical merged,raad,https://raadzaam.nl/schema/,canonical merged,rad,http://www.w3.org/ns/rad#,canonical merged,radar,http://www.radar-projekt.org/display/,canonical -merged,radiomics,http://www.radiomics.org/RO/,canonical +merged,RADIOMICS,http://www.radiomics.org/RO/,canonical merged,radion,http://www.w3.org/ns/radion#,canonical -merged,radlex,https://radlex.org/RID/,canonical +merged,RADLEX,https://radlex.org/RID/,canonical merged,rail,http://ontologi.es/rail/vocab#,canonical merged,rami,http://iais.fraunhofer.de/vocabs/rami#,canonical merged,ramon,http://rdfdata.eionet.europa.eu/ramon/ontology/,canonical @@ -3038,17 +2980,17 @@ merged,rdaxd,http://rdaregistry.info/Elements/x/datatype/,canonical merged,rdaxo,http://rdaregistry.info/Elements/x/object/,canonical merged,rdaz,http://rdaregistry.info/Elements/z/,canonical merged,rdb,http://www.dbs.cs.uni-duesseldorf.de/RDF/relational#,canonical -merged,rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical +merged,RDF,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical merged,rdf123,http://rdf123.umbc.edu/ns/,canonical merged,rdfa,http://www.w3.org/ns/rdfa#,canonical merged,rdfdata,http://rdf.data-vocabulary.org/rdf.xml#,canonical merged,rdfdf,http://www.openlinksw.com/virtrdf-data-formats#,canonical merged,rdfg,http://www.w3.org/2004/03/trix/rdfg-1/,canonical merged,rdfp,https://w3id.org/rdfp/,canonical -merged,rdfs,http://www.w3.org/2000/01/rdf-schema#,canonical +merged,RDFS,http://www.w3.org/2000/01/rdf-schema#,canonical merged,rdfsharp,https://rdfsharp.codeplex.com/,canonical merged,rdl,http://data.posccaesar.org/rdl/,canonical -merged,rdo,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical +merged,RDO,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical merged,rdo,http://purl.org/rdo/ns#,prefix_alias merged,rdrel,http://rdvocab.info/RDARelationshipsWEMI/,canonical merged,re,http://www.w3.org/2000/10/swap/reason#,canonical @@ -3056,7 +2998,6 @@ merged,RE3DATA,http://identifiers.org/re3data/,canonical merged,react,https://w3id.org/react#,canonical merged,Reactome,https://identifiers.org/reactome/,canonical merged,REACTOME,http://identifiers.org/reactome/,prefix_alias -merged,REBASE,http://identifiers.org/rebase/,canonical merged,rec,http://purl.org/ontology/rec/core#,canonical merged,rec54,http://www.w3.org/2001/02pd/rec54.rdf#,canonical merged,recipe,http://linkedrecipes.org/schema/,canonical @@ -3065,7 +3006,6 @@ merged,reegle,http://reegle.info/schema#,canonical merged,ref,http://purl.org/vocab/relationship/,namespace_alias merged,refe,http://orion.tw.rpi.edu/~xgmatwc/refe/,canonical merged,refexo,http://purl.jp/bio/01/refexo#,canonical -merged,REFSEQ,http://identifiers.org/refseq/,canonical merged,reg,http://purl.org/linked-data/registry#,canonical merged,regorg,http://www.w3.org/ns/regorg#,namespace_alias merged,rei,http://www.w3.org/2004/06/rei#,canonical @@ -3074,9 +3014,8 @@ merged,religion,http://rdf.muninn-project.org/ontologies/religion#,canonical merged,remetca,http://www.purl.org/net/remetca#,canonical merged,remus,http://www.semanticweb.org/ontologies/2010/6/Ontology1279614123500.owl#,canonical merged,rep,http://www.openrdf.org/config/repository#,canonical -merged,REPEATSDB.PROTEIN,http://identifiers.org/repeatsdb.protein/,canonical merged,REPEATSDB.STRUCTURE,http://identifiers.org/repeatsdb.structure/,canonical -merged,reproduceme,https://w3id.org/reproduceme#,canonical +merged,REPRODUCEME,https://w3id.org/reproduceme#,canonical merged,req,http://purl.org/req/,canonical merged,res,http://dbpedia.org/resource/,namespace_alias merged,resex,http://resex.rkbexplorer.com/ontologies/resex#,canonical @@ -3095,7 +3034,7 @@ merged,RGD.QTL,http://identifiers.org/rgd.qtl/,canonical merged,RGD.STRAIN,http://identifiers.org/rgd.strain/,canonical merged,rgml,http://purl.org/puninj/2001/05/rgml-schema#,canonical merged,RHEA,http://identifiers.org/rhea/,canonical -merged,ribocentre,https://www.ribocentre.org/docs/,canonical +merged,RIBOCENTRE,https://www.ribocentre.org/docs/,canonical merged,RICEGAP,http://identifiers.org/ricegap/,canonical merged,RICENETDB.COMPOUND,http://identifiers.org/ricenetdb.compound/,canonical merged,RICENETDB.GENE,http://identifiers.org/ricenetdb.gene/,canonical @@ -3119,7 +3058,7 @@ merged,rml,http://semweb.mmlab.be/ns/rml#,canonical merged,rmlt,http://semweb.mmlab.be/ns/rml-target#,canonical merged,rmo,http://eatld.et.tu-dresden.de/rmo#,canonical merged,RNACENTRAL,http://identifiers.org/rnacentral/,canonical -merged,rnaloops,https://rnaloops.cs.put.poznan.pl/search/details/,canonical +merged,RNALOOPS,https://rnaloops.cs.put.poznan.pl/search/details/,canonical merged,RNAMODS,http://identifiers.org/rnamods/,canonical merged,RNAO,http://purl.obolibrary.org/obo/RNAO_,canonical merged,rnce,https://data.cultureelerfgoed.nl/id/rnce#,canonical @@ -3151,6 +3090,7 @@ merged,rofsfrda,http://rdaregistry.info/termList/rofsfrda/,canonical merged,rofsm,http://rdaregistry.info/termList/rofsm/,canonical merged,roh,http://w3id.org/roh#,canonical merged,role,https://w3id.org/role/,canonical +merged,RoleO,http://purl.obolibrary.org/obo/RoleO_,canonical merged,room,http://vocab.deri.ie/rooms#,canonical merged,rooms,http://vocab.deri.ie/rooms#,namespace_alias merged,ROR,http://identifiers.org/ror/,canonical @@ -3198,7 +3138,6 @@ merged,s4ener,https://saref.etsi.org/saref4ener/,canonical merged,s4envi,https://w3id.org/def/saref4envi#,canonical merged,s4syst,https://saref.etsi.org/saref4syst/,canonical merged,SABIORK.COMPOUND,http://identifiers.org/sabiork.compound/,canonical -merged,SABIORK.EC,http://identifiers.org/sabiork.ec/,canonical merged,SABIORK.KINETICRECORD,http://identifiers.org/sabiork.kineticrecord/,canonical merged,SABIORK.REACTION,http://identifiers.org/sabiork.reaction/,canonical merged,sad,http://vocab.deri.ie/sad#,canonical @@ -3206,7 +3145,7 @@ merged,saif,http://wwwiti.cs.uni-magdeburg.de/~srahman/,canonical merged,sail,http://www.openrdf.org/config/sail#,canonical merged,sakthi,http://infotech.nitk.ac.in/research-scholars/sakthi-murugan-r/,canonical merged,salad,https://w3id.org/cwl/salad#,canonical -merged,salk,https://abrc.osu.edu/stocks/number/SALK_,canonical +merged,SALK,https://abrc.osu.edu/stocks/number/SALK_,canonical merged,sam,http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling#,canonical merged,samfl,http://def.seegrid.csiro.au/ontology/om/sam-lite#,canonical merged,samian,http://lod.archaeology.link/data/samian/,canonical @@ -3225,26 +3164,27 @@ merged,SBO,http://purl.obolibrary.org/obo/SBO_,canonical merged,sc,http://purl.org/science/owl/sciencecommons/,canonical merged,scco,http://rdf.ebi.ac.uk/terms/surechembl#,canonical merged,SCDO,http://purl.obolibrary.org/obo/SCDO_,canonical -merged,schem,https://biopragmatics.github.io/providers/schem/,canonical +merged,SCHEM,https://biopragmatics.github.io/providers/schem/,canonical merged,schema,http://schema.org/,canonical -merged,schema,https://schema.org/,prefix_alias +merged,SCHEMA,https://schema.org/,prefix_alias merged,scho,http://www.scholarlydata.org/ontology/conference-ontology.owl#,canonical merged,schoi,https://w3id.org/scholarlydata/ontology/indicators-ontology.owl#,canonical -merged,scholia.resource,https://bioregistry.io/metaregistry/scholia/,canonical +merged,SCHOLIA.RESOURCE,https://bioregistry.io/metaregistry/scholia/,canonical merged,scholl,http://menemeneml.com/school#,canonical merged,sci,http://data.scientology.org/ns/,canonical +merged,SCIFLECTION,http://identifiers.org/sciflection/,canonical merged,scip,http://lod.taxonconcept.org/ontology/sci_people.owl#,canonical merged,sciprov,http://sweetontology.net/reprSciProvenance/,canonical merged,scms,http://ns.aksw.org/scms/annotations/,canonical merged,sco,http://purl.org/ontology/sco#,canonical -merged,scomp,https://biopragmatics.github.io/providers/scomp/,canonical +merged,SCOMP,https://biopragmatics.github.io/providers/scomp/,canonical merged,SCOP,http://identifiers.org/scop/,canonical merged,scor,http://purl.org/eis/vocab/scor#,canonical merged,SCoRO,http://purl.org/spar/scoro/,canonical merged,scot,http://rdfs.org/scot/ns#,canonical merged,scovo,http://purl.org/NET/scovo#,canonical merged,scowt,http://purl.org/weso/ontologies/scowt#,canonical -merged,scr,http://scicrunch.org/resolver/SCR_,canonical +merged,SCR,http://scicrunch.org/resolver/SCR_,canonical merged,scra,http://purl.org/net/schemarama#,canonical merged,SCRETF,http://identifiers.org/scretf/,canonical merged,scsv,http://purl.org/NET/schema-org-csv#,canonical @@ -3253,9 +3193,9 @@ merged,scufl2,http://ns.taverna.org.uk/2010/scufl2#,canonical merged,scv,http://purl.org/NET/scovo#,namespace_alias merged,sd,http://www.w3.org/ns/sparql-service-description#,canonical merged,SDBS,http://identifiers.org/sdbs/,canonical -merged,sdgio,http://purl.unep.org/sdg/SDGIO_,canonical +merged,SDGIO,http://purl.unep.org/sdg/SDGIO_,canonical merged,sdgp,http://stats.data-gov.ie/property/,canonical -merged,sdis,https://biopragmatics.github.io/providers/sdis/,canonical +merged,SDIS,https://biopragmatics.github.io/providers/sdis/,canonical merged,sdl,http://purl.org/vocab/riro/sdl#,canonical merged,sdm,https://w3id.org/okn/o/sdm#,canonical merged,sdmx,http://purl.org/linked-data/sdmx#,canonical @@ -3283,6 +3223,7 @@ merged,SEED.COMPOUND,http://identifiers.org/seed.compound/,canonical merged,SEED.REACTION,http://identifiers.org/seed.reaction/,canonical merged,seeds,http://deductions.github.io/seeds.owl.ttl#,canonical merged,sem,http://semanticweb.cs.vu.nl/2009/11/sem/,canonical +merged,SEMAPV,https://w3id.org/semapv/vocab/,canonical merged,semio,http://www.lingvoj.org/semio#,canonical merged,semiot,http://w3id.org/semiot/ontologies/semiot#,canonical merged,semsur,http://purl.org/SemSur/,canonical @@ -3299,7 +3240,7 @@ merged,session,http://redfoot.net/2005/session#,canonical merged,set,http://www.w3.org/2000/10/swap/set#,canonical merged,setl,http://purl.org/twc/vocab/setl/,canonical merged,sf,http://www.opengis.net/ont/sf#,canonical -merged,sfam,https://biopragmatics.github.io/providers/sfam/,canonical +merged,SFAM,https://biopragmatics.github.io/providers/sfam/,canonical merged,sfd,http://semantic-forms.cc:9112/ldp/,canonical merged,sfl,http://data.finlex.fi/schema/sfl/,canonical merged,sfn,http://semweb.datasciencelab.be/ns/sfn#,canonical @@ -3315,11 +3256,10 @@ merged,SGN,http://identifiers.org/sgn/,prefix_alias merged,sgv,http://www.w3.org/TR/SVG/,canonical merged,sh,http://www.w3.org/ns/shacl#,canonical merged,shacl,http://www.w3.org/ns/shacl#,namespace_alias -merged,sharkipedia.species,https://www.sharkipedia.org/species/,canonical -merged,sharkipedia.trait,https://www.sharkipedia.org/traits/,canonical -merged,sharkipedia.trend,https://www.sharkipedia.org/trends/,canonical +merged,SHARKIPEDIA.SPECIES,https://www.sharkipedia.org/species/,canonical +merged,SHARKIPEDIA.TRAIT,https://www.sharkipedia.org/traits/,canonical +merged,SHARKIPEDIA.TREND,https://www.sharkipedia.org/trends/,canonical merged,she,http://shacleditor.org/,canonical -merged,SHEEPQTLDB,http://identifiers.org/sheepqtldb/,canonical merged,shema,http://schema.org/,namespace_alias merged,shex,http://www.w3.org/ns/shex#,canonical merged,shoah,http://dati.cdec.it/lod/shoah/,canonical @@ -3330,9 +3270,8 @@ merged,si,http://sisteminformasi.com/,canonical merged,SIBO,http://purl.obolibrary.org/obo/SIBO_,canonical merged,sider,http://www4.wiwiss.fu-berlin.de/sider/resource/sider/,canonical merged,SIDER.DRUG,http://identifiers.org/sider.drug/,canonical -merged,SIDER.EFFECT,http://identifiers.org/sider.effect/,canonical merged,sig,http://purl.org/signature#,canonical -merged,sigmaaldrich,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical +merged,SIGMAALDRICH,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical merged,SIGNALING-GATEWAY,http://identifiers.org/signaling-gateway/,canonical merged,signify,http://purl.org/signify/ns#,canonical merged,SIGNOR,http://identifiers.org/signor/,canonical @@ -3368,7 +3307,7 @@ merged,SMART,http://identifiers.org/smart/,canonical merged,smartapi,http://smart-api.io/ontology/1.0/smartapi#,canonical merged,smf,http://topbraid.org/sparqlmotionfunctions#,canonical merged,smg,http://ns.cerise-project.nl/energy/def/cim-smartgrid#,canonical -merged,smid,https://smid-db.org/smid/,canonical +merged,SMID,https://smid-db.org/smid/,canonical merged,smiley,http://www.smileyontology.com/ns#,canonical merged,smithy,https://awslabs.github.io/smithy/rdf-1.0#,canonical merged,sml,http://topbraid.org/sparqlmotionlib#,canonical @@ -3378,7 +3317,6 @@ merged,snac,http://socialarchive.iath.virginia.edu/,canonical merged,snarm,http://rdf.myexperiment.org/ontologies/snarm/,canonical merged,SNOMEDCT,http://identifiers.org/snomedct/,canonical merged,snomedct,http://purl.bioontology.org/ontology/SNOMEDCT/,prefix_alias -merged,SNP2TFBS,http://identifiers.org/snp2tfbs/,canonical merged,SO,http://purl.obolibrary.org/obo/SO_,canonical merged,soall,http://sweetontology.net/sweetAll/,canonical merged,soap,http://www.w3.org/2003/05/soap-envelope/,canonical @@ -3622,9 +3560,8 @@ merged,SPDX,http://identifiers.org/spdx/,canonical merged,spdx,http://spdx.org/rdf/terms#,prefix_alias merged,spec,http://www.w3.org/ns/spec#,canonical merged,spfood,http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#,canonical -merged,sphn,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical +merged,SPHN,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical merged,spif,http://spinrdf.org/spif#,canonical -merged,SPIKE.MAP,http://identifiers.org/spike.map/,canonical merged,spin,http://spinrdf.org/spin#,canonical merged,spl,http://spinrdf.org/spl#,canonical merged,SPLASH,http://identifiers.org/splash/,canonical @@ -3635,7 +3572,7 @@ merged,spv,http://completeness.inf.unibz.it/sp-vocab#,canonical merged,spvqa,https://bmake.th-brandenburg.de/spv#,canonical merged,sql,http://ns.inria.fr/ast/sql#,canonical merged,sr,http://www.openrdf.org/config/repository/sail#,canonical -merged,srao,http://www.fairsharing.org/ontology/subject/SRAO_,canonical +merged,SRAO,http://www.fairsharing.org/ontology/subject/SRAO_,canonical merged,srmo,https://w3id.org/srmo#,canonical merged,sro,http://salt.semanticauthoring.org/ontologies/sro#,canonical merged,srr,https://w3id.org/srr#,canonical @@ -3644,13 +3581,14 @@ merged,srtun,https://www.inf.bi.rub.de/srtun#,canonical merged,sru,http://www.loc.gov/zing/srw/,canonical merged,srv,http://www.daml.org/services/owl-s/1.2/Service.owl#,namespace_alias merged,srx,http://www.w3.org/2005/sparql-results#,canonical -merged,ssbd.dataset,https://ssbd.riken.jp/database/dataset/,canonical -merged,ssbd.project,https://ssbd.riken.jp/database/project/,canonical +merged,SSBD.DATASET,https://ssbd.riken.jp/database/dataset/,canonical +merged,SSBD.PROJECT,https://ssbd.riken.jp/database/project/,canonical merged,ssn,http://www.w3.org/ns/ssn/,canonical merged,ssno,http://www.w3.org/ns/ssn/,namespace_alias merged,ssnx,http://purl.oclc.org/NET/ssnx/ssn#,canonical merged,sso,http://nlp2rdf.lod2.eu/schema/sso/,canonical merged,ssso,http://purl.org/ontology/ssso#,canonical +merged,SSSOM,https://w3id.org/sssom/,canonical merged,st,http://ns.inria.fr/sparql-template/,canonical merged,stac,http://securitytoolbox.appspot.com/stac#,canonical merged,stanford,http://purl.org/olia/stanford.owl#,canonical @@ -3673,11 +3611,11 @@ merged,stories,http://purl.org/ontology/stories/,canonical merged,str,http://nlp2rdf.lod2.eu/schema/string/,canonical merged,strdf,http://strdf.di.uoa.gr/ontology#,canonical merged,stream,http://dbpedia.org/ontology/Stream/,canonical -merged,STRING,http://identifiers.org/string/,canonical -merged,string,http://www.w3.org/2000/10/swap/string#,prefix_alias +merged,string,http://www.w3.org/2000/10/swap/string#,canonical merged,studiop,http://purl.org/resource/pilatesstudio/,canonical merged,stx,http://purl.org/cyber/stix#,canonical -merged,sty,http://purl.bioontology.org/ontology/STY/,canonical +merged,STY,https://uts.nlm.nih.gov/uts/umls/semantic-network/,canonical +merged,sty,http://purl.bioontology.org/ontology/STY/,prefix_alias merged,SUBTILIST,http://identifiers.org/subtilist/,canonical merged,SUBTIWIKI,http://identifiers.org/subtiwiki/,canonical merged,SUGARBIND,http://identifiers.org/sugarbind/,canonical @@ -3699,11 +3637,10 @@ merged,swanqs,http://purl.org/swan/1.2/qualifiers/,namespace_alias merged,swc,http://data.semanticweb.org/ns/swc/ontology#,canonical merged,swcomp,https://github.com/ali1k/ld-reactor/blob/master/vocabulary/index.ttl#,canonical merged,sweet,http://sweetontology.net/,canonical -merged,sweetrealm,http://sweetontology.net/matrMineral/,canonical +merged,SWEETREALM,http://sweetontology.net/matrMineral/,canonical merged,SWH,http://identifiers.org/SWH/,canonical merged,swh,http://plugin.org.uk/swh-plugins/,prefix_alias merged,swid,http://semanticweb.org/id/,canonical -merged,SWISS-MODEL,http://identifiers.org/swiss-model/,canonical merged,SWISSLIPID,http://identifiers.org/SLM/,canonical merged,SWISSREGULON,http://identifiers.org/swissregulon/,canonical merged,swivt,http://semantic-mediawiki.org/swivt/1.0#,canonical @@ -3752,7 +3689,7 @@ merged,taxref,http://taxref.mnhn.fr/lod/taxon/,canonical merged,taxrefprop,http://taxref.mnhn.fr/lod/property/,canonical merged,tb,https://w3id.org/timebank#,canonical merged,tblcard,http://www.w3.org/People/Berners-Lee/card#,canonical -merged,tcb,https://www.pirbright.ac.uk/node/,canonical +merged,TCB,https://www.pirbright.ac.uk/node/,canonical merged,TCDB,http://identifiers.org/tcdb/,canonical merged,tcga,http://purl.org/tcga/core#,canonical merged,tci,https://w3id.org/lbs/tci#,canonical @@ -3777,17 +3714,18 @@ merged,TGD,https://identifiers.org/tgd/,canonical merged,TGD,http://identifiers.org/tgd/,prefix_alias merged,tgm,http://id.loc.gov/vocabulary/graphicMaterials/,canonical merged,TGMA,http://purl.obolibrary.org/obo/TGMA_,canonical -merged,tgn,http://vocab.getty.edu/tgn/,canonical +merged,TGN,http://vocab.getty.edu/page/tgn/,canonical +merged,tgn,http://vocab.getty.edu/tgn/,prefix_alias merged,theatre,http://purl.org/theatre#,canonical merged,theme,http://voc.odw.tw/theme/,canonical -merged,thermofisher,https://www.thermofisher.com/antibody/product/,canonical +merged,THERMOFISHER,https://www.thermofisher.com/antibody/product/,canonical merged,thors,http://resource.geosciml.org/ontology/timescale/thors#,canonical merged,threat,https://cve.mitre.org/,canonical merged,thub,http://vocabularis.crai.ub.edu/thub/,canonical merged,ti,http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#,canonical merged,TIGRFAM,http://identifiers.org/tigrfam/,canonical merged,tikag,https://www.tikag.com/,canonical -merged,time,http://www.w3.org/2006/time#,canonical +merged,TIME,http://www.w3.org/2006/time#,canonical merged,timeline,http://purl.org/NET/c4dm/timeline.owl#,namespace_alias merged,timex,http://data.wu.ac.at/ns/timex#,canonical merged,tio,http://purl.org/tio/ns#,canonical @@ -3804,7 +3742,6 @@ merged,toaru,https://metadata.moe/toaru-sparql/elements/,canonical merged,toby,http://tobyinkster.co.uk/#,canonical merged,TOL,http://identifiers.org/tol/,canonical merged,TOPDB,http://identifiers.org/topdb/,canonical -merged,TOPFIND,http://identifiers.org/topfind/,canonical merged,topo,http://data.ign.fr/def/topo#,canonical merged,tosh,http://topbraid.org/tosh#,canonical merged,TOXOPLASMA,http://identifiers.org/toxoplasma/,canonical @@ -3821,7 +3758,6 @@ merged,TRANSYT,http://identifiers.org/transyt/,canonical merged,trao,http://linkeddata.finki.ukim.mk/lod/ontology/tao#,canonical merged,travel,http://www.co-ode.org/roberts/travel.owl#,canonical merged,tree,https://w3id.org/tree#,canonical -merged,TREEBASE,http://identifiers.org/treebase/,canonical merged,TREEFAM,http://identifiers.org/treefam/,canonical merged,trek,https://w3id.org/trek/,canonical merged,TRICHDB,http://identifiers.org/trichdb/,canonical @@ -3861,7 +3797,7 @@ merged,ubiq,http://server.ubiqore.com/ubiq/core#,canonical merged,uby,http://purl.org/olia/ubyCat.owl#,canonical merged,uc,http://ucuenca.edu.ec/ontology#,canonical merged,uco,http://purl.org/uco/ns#,canonical -merged,ucum,https://units-of-measurement.org/,canonical +merged,UCUM,https://units-of-measurement.org/,canonical merged,ucum,http://purl.oclc.org/NET/muo/ucum/,prefix_alias merged,ufmedia,http://purl.org/microformat/hmedia/,canonical merged,ufo,http://ufo.com/#,canonical @@ -3892,21 +3828,21 @@ merged,UNIPARC,http://identifiers.org/uniparc/,canonical merged,UNIPATHWAY.COMPOUND,http://identifiers.org/unipathway.compound/,canonical merged,UNIPATHWAY.REACTION,http://identifiers.org/unipathway.reaction/,canonical merged,UNIPROT,http://identifiers.org/uniprot/,canonical -merged,uniprot.arba,https://www.uniprot.org/arba/,canonical +merged,UNIPROT.ARBA,https://www.uniprot.org/arba/,canonical merged,UNIPROT.CHAIN,http://identifiers.org/uniprot.chain/,canonical -merged,uniprot.disease,https://www.uniprot.org/diseases/,canonical +merged,UNIPROT.DISEASE,https://www.uniprot.org/diseases/,canonical merged,UNIPROT.ISOFORM,http://identifiers.org/uniprot.isoform/,canonical -merged,uniprot.journal,https://www.uniprot.org/journals/,canonical -merged,uniprot.keyword,https://www.uniprot.org/keywords/,canonical -merged,uniprot.location,https://www.uniprot.org/locations/,canonical -merged,uniprot.proteome,https://www.uniprot.org/proteomes/,canonical -merged,uniprot.ptm,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical -merged,uniprot.resource,https://www.uniprot.org/database/,canonical +merged,UNIPROT.JOURNAL,https://www.uniprot.org/journals/,canonical +merged,UNIPROT.KEYWORD,https://www.uniprot.org/keywords/,canonical +merged,UNIPROT.LOCATION,https://www.uniprot.org/locations/,canonical +merged,UNIPROT.PROTEOME,https://www.uniprot.org/proteomes/,canonical +merged,UNIPROT.PTM,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical +merged,UNIPROT.RESOURCE,https://www.uniprot.org/database/,canonical merged,UNIPROT.TISSUE,http://identifiers.org/tissuelist/,canonical -merged,uniprot.var,http://purl.uniprot.org/annotation/VAR_,canonical +merged,UNIPROT.VAR,http://purl.uniprot.org/annotation/VAR_,canonical merged,UniProtKB,https://identifiers.org/uniprot/,canonical merged,UNIREF,http://identifiers.org/uniref/,canonical -merged,unirule,https://www.uniprot.org/unirule/,canonical +merged,UNIRULE,https://www.uniprot.org/unirule/,canonical merged,UNISTS,http://identifiers.org/unists/,canonical merged,unit,http://qudt.org/vocab/unit/,canonical merged,UNITE,http://identifiers.org/unite/,canonical @@ -3930,11 +3866,10 @@ merged,va,http://code-research.eu/ontology/visual-analytics#,canonical merged,vacseen1,http://www.semanticweb.org/parthasb/ontologies/2014/6/vacseen1/,canonical merged,vaem,http://www.linkedmodel.org/schema/vaem#,canonical merged,vag,http://www.essepuntato.it/2013/10/vagueness/,canonical -merged,VALIDATORDB,http://identifiers.org/validatordb/,canonical merged,value,http://gfgfd.vs/,canonical merged,valueflows,https://w3id.org/valueflows/,canonical merged,vam,http://www.metmuseum.org/,canonical -merged,vandf,http://purl.bioontology.org/ontology/VANDF/,canonical +merged,VANDF,http://purl.bioontology.org/ontology/VANDF/,canonical merged,vann,https://vocab.org/vann/,canonical merged,vann,http://purl.org/vocab/vann/,prefix_alias merged,vapour,http://vapour.sourceforge.net/vocab.rdf#,canonical @@ -3971,14 +3906,12 @@ merged,VIAF,http://identifiers.org/viaf/,canonical merged,viaf,http://viaf.org/viaf/,prefix_alias merged,video,http://purl.org/ontology/video#,canonical merged,videogame,http://purl.org/net/vgo#,canonical -merged,vido,http://purl.obolibrary.org/obo/VIDO_,canonical +merged,VIDO,http://purl.obolibrary.org/obo/VIDO_,canonical merged,vidont,http://vidont.org/,canonical merged,vin,http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#,canonical -merged,VIPR,http://identifiers.org/vipr/,canonical merged,vir,http://w3id.org/vir#,canonical merged,VIRALZONE,http://identifiers.org/viralzone/,canonical merged,VIRSIRNA,http://identifiers.org/virsirna/,canonical -merged,virushostdb,https://www.genome.jp/virushostdb/,canonical merged,visit,http://purl.org/net/vocab/2004/07/visit#,canonical merged,visko,http://trust.utep.edu/visko/ontology/visko-operator-v3.owl#,canonical merged,viskoo,http://trust.utep.edu/visko/ontology/visko-operator-v3.owl#,namespace_alias @@ -4001,7 +3934,7 @@ merged,vocab,http://rdf.ontology2.com/vocab#,canonical merged,vocals,http://w3id.org/rsp/vocals#,canonical merged,vocnet,http://schema.vocnet.org/,canonical merged,vogd,http://ogd.ifs.tuwien.ac.at/vienna/geo/,canonical -merged,void,http://rdfs.org/ns/void#,canonical +merged,VOID,http://rdfs.org/ns/void#,canonical merged,voidex,http://www.swi-prolog.org/rdf/library/,canonical merged,voidext,http://rdfs.org/ns/void-ext#,canonical merged,voidp,http://www.enakting.org/provenance/voidp/,canonical @@ -4017,7 +3950,7 @@ merged,vrank,http://purl.org/voc/vrank#,canonical merged,vs,http://www.w3.org/2003/06/sw-vocab-status/ns#,canonical merged,VSAO,http://purl.obolibrary.org/obo/VSAO_,canonical merged,vsearch,http://vocab.sti2.at/vsearch#,canonical -merged,vsmo,http://purl.obolibrary.org/obo/VSMO_,canonical +merged,VSMO,http://purl.obolibrary.org/obo/VSMO_,canonical merged,vso,http://purl.org/vso/ns#,canonical merged,vsr,http://purl.org/twc/vocab/vsr#,canonical merged,vss,http://automotive.eurecom.fr/vsso#,namespace_alias @@ -4029,7 +3962,6 @@ merged,vsws,http://verticalsearchworks.com/ontology/synset#,canonical merged,VT,http://purl.obolibrary.org/obo/VT_,canonical merged,VTO,http://purl.obolibrary.org/obo/VTO_,canonical merged,vvo,http://purl.org/vvo/ns#,canonical -merged,vz,https://viralzone.expasy.org/,canonical merged,w3cgeo,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias merged,w3con,http://www.w3.org/2000/10/swap/pim/contact#,namespace_alias merged,w3geo,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias @@ -4067,7 +3999,7 @@ merged,wdv,http://www.wikidata.org/value/,canonical merged,web,http://www.w3.org/2007/uwa/context/web.owl#,canonical merged,webac,http://fedora.info/definitions/v4/webac#,canonical merged,webbox,http://webbox.ecs.soton.ac.uk/ns#,canonical -merged,webelements,https://www.webelements.com/,canonical +merged,WEBELEMENTS,https://www.webelements.com/,canonical merged,webservice,http://www.openlinksw.com/ontology/webservices#,canonical merged,webtlab,http://webtlab.it.uc3m.es/,canonical merged,weki,https://en.wikipedia.org/wiki/,namespace_alias @@ -4080,7 +4012,7 @@ merged,wfont,https://w3id.org/wfont#,canonical merged,wfprov,http://purl.org/wf4ever/wfprov#,canonical merged,wfs,http://schemas.opengis.net/wfs/,canonical merged,wgs,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias -merged,wgs84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical +merged,WGS84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical merged,wgspos,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias merged,whisky,http://vocab.org/whisky/terms/,canonical merged,who,http://www.who.int/vocab/ontology#,canonical @@ -4089,8 +4021,7 @@ merged,wi,http://purl.org/ontology/wi/core#,canonical merged,wiki,http://en.wikipedia.org/wiki/,canonical merged,wikibase,http://wikiba.se/ontology#,canonical merged,WIKIDATA,http://identifiers.org/wikidata/,canonical -merged,wikidata.property,https://www.wikidata.org/wiki/Property:,canonical -merged,WIKIGENES,http://identifiers.org/wikigenes/,canonical +merged,WIKIDATA.PROPERTY,https://www.wikidata.org/wiki/Property:,canonical merged,wikim,http://spi-fm.uca.es/spdef/models/genericTools/wikim/1.0#,canonical merged,wikimedia,http://upload.wikimedia.org/wikipedia/commons/f/f6/,canonical merged,WIKIPATHWAYS,http://identifiers.org/wikipathways/,canonical @@ -4117,6 +4048,8 @@ merged,won,https://w3id.org/won/core#,canonical merged,wordmap,http://purl.org/net/ns/wordmap#,canonical merged,wordnet,http://wordnet-rdf.princeton.edu/ontology#,canonical merged,WORFDB,http://identifiers.org/worfdb/,canonical +merged,WORLD2DPAGE,https://world-2dpage.expasy.org/repository/,canonical +merged,WORLDAVATAR.KIN,http://www.theworldavatar.com/ontology/ontokin/OntoKin.owl#,canonical merged,worldbank,http://worldbank.270a.info/dataset/,canonical merged,WormBase,http://identifiers.org/wb/,canonical merged,WORMPEP,http://identifiers.org/wormpep/,canonical @@ -4132,7 +4065,7 @@ merged,wscaim,http://www.openk.org/wscaim.owl#,namespace_alias merged,wsdl,http://www.w3.org/ns/wsdl-rdf#,canonical merged,wsl,http://www.wsmo.org/ns/wsmo-lite#,namespace_alias merged,wv,http://vocab.org/waiver/terms/,canonical -merged,wwf.ecoregion,https://www.worldwildlife.org/ecoregions/,canonical +merged,WWF.ECOREGION,https://www.worldwildlife.org/ecoregions/,canonical merged,XAO,http://purl.obolibrary.org/obo/XAO_,canonical merged,xapi,https://w3id.org/xapi/ontology#,canonical merged,xbrli,http://www.xbrl.org/2003/instance#,canonical @@ -4153,13 +4086,15 @@ merged,xhe,http://buzzword.org.uk/rdf/xhtml-elements#,canonical merged,xhtml,http://www.w3.org/1999/xhtml#,canonical merged,xhtmlvocab,http://www.w3.org/1999/xhtml/vocab/,canonical merged,xhv,http://www.w3.org/1999/xhtml/vocab#,canonical -merged,ximbio,https://ximbio.com/reagent/,canonical +merged,XIMBIO,https://ximbio.com/reagent/,canonical merged,xkos,http://rdf-vocabulary.ddialliance.org/xkos#,canonical -merged,xl,http://langegger.at/xlwrap/vocab#,canonical +merged,XL,http://purl.obolibrary.org/obo/XL_,canonical +merged,xl,http://langegger.at/xlwrap/vocab#,prefix_alias merged,xlime,http://xlime-project.org/vocab/,canonical merged,xlink,https://es.scribd.com/doc/79794476/05-Ejercicios-Resueltos-Caja-Negra-y-Recapitulacion/,canonical merged,XLMOD,http://purl.obolibrary.org/obo/XLMOD_,canonical -merged,xml,http://www.w3.org/XML/1998/namespace#,canonical +merged,XMETDB,http://www.xmetdb.org/xmetdb/protocol/,canonical +merged,XML,http://www.w3.org/XML/1998/namespace#,canonical merged,xml,http://www.w3.org/XML/1998/namespace/,prefix_alias merged,xmlns,http://xmlns.com/foaf/0.1/,namespace_alias merged,xmls,http://www.w3.org/2001/XMLSchema#,namespace_alias @@ -4186,7 +4121,7 @@ merged,year,http://www.w3.org/year/,canonical merged,YEASTINTRON,http://identifiers.org/yeastintron/,canonical merged,YETFASCO,http://identifiers.org/yetfasco/,canonical merged,YID,http://identifiers.org/yid/,canonical -merged,ymdb,http://www.ymdb.ca/compounds/,canonical +merged,YMDB,http://www.ymdb.ca/compounds/,canonical merged,yo,http://yovisto.com/,canonical merged,yoda,http://purl.org/NET/yoda#,canonical merged,YPO,http://purl.obolibrary.org/obo/YPO_,canonical @@ -4196,7 +4131,7 @@ merged,zbwext,http://zbw.eu/namespaces/zbw-extensions/,canonical merged,ZEA,http://purl.obolibrary.org/obo/ZEA_,canonical merged,ZECO,http://purl.obolibrary.org/obo/ZECO_,canonical merged,zem,http://s.zemanta.com/ns#,canonical -merged,zenodo.record,https://zenodo.org/record/,canonical +merged,ZENODO.RECORD,https://zenodo.org/record/,canonical merged,ZFA,http://purl.obolibrary.org/obo/ZFA_,canonical merged,ZFIN,https://identifiers.org/zfin/,canonical merged,ZFIN,http://identifiers.org/zfin/,prefix_alias diff --git a/src/prefixmaps/data/merged.oak.csv b/src/prefixmaps/data/merged.oak.csv index d4612c9..d6aae51 100644 --- a/src/prefixmaps/data/merged.oak.csv +++ b/src/prefixmaps/data/merged.oak.csv @@ -1,16 +1,15 @@ context,prefix,namespace,status merged.oak,3DMET,http://identifiers.org/3dmet/,canonical merged.oak,4DN.BIOSOURCE,http://identifiers.org/4dn/,canonical -merged.oak,4dn.replicate,https://data.4dnucleome.org/experiment-set-replicates/,canonical +merged.oak,4DN.REPLICATE,https://data.4dnucleome.org/experiment-set-replicates/,canonical merged.oak,aair,http://xmlns.notu.be/aair#,canonical merged.oak,AAO,http://purl.obolibrary.org/obo/AAO_,canonical merged.oak,aapi,http://rdf.alchemyapi.com/rdf/v1/s/aapi-schema#,canonical merged.oak,aat,http://vocab.getty.edu/aat/,canonical merged.oak,abc,http://www.metadata.net/harmony/ABCSchemaV5Commented.rdf#,canonical -merged.oak,abcd,https://web.expasy.org/abcd/ABCD_,canonical -merged.oak,ABS,http://identifiers.org/abs/,canonical -merged.oak,abs,http://abs.270a.info/dataset/,prefix_alias -merged.oak,ac,http://www.w3.org/ns/activitystreams#,canonical +merged.oak,ABCD,https://web.expasy.org/abcd/ABCD_,canonical +merged.oak,abs,http://abs.270a.info/dataset/,canonical +merged.oak,AC,http://www.w3.org/ns/activitystreams#,canonical merged.oak,ac,http://umbel.org/umbel/ac/,prefix_alias merged.oak,acc,http://purl.org/NET/acc#,canonical merged.oak,accid,http://pid.accurids.com/,canonical @@ -36,7 +35,7 @@ merged.oak,ADO,http://purl.obolibrary.org/obo/ADO_,canonical merged.oak,adr,http://kg.artsdata.ca/resource/,canonical merged.oak,ADW,http://purl.obolibrary.org/obo/ADW_,canonical merged.oak,AEO,http://purl.obolibrary.org/obo/AEO_,canonical -merged.oak,aeon,http://purl.obolibrary.org/obo/AEON_,canonical +merged.oak,AEON,http://purl.obolibrary.org/obo/AEON_,canonical merged.oak,AERO,http://purl.obolibrary.org/obo/AERO_,canonical merged.oak,aerols,http://xmlns.com/aerols/0.1/,canonical merged.oak,aers,http://aers.data2semantics.org/resource/,canonical @@ -60,10 +59,10 @@ merged.oak,agr,http://promsns.org/def/agr#,canonical merged.oak,agrd,http://agrinepaldata.com/,canonical merged.oak,agrelon,http://d-nb.info/standards/elementset/agrelon#,canonical merged.oak,AGRICOLA,http://identifiers.org/agricola/,canonical -merged.oak,agrkb,https://www.alliancegenome.org/accession/,canonical +merged.oak,AGRKB,https://www.alliancegenome.org/accession/,canonical merged.oak,AGRO,http://purl.obolibrary.org/obo/AGRO_,canonical merged.oak,agro,http://purl.obolibrary.org/obo/agro.owl#,prefix_alias -merged.oak,agrovoc,http://aims.fao.org/aos/agrovoc/c_,canonical +merged.oak,AGROVOC,http://aims.fao.org/aos/agrovoc/c_,canonical merged.oak,aifb,http://www.aifb.kit.edu/id/,canonical merged.oak,aigp,http://swat.cse.lehigh.edu/resources/onto/aigp.owl#,canonical merged.oak,aiiso,http://purl.org/vocab/aiiso/schema#,canonical @@ -84,7 +83,7 @@ merged.oak,ali,http://www.niso.org/schemas/ali/1.0/,canonical merged.oak,alice,http://example.org/,namespace_alias merged.oak,ALLERGOME,http://identifiers.org/allergome/,canonical merged.oak,allot,https://w3id.org/akn/ontology/allot#,canonical -merged.oak,alzforum.mutation,https://www.alzforum.org/mutations/,canonical +merged.oak,ALZFORUM.MUTATION,https://www.alzforum.org/mutations/,canonical merged.oak,am,http://vocab.deri.ie/am#,canonical merged.oak,amalgame,http://purl.org/vocabularies/amalgame#,canonical merged.oak,aml,https://w3id.org/i40/aml#,canonical @@ -112,7 +111,6 @@ merged.oak,APD,http://identifiers.org/apd/,canonical merged.oak,apf,http://jena.apache.org/ARQ/property#,canonical merged.oak,APHIDBASE.TRANSCRIPT,http://identifiers.org/aphidbase.transcript/,canonical merged.oak,api,http://purl.org/linked-data/api/vocab#,canonical -merged.oak,APID.INTERACTIONS,http://identifiers.org/apid.interactions/,canonical merged.oak,apivc,http://purl.org/linked-data/api/vocab#,namespace_alias merged.oak,APO,http://purl.obolibrary.org/obo/APO_,canonical merged.oak,apods,http://activitypods.org/ns/core#,canonical @@ -120,6 +118,7 @@ merged.oak,APOLLO_SV,http://purl.obolibrary.org/obo/APOLLO_SV_,canonical merged.oak,app,http://jmvanel.free.fr/ontology/software_applications.n3#,canonical merged.oak,aprov,http://purl.org/a-proc#,canonical merged.oak,ARACHNOSERVER,http://identifiers.org/arachnoserver/,canonical +merged.oak,ARAPORT,http://identifiers.org/tair.name/,canonical merged.oak,arch,http://purl.org/archival/vocab/arch#,canonical merged.oak,archdesc,http://archdesc.info/archEvent#,canonical merged.oak,archivo,https://archivo.dbpedia.org/onto#,canonical @@ -165,7 +164,7 @@ merged.oak,atlas,http://rdf.ebi.ac.uk/resource/atlas/,canonical merged.oak,atlasterms,http://rdf.ebi.ac.uk/terms/atlas/,canonical merged.oak,atm,https://data.nasa.gov/ontologies/atmonto/ATM#,canonical merged.oak,ATO,http://purl.obolibrary.org/obo/ATO_,canonical -merged.oak,atol,http://opendata.inra.fr/ATOL/ATOL_,canonical +merged.oak,ATOL,http://opendata.inra.fr/ATOL/ATOL_,canonical merged.oak,atom,http://www.w3.org/2005/Atom/,canonical merged.oak,atomix,http://buzzword.org.uk/rdf/atomix#,canonical merged.oak,atomowl,http://bblfish.net/work/atom-owl/2006-06-06/#,namespace_alias @@ -184,13 +183,12 @@ merged.oak,b3kat,http://lod.b3kat.de/title/,canonical merged.oak,babelnet,http://babelnet.org/2.0/,canonical merged.oak,BACDIVE,http://identifiers.org/bacdive/,canonical merged.oak,BACMAP.BIOG,http://identifiers.org/bacmap.biog/,canonical -merged.oak,BACMAP.MAP,http://identifiers.org/bacmap.map/,canonical -merged.oak,bactibase,http://bactibase.hammamilab.org/,canonical +merged.oak,BACTIBASE,http://bactibase.hammamilab.org/,canonical merged.oak,bag,https://bag2.basisregistraties.overheid.nl/bag/def/,canonical merged.oak,bag2,http://bag.basisregistraties.overheid.nl/def/bag#,canonical merged.oak,BAO,http://identifiers.org/bao/,canonical merged.oak,bao,http://www.bioassayontology.org/bao#,prefix_alias -merged.oak,bartoc,https://bartoc.org/en/node/,canonical +merged.oak,BARTOC,https://bartoc.org/en/node/,canonical merged.oak,basic,http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic#,canonical merged.oak,bau,https://terminology.fraunhofer.de/voc/bau#,canonical merged.oak,bb,http://www.snik.eu/ontology/bb/,canonical @@ -204,7 +202,7 @@ merged.oak,BBTP,http://identifiers.org/bbtp/,canonical merged.oak,bcfowl,http://lbd.arch.rwth-aachen.de/bcfOWL#,canonical merged.oak,BCGO,http://purl.obolibrary.org/obo/BCGO_,canonical merged.oak,bci,https://w3id.org/BCI-ontology#,namespace_alias -merged.oak,bcio,https://w3id.org/BCI-ontology#,canonical +merged.oak,BCIO,https://w3id.org/BCI-ontology#,canonical merged.oak,bcnbio,http://datos.bcn.cl/ontologies/bcn-biographies#,canonical merged.oak,bcncon,http://datos.bcn.cl/ontologies/bcn-congress#,canonical merged.oak,bcngeo,http://datos.bcn.cl/ontologies/bcn-geographics#,canonical @@ -212,12 +210,11 @@ merged.oak,bcnnorms,http://datos.bcn.cl/ontologies/bcn-norms#,canonical merged.oak,BCO,http://purl.obolibrary.org/obo/BCO_,canonical merged.oak,bco,http://purl.obolibrary.org/obo/bco.owl#,prefix_alias merged.oak,bcom,https://w3id.org/bcom#,canonical -merged.oak,bcrj,http://bcrj.org.br/celula/,canonical +merged.oak,BCRJ,http://bcrj.org.br/celula/,canonical merged.oak,bd,http://www.bigdata.com/rdf#,canonical merged.oak,bdc,http://dbpedia.org/resource/Category:,namespace_alias merged.oak,bdd,https://api.bloomberg.com/eap/catalogs/bbg/fields/,canonical merged.oak,bdg,http://data.bigdatagrapes.eu/resource/ontology/,canonical -merged.oak,BDGP.EST,http://identifiers.org/bdgp.est/,canonical merged.oak,BDGP.INSERTION,http://identifiers.org/bdgp.insertion/,canonical merged.oak,bdo,http://purl.bdrc.io/ontology/core/,canonical merged.oak,bdr,http://purl.bdrc.io/resource/,canonical @@ -240,7 +237,6 @@ merged.oak,bgcat,http://bg.dbpedia.org/resource/Категория:,canonical merged.oak,bgdbp,http://bg.dbpedia.org/property/,canonical merged.oak,bgdbr,http://bg.dbpedia.org/resource/,canonical merged.oak,BGEE.FAMILY,http://identifiers.org/bgee.family/,canonical -merged.oak,BGEE.GENE,http://identifiers.org/bgee.gene/,canonical merged.oak,BGEE.ORGAN,http://identifiers.org/bgee.organ/,canonical merged.oak,BGEE.STAGE,http://identifiers.org/bgee.stage/,canonical merged.oak,bgn,http://bibliograph.net/schemas/,canonical @@ -272,28 +268,29 @@ merged.oak,biocore,http://bio2rdf.org/core#,canonical merged.oak,biocrm,http://ldf.fi/schema/bioc/,canonical merged.oak,BIOCYC,http://identifiers.org/biocyc/,canonical merged.oak,bioentity,http://bioentity.io/vocab/,canonical +merged.oak,BIOFACTOID,https://biofactoid.org/document/,canonical merged.oak,BIOGRID,http://identifiers.org/biogrid/,canonical merged.oak,biogrid,http://thebiogrid.org/,prefix_alias -merged.oak,biogrid.interaction,https://thebiogrid.org/interaction/,canonical +merged.oak,BIOGRID.INTERACTION,https://thebiogrid.org/interaction/,canonical merged.oak,biol,http://purl.org/NET/biol/ns#,canonical merged.oak,biolink,https://w3id.org/biolink/vocab/,canonical merged.oak,BIOLINK,http://identifiers.org/biolink/,prefix_alias merged.oak,BIOMINDER,http://identifiers.org/biominder/,canonical merged.oak,BIOMODELS.DB,http://identifiers.org/biomodels.db/,canonical -merged.oak,BIOMODELS.KISAO,http://purl.obolibrary.org/obo/KISAO_,namespace_alias +merged.oak,biomodels.kisao,http://purl.obolibrary.org/obo/KISAO_,namespace_alias merged.oak,BIOMODELS.TEDDY,http://identifiers.org/biomodels.teddy/,canonical merged.oak,BIOMODELS.VOCABULARY,http://identifiers.org/biomodels.vocabulary/,canonical merged.oak,BIONUMBERS,http://identifiers.org/bionumbers/,canonical merged.oak,biopax,http://www.biopax.org/release/biopax-level3.owl#,canonical merged.oak,BIOPORTAL,http://identifiers.org/bioportal/,canonical -merged.oak,BIOPROJECT,http://identifiers.org/bioproject/,canonical merged.oak,biordf,http://purl.org/net/biordfmicroarray/ns#,canonical -merged.oak,bioregistry,https://bioregistry.io/registry/,canonical -merged.oak,bioregistry.collection,https://bioregistry.io/collection/,canonical -merged.oak,bioregistry.registry,https://bioregistry.io/metaregistry/,canonical -merged.oak,bioregistry.schema,https://bioregistry.io/schema/#,canonical -merged.oak,biorxiv,https://www.biorxiv.org/content/10.1101/,canonical +merged.oak,BIOREGISTRY,https://bioregistry.io/registry/,canonical +merged.oak,BIOREGISTRY.COLLECTION,https://bioregistry.io/collection/,canonical +merged.oak,BIOREGISTRY.REGISTRY,https://bioregistry.io/metaregistry/,canonical +merged.oak,BIOREGISTRY.SCHEMA,https://bioregistry.io/schema/#,canonical +merged.oak,BIORXIV,https://www.biorxiv.org/content/10.1101/,canonical merged.oak,BIOSAMPLE,http://identifiers.org/biosample/,canonical +merged.oak,BIOSCHEMAS,https://bioschemas.org/profiles/,canonical merged.oak,BIOSIMULATIONS,http://identifiers.org/biosimulations/,canonical merged.oak,BIOSIMULATORS,http://identifiers.org/biosimulators/,canonical merged.oak,bioskos,http://eulersharp.sourceforge.net/2003/03swap/bioSKOSSchemes#,canonical @@ -301,8 +298,8 @@ merged.oak,BIOSTUDIES,http://identifiers.org/biostudies/,canonical merged.oak,BIOSYSTEMS,http://identifiers.org/biosystems/,canonical merged.oak,BIOTOOLS,http://identifiers.org/biotools/,canonical merged.oak,biotop,http://purl.org/biotop/biotop.owl#,canonical -merged.oak,biozil,https://www.biozol.de/en/product/,canonical -merged.oak,birnlex,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical +merged.oak,BIOZIL,https://www.biozol.de/en/product/,canonical +merged.oak,BIRNLEX,http://uri.neuinfo.org/nif/nifstd/birnlex_,canonical merged.oak,BiRO,http://purl.org/spar/biro/,canonical merged.oak,birthdate,http://schema.org/birthDate/,canonical merged.oak,bis,http://bis.270a.info/dataset/,canonical @@ -312,7 +309,7 @@ merged.oak,BITTERDB.CPD,http://identifiers.org/bitterdb.cpd/,canonical merged.oak,BITTERDB.REC,http://identifiers.org/bitterdb.rec/,canonical merged.oak,bk,http://www.provbook.org/ns/#,canonical merged.oak,bkb,https://budayakb.cs.ui.ac.id/ns#,canonical -merged.oak,bko,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical +merged.oak,BKO,http://www.sbgnbricks.org/BKO/full/entry/all/BKO:,canonical merged.oak,bl,https://w3id.org/biolink/vocab/,namespace_alias merged.oak,bld,http://biglinkeddata.com/,canonical merged.oak,bldont,http://ont.biglinkeddata.com/,canonical @@ -322,7 +319,6 @@ merged.oak,blt,http://www.bl.uk/schemas/bibliographic/blterms#,canonical merged.oak,bm,http://bio2rdf.org/,namespace_alias merged.oak,bmo,http://collection.britishmuseum.org/id/ontology/,canonical merged.oak,bmp,http://w3id.org/bmp#,canonical -merged.oak,BMRB,http://identifiers.org/bmrb/,canonical merged.oak,bn,http://babelnet.org/rdf/,canonical merged.oak,bne,http://datos.bne.es/resource/,canonical merged.oak,bner,http://datos.bne.es/resource/,namespace_alias @@ -339,14 +335,13 @@ merged.oak,bp3,http://www.biopax.org/release/biopax-level3.owl#,namespace_alias merged.oak,bperson,http://data.vlaanderen.be/ns/persoon#,canonical merged.oak,bpo,https://w3id.org/bpo#,canonical merged.oak,br,http://vocab.deri.ie/br#,canonical -merged.oak,BRENDA,http://identifiers.org/brenda/,canonical merged.oak,brick,https://brickschema.org/schema/Brick#,canonical merged.oak,bridge,http://purl.org/vocommons/bridge#,canonical merged.oak,brk,http://brk.basisregistraties.overheid.nl/def/brk#,canonical merged.oak,BROAD,http://identifiers.org/broad/,canonical merged.oak,brot,https://w3id.org/brot#,canonical merged.oak,brt,http://brt.basisregistraties.overheid.nl/def/top10nl#,canonical -merged.oak,bs,https://biopragmatics.github.io/providers/bs/,canonical +merged.oak,BS,https://biopragmatics.github.io/providers/bs/,canonical merged.oak,bs,https://w3id.org/def/basicsemantics-owl#,prefix_alias merged.oak,bsb,http://opacplus.bsb-muenchen.de/title/,canonical merged.oak,bsbm,http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/,canonical @@ -360,18 +355,15 @@ merged.oak,BUGBASE.EXPT,http://identifiers.org/bugbase.expt/,canonical merged.oak,BUGBASE.PROTOCOL,http://identifiers.org/bugbase.protocol/,canonical merged.oak,bv,http://purl.org/vocommons/bv#,canonical merged.oak,bwb,http://doc.metalex.eu/bwb/ontology/,canonical -merged.oak,BYKDB,http://identifiers.org/bykdb/,canonical merged.oak,c4dm,http://purl.org/NET/c4dm/event.owl#,namespace_alias merged.oak,c4n,http://vocab.deri.ie/c4n#,canonical merged.oak,C4O,http://purl.org/spar/c4o/,canonical merged.oak,c9d,http://purl.org/twc/vocab/conversion/,namespace_alias merged.oak,ca,http://complyadvantage.com/,canonical -merged.oak,CABRI,http://identifiers.org/cabri/,canonical -merged.oak,CADSR,http://identifiers.org/cadsr/,canonical merged.oak,cal,http://www.w3.org/2002/12/cal/ical#,namespace_alias merged.oak,call,http://webofcode.org/wfn/call:,canonical merged.oak,calli,http://callimachusproject.org/rdf/2009/framework#,canonical -merged.oak,caloha,https://biopragmatics.github.io/providers/caloha/,canonical +merged.oak,CALOHA,https://www.nextprot.org/term/,canonical merged.oak,camelot,http://vocab.ox.ac.uk/camelot#,canonical merged.oak,CAMEO,http://identifiers.org/cameo/,canonical merged.oak,campsite,http://www.openlinksw.com/campsites/schema#,canonical @@ -389,11 +381,8 @@ merged.oak,caso,http://www.w3id.org/def/caso#,canonical merged.oak,category,http://dbpedia.org/resource/Category:,namespace_alias merged.oak,CATH,http://identifiers.org/cath/,canonical merged.oak,CATH.DOMAIN,http://identifiers.org/cath.domain/,canonical -merged.oak,CATH.SUPERFAMILY,http://identifiers.org/cath.superfamily/,canonical -merged.oak,CATTLEQTLDB,http://identifiers.org/cattleqtldb/,canonical -merged.oak,CAZY,http://identifiers.org/cazy/,canonical merged.oak,cb,http://cbasewrap.ontologycentral.com/vocab#,canonical -merged.oak,cba,https://europepmc.org/article/CBA/,canonical +merged.oak,CBA,https://europepmc.org/article/CBA/,canonical merged.oak,cbase,http://ontologycentral.com/2010/05/cb/vocab#,canonical merged.oak,cbb,https://data.cbb.omgeving.vlaanderen.be/ns/cbb#,canonical merged.oak,cbim,http://www.coinsweb.nl/cbim-2.0.rdf#,canonical @@ -403,7 +392,6 @@ merged.oak,cbs,http://betalinkeddata.cbs.nl/def/cbs#,canonical merged.oak,cbv,https://ns.gs1.org/cbv/,canonical merged.oak,cc,http://creativecommons.org/ns#,canonical merged.oak,ccard,http://purl.org/commerce/creditcard#,canonical -merged.oak,CCDC,http://identifiers.org/ccdc/,canonical merged.oak,CCDS,http://identifiers.org/ccds/,canonical merged.oak,cci,http://cookingbigdata.com/linkeddata/ccinstances#,canonical merged.oak,CCO,http://identifiers.org/CCO/,canonical @@ -422,13 +410,13 @@ merged.oak,CDNO,http://purl.obolibrary.org/obo/CDNO_,canonical merged.oak,CDPD,http://identifiers.org/cdpd/,canonical merged.oak,cdt,https://w3id.org/cdt/,canonical merged.oak,cdtype,http://purl.org/cld/cdtype/,canonical -merged.oak,cell_model_passport,https://cellmodelpassports.sanger.ac.uk/passports/,canonical +merged.oak,CELL_MODEL_PASSPORT,https://cellmodelpassports.sanger.ac.uk/passports/,canonical merged.oak,CELLIMAGE,http://identifiers.org/cellimage/,canonical -merged.oak,cellopub,https://web.expasy.org/cellosaurus/cellopub/,canonical +merged.oak,CELLOPUB,https://web.expasy.org/cellosaurus/cellopub/,canonical merged.oak,CELLOSAURUS,http://identifiers.org/cellosaurus/,canonical -merged.oak,cellosaurus.resource,https://bioregistry.io/metaregistry/cellosaurus/,canonical +merged.oak,CELLOSAURUS.RESOURCE,https://bioregistry.io/metaregistry/cellosaurus/,canonical merged.oak,CELLREPO,http://identifiers.org/cellrepo/,canonical -merged.oak,cemo,http://purl.obolibrary.org/obo/cemo.owl#,canonical +merged.oak,CEMO,https://biopragmatics.github.io/providers/cemo/,canonical merged.oak,centrifuge,http://purl.org/twc/vocab/centrifuge#,canonical merged.oak,ceo,https://linkeddata.cultureelerfgoed.nl/def/ceo#,canonical merged.oak,ceox,https://linkeddata.cultureelerfgoed.nl/def/ceox#,canonical @@ -455,9 +443,8 @@ merged.oak,CHEBI,http://purl.obolibrary.org/obo/CHEBI_,canonical merged.oak,check,http://pornhub.com/,canonical merged.oak,CHEMBL,http://identifiers.org/chembl/,canonical merged.oak,chembl,http://rdf.ebi.ac.uk/terms/chembl#,prefix_alias -merged.oak,chembl.cell,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical +merged.oak,CHEMBL.CELL,https://www.ebi.ac.uk/chembl/cell_line_report_card/,canonical merged.oak,CHEMBL.COMPOUND,http://identifiers.org/chembl.compound/,canonical -merged.oak,CHEMBL.TARGET,http://identifiers.org/chembl.target/,canonical merged.oak,CHEMDB,http://identifiers.org/chemdb/,canonical merged.oak,CHEMIDPLUS,http://identifiers.org/chemidplus/,canonical merged.oak,CHEMINF,http://purl.obolibrary.org/obo/CHEMINF_,canonical @@ -465,9 +452,7 @@ merged.oak,cheminf,http://www.semanticweb.org/ontologies/cheminf.owl#,prefix_ali merged.oak,ChEMROF,https://chemkg.github.io/chemrof/,canonical merged.oak,chemrof,https://w3id.org/chemrof/,prefix_alias merged.oak,chemsci,https://w3id.org/skgo/chemsci#,canonical -merged.oak,CHEMSPIDER,http://identifiers.org/chemspider/,canonical merged.oak,chess,http://purl.org/NET/rdfchess/ontology/,canonical -merged.oak,CHICKENQTLDB,http://identifiers.org/chickenqtldb/,canonical merged.oak,CHIRO,http://purl.obolibrary.org/obo/CHIRO_,canonical merged.oak,CHMO,http://purl.obolibrary.org/obo/CHMO_,canonical merged.oak,chord,http://purl.org/ontology/chord/,canonical @@ -482,7 +467,7 @@ merged.oak,cinema,http://www.semanticweb.org/julien/morgann/cinema#,canonical merged.oak,CIO,http://purl.obolibrary.org/obo/CIO_,canonical merged.oak,cis,http://purl.org/NET/cloudisus#,canonical merged.oak,citedcat,https://w3id.org/citedcat-ap/,canonical -merged.oak,citexplore,https://europepmc.org/article/CTX/,canonical +merged.oak,CITEXPLORE,https://europepmc.org/article/CTX/,canonical merged.oak,CiTO,http://purl.org/spar/cito/,canonical merged.oak,citof,http://www.essepuntato.it/2013/03/cito-functions#,canonical merged.oak,city,http://datos.localidata.com/def/City#,canonical @@ -499,8 +484,8 @@ merged.oak,cl,http://advene.org/ns/cinelab/,prefix_alias merged.oak,CLAO,http://purl.obolibrary.org/obo/CLAO_,canonical merged.oak,clapit,http://dati.gov.it/onto/clapit/,canonical merged.oak,CLASSYFIRE,http://identifiers.org/classyfire/,canonical +merged.oak,CLB,http://identifiers.org/clb/,canonical merged.oak,cld,http://purl.org/cld/terms/,canonical -merged.oak,CLDB,http://identifiers.org/cldb/,canonical merged.oak,climb,http://climb.dataincubator.org/vocabs/climb/,canonical merged.oak,clineva,http://www.agfa.com/w3c/2009/clinicalEvaluation#,canonical merged.oak,clinic,http://example.com/clinic#,canonical @@ -512,7 +497,7 @@ merged.oak,CLINVAR.SUBMISSION,http://identifiers.org/clinvar.submission/,canonic merged.oak,CLINVAR.SUBMITTER,http://identifiers.org/clinvar.submitter/,canonical merged.oak,clirio,http://clirio.kaerle.com/clirio.owl#,canonical merged.oak,CLO,http://purl.obolibrary.org/obo/CLO_,canonical -merged.oak,cls,https://cls.shop/,canonical +merged.oak,CLS,https://cls.shop/,canonical merged.oak,CLYH,http://purl.obolibrary.org/obo/CLYH_,canonical merged.oak,cmd,http://clarin.eu/cmd#,canonical merged.oak,cmdi,http://www.clarin.eu/cmd/,canonical @@ -521,7 +506,7 @@ merged.oak,CMF,http://purl.obolibrary.org/obo/CMF_,canonical merged.oak,CMO,http://purl.obolibrary.org/obo/CMO_,canonical merged.oak,cmo,http://purl.org/twc/ontologies/cmo.owl#,prefix_alias merged.oak,cmp,http://www.ontologydesignpatterns.org/cp/owl/componency.owl#,canonical -merged.oak,cmpo,http://www.ebi.ac.uk/cmpo/CMPO_,canonical +merged.oak,CMPO,http://www.ebi.ac.uk/cmpo/CMPO_,canonical merged.oak,cnt,http://www.w3.org/2011/content#,canonical merged.oak,co,http://purl.org/ontology/co/core#,canonical merged.oak,CO_320,https://cropontology.org/rdf/CO_320:,canonical @@ -559,26 +544,26 @@ merged.oak,CO_366,https://cropontology.org/rdf/CO_366:,canonical merged.oak,CO_367,https://cropontology.org/rdf/CO_367:,canonical merged.oak,CO_370,https://cropontology.org/rdf/CO_370:,canonical merged.oak,COB,http://purl.obolibrary.org/obo/COB_,canonical -merged.oak,coconut,https://coconut.naturalproducts.net/compound/coconut_id/,canonical +merged.oak,COCONUT,https://coconut.naturalproducts.net/compound/coconut_id/,canonical merged.oak,cocoon,https://w3id.org/cocoon/v1.0#,canonical merged.oak,coda,http://art.uniroma2.it/coda/contracts/,canonical merged.oak,code,http://telegraphis.net/ontology/measurement/code#,canonical merged.oak,coeus,http://bioinformatics.ua.pt/coeus/,canonical -merged.oak,cog,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical +merged.oak,COG,https://www.ncbi.nlm.nih.gov/research/cog/cog/,canonical merged.oak,cog,http://purl.org/ontology/cco/core#,prefix_alias -merged.oak,cog.category,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical -merged.oak,cog.pathway,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical +merged.oak,COG.CATEGORY,https://www.ncbi.nlm.nih.gov/research/cog/cogcategory/,canonical +merged.oak,COG.PATHWAY,https://www.ncbi.nlm.nih.gov/research/cog/pathway/,canonical merged.oak,cogs,http://vocab.deri.ie/cogs#,canonical merged.oak,coin,http://purl.org/court/def/2009/coin#,canonical +merged.oak,COL,http://identifiers.org/col/,canonical merged.oak,COLAO,http://purl.obolibrary.org/obo/COLAO_,canonical merged.oak,cold,http://purl.org/configurationontology#,canonical merged.oak,coll,http://purl.org/co/,canonical merged.oak,com,http://purl.org/commerce#,canonical -merged.oak,COMBINE.SPECIFICATIONS,http://identifiers.org/combine.specifications/,canonical merged.oak,comm,http://vocab.resc.info/communication#,canonical merged.oak,commerce,http://search.yahoo.com/searchmonkey/commerce/,canonical merged.oak,common,http://www.w3.org/2007/uwa/context/common.owl#,canonical -merged.oak,commoncoreontology,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical +merged.oak,COMMONCOREONTOLOGY,http://www.ontologyrepository.com/CommonCoreOntologies/,canonical merged.oak,commons,http://commons.psi.enakting.org/def/,canonical merged.oak,comp,http://semweb.mmlab.be/ns/rml-compression#,canonical merged.oak,company,http://intellimind.io/ns/company#,canonical @@ -587,19 +572,18 @@ merged.oak,COMPLEXPORTAL,http://identifiers.org/complexportal/,canonical merged.oak,composer,http://dbpedia.org/ontology/composer/,canonical merged.oak,COMPTOX,http://identifiers.org/comptox/,canonical merged.oak,compub,https://sireneld.io/vocab/compub#,canonical -merged.oak,COMPULYEAST,http://identifiers.org/compulyeast/,canonical merged.oak,con,http://www.w3.org/2000/10/swap/pim/contact#,canonical merged.oak,condition,http://www.kinjal.com/condition:,canonical merged.oak,conf,http://richard.cyganiak.de/2007/pubby/config.rdf#,canonical merged.oak,conference,https://w3id.org/scholarlydata/ontology/conference-ontology.owl#,canonical -merged.oak,confident.event,https://www.confident-conference.org/index.php/Event:,canonical -merged.oak,confident.series,https://www.confident-conference.org/index.php/Event_Series:,canonical +merged.oak,CONFIDENT.EVENT,https://www.confident-conference.org/index.php/Event:,canonical +merged.oak,CONFIDENT.SERIES,https://www.confident-conference.org/index.php/Event_Series:,canonical merged.oak,conll,http://ufal.mff.cuni.cz/conll2009-st/task-description.html#,canonical merged.oak,conllu,https://universaldependencies.org/format.html#,canonical merged.oak,connard,https://mail.google.com/mail/u/1/#,canonical merged.oak,CONOSERVER,http://identifiers.org/conoserver/,canonical merged.oak,conserv,http://conserv.deri.ie/ontology#,canonical -merged.oak,conso,https://pharmacome.github.io/conso/,canonical +merged.oak,CONSO,https://pharmacome.github.io/conso/,canonical merged.oak,consolid,https://w3id.org/consolid#,canonical merged.oak,constant,http://qudt.org/vocab/constant/,canonical merged.oak,contact,http://www.w3.org/2000/10/swap/pim/contact#,namespace_alias @@ -612,8 +596,8 @@ merged.oak,conversion,http://purl.org/twc/vocab/conversion/,namespace_alias merged.oak,coo,http://purl.org/coo/ns#,canonical merged.oak,copyright,http://rhizomik.net/ontologies/copyrightonto.owl#,namespace_alias merged.oak,cordis,http://cordis.europa.eu/projects/,canonical -merged.oak,cordis.article,https://cordis.europa.eu/article/id/,canonical -merged.oak,cordis.project,https://cordis.europa.eu/project/id/,canonical +merged.oak,CORDIS.ARTICLE,https://cordis.europa.eu/article/id/,canonical +merged.oak,CORDIS.PROJECT,https://cordis.europa.eu/project/id/,canonical merged.oak,core,http://vivoweb.org/ontology/core#,canonical merged.oak,coref,http://www.rkbexplorer.com/ontologies/coref#,canonical merged.oak,CORIELL,http://identifiers.org/coriell/,canonical @@ -629,7 +613,7 @@ merged.oak,county,http://myexample.org/county#,canonical merged.oak,courseware,http://courseware.rkbexplorer.com/ontologies/courseware#,canonical merged.oak,COVID19,http://identifiers.org/covid19/,canonical merged.oak,covido,https://w3id.org/CovidO#,canonical -merged.oak,covoc,http://purl.obolibrary.org/obo/COVOC_,canonical +merged.oak,COVOC,http://purl.obolibrary.org/obo/COVOC_,canonical merged.oak,coy,https://schema.coypu.org/global#,canonical merged.oak,cpa,http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#,canonical merged.oak,cpack,http://cliopatria.swi-prolog.org/schema/cpack#,canonical @@ -641,7 +625,7 @@ merged.oak,cpi,http://www.ebusiness-unibw.org/ontologies/cpi/ns#,canonical merged.oak,cpm,http://catalogus-professorum.org/cpm/2/,canonical merged.oak,cpov,http://data.europa.eu/m8g/,canonical merged.oak,cpsv,http://purl.org/vocab/cpsv#,canonical -merged.oak,cpt,https://www.aapc.com/codes/cpt-codes/,canonical +merged.oak,CPT,https://www.aapc.com/codes/cpt-codes/,canonical merged.oak,cpv,http://purl.org/weso/cpv/,canonical merged.oak,crime,http://purl.org/vocab/reloc/,canonical merged.oak,CRISPRDB,http://identifiers.org/crisprdb/,canonical @@ -658,26 +642,21 @@ merged.oak,crowd,http://purl.org/crowd/,canonical merged.oak,crsw,http://courseware.rkbexplorer.com/ontologies/courseware#,namespace_alias merged.oak,crtv,http://open-services.net/ns/crtv#,canonical merged.oak,crv,http://purl.org/twc/vocab/datacarver#,canonical -merged.oak,cryoem,http://scipion.i2pc.es/ontology/CRYOEM_,canonical +merged.oak,CRYOEM,http://scipion.i2pc.es/ontology/CRYOEM_,canonical merged.oak,crypto,http://www.w3.org/2000/10/swap/crypto#,canonical merged.oak,CRYPTODB,http://identifiers.org/cryptodb/,canonical merged.oak,cs,http://purl.org/vocab/changeset/schema#,canonical merged.oak,CSA,http://identifiers.org/csa/,canonical -merged.oak,CSD,http://identifiers.org/csd/,canonical merged.oak,csdbp,http://cs.dbpedia.org/,canonical merged.oak,cska,http://pfclitex.com/,canonical merged.oak,csm,http://purl.org/csm/1.0#,canonical merged.oak,cso,http://cso.kmi.open.ac.uk/schema/cso/,canonical -merged.oak,csp,http://vocab.deri.ie/csp#,canonical -merged.oak,CST,http://identifiers.org/cst/,canonical -merged.oak,CST.AB,http://identifiers.org/cst.ab/,canonical +merged.oak,CSP,http://purl.bioontology.org/ontology/CSP/,canonical +merged.oak,csp,http://vocab.deri.ie/csp#,prefix_alias merged.oak,csv,http://vocab.sindice.net/csv/,canonical merged.oak,csvw,http://www.w3.org/ns/csvw#,canonical merged.oak,ct,http://data.linkedct.org/resource/linkedct/,canonical merged.oak,ctag,http://commontag.org/ns#,canonical -merged.oak,CTD.CHEMICAL,http://identifiers.org/ctd.chemical/,canonical -merged.oak,CTD.DISEASE,http://identifiers.org/ctd.disease/,canonical -merged.oak,CTD.GENE,http://identifiers.org/ctd.gene/,canonical merged.oak,CTENO,http://purl.obolibrary.org/obo/CTENO_,canonical merged.oak,CTO,http://purl.obolibrary.org/obo/CTO_,canonical merged.oak,cto,https://w3id.org/cto#,prefix_alias @@ -706,7 +685,6 @@ merged.oak,cwrc,http://sparql.cwrc.ca/ontology/cwrc#,canonical merged.oak,cyc,http://sw.opencyc.org/concept/,canonical merged.oak,cycann,http://sw.cyc.com/CycAnnotations_v1#,canonical merged.oak,d0,http://ontologydesignpatterns.org/ont/wikipedia/d0.owl#,canonical -merged.oak,D1ID,http://identifiers.org/d1id/,canonical merged.oak,d2d,http://rdfns.org/d2d/,canonical merged.oak,d2r,http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf#,canonical merged.oak,d2rq,http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#,canonical @@ -728,9 +706,9 @@ merged.oak,daq,http://purl.org/eis/vocab/daq#,canonical merged.oak,DARC,http://identifiers.org/darc/,canonical merged.oak,dash,http://datashapes.org/dash#,canonical merged.oak,DASHR,http://identifiers.org/dashr/,canonical -merged.oak,DASHR.EXPRESSION,http://identifiers.org/dashr.expression/,canonical merged.oak,data,http://data.odw.tw/,canonical merged.oak,DataCite,http://purl.org/spar/datacite/,canonical +merged.oak,DATACOMMONS,https://datacommons.org/browser/,canonical merged.oak,datacron,http://www.datacron-project.eu/datAcron#,canonical merged.oak,datafaqs,http://purl.org/twc/vocab/datafaqs#,canonical merged.oak,datagc,https://data.grottocenter.org/ldp/,canonical @@ -740,6 +718,7 @@ merged.oak,DATANATOR.METABOLITE,http://identifiers.org/datanator.metabolite/,can merged.oak,DATANATOR.REACTION,http://identifiers.org/datanator.reaction/,canonical merged.oak,date,http://contextus.net/ontology/ontomedia/misc/date#,canonical merged.oak,datex,http://vocab.datex.org/terms#,canonical +merged.oak,DATF,http://identifiers.org/datf/,canonical merged.oak,dave,http://theme-e.adaptcentre.ie/dave#,canonical merged.oak,dawgt,http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#,canonical merged.oak,days,http://ontologi.es/days#,canonical @@ -747,7 +726,7 @@ merged.oak,dayta,http://dayta.me/resource#,canonical merged.oak,db,http://dbpedia.org/,canonical merged.oak,dbc,http://dbpedia.org/resource/Category:,canonical merged.oak,dbcat,http://dbpedia.org/resource/Category:,namespace_alias -merged.oak,DBD,http://identifiers.org/dbd/,canonical +merged.oak,dbd,http://dbpedia.org/datatype/,namespace_alias merged.oak,DBEST,http://identifiers.org/dbest/,canonical merged.oak,dbfo,http://dbpedia.org/facts/ontology#,canonical merged.oak,DBG2INTRONS,http://identifiers.org/dbg2introns/,canonical @@ -757,7 +736,7 @@ merged.oak,dblp,http://dblp.uni-trier.de/rdf/schema-2015-01-26#,canonical merged.oak,dbm,http://purl.org/net/dbm/ontology#,canonical merged.oak,dbms,http://www.openlinksw.com/ontology/dbms-app-ontology#,canonical merged.oak,dbnary,http://kaiko.getalp.org/dbnary#,canonical -merged.oak,dbo,https://dbpedia.org/ontology/,canonical +merged.oak,DBO,https://dbpedia.org/ontology/,canonical merged.oak,dbo,http://dbpedia.org/ontology/,prefix_alias merged.oak,dbonto,http://dbepedia.org/ontology/,canonical merged.oak,dbowl,http://ontology.cybershare.utep.edu/dbowl/relational-to-ontology-mapping-primitive.owl#,canonical @@ -779,15 +758,15 @@ merged.oak,dbSNP,http://identifiers.org/dbsnp/,canonical merged.oak,dbt,http://dbpedia.org/resource/Template:,canonical merged.oak,dbtont,http://dbtropes.org/ont/,canonical merged.oak,dbug,http://ontologi.es/doap-bugs#,canonical -merged.oak,dbvar.study,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical -merged.oak,dbvar.variant,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical +merged.oak,DBVAR.STUDY,https://www.ncbi.nlm.nih.gov/dbvar/studies/,canonical +merged.oak,DBVAR.VARIANT,https://www.ncbi.nlm.nih.gov/dbvar/variants/,canonical merged.oak,dby,http://dbpedia.org/class/yago/,namespace_alias merged.oak,dbyago,http://dbpedia.org/class/yago/,canonical -merged.oak,dc,http://purl.org/dc/elements/1.1/,canonical +merged.oak,DC,http://purl.org/dc/elements/1.1/,canonical merged.oak,DC_CL,http://purl.obolibrary.org/obo/DC_CL_,canonical merged.oak,dcam,http://purl.org/dc/dcam/,canonical merged.oak,dcap,http://purl.org/ws-mmi-dc/terms/,canonical -merged.oak,dcat,http://www.w3.org/ns/dcat#,canonical +merged.oak,DCAT,http://www.w3.org/ns/dcat#,canonical merged.oak,dcatapit,http://dati.gov.it/onto/dcatapit#,canonical merged.oak,dcatnl,http://standaarden.overheid.nl/dcatnl/terms/,canonical merged.oak,dcatno,https://data.norge.no/vocabulary/dcatno#,canonical @@ -810,19 +789,19 @@ merged.oak,dcs,http://ontologi.es/doap-changeset#,canonical merged.oak,dct,http://purl.org/dc/terms/,namespace_alias merged.oak,dcterms,http://purl.org/dc/terms/,canonical merged.oak,dctype,http://purl.org/dc/dcmitype/,namespace_alias -merged.oak,dctypes,http://purl.org/dc/dcmitype/,canonical +merged.oak,DCTYPES,http://purl.org/dc/dcmitype/,canonical merged.oak,dcx,http://dublincore.org/dcx/,canonical merged.oak,dd,http://example.org/dummydata/,canonical merged.oak,DDANAT,http://purl.obolibrary.org/obo/DDANAT_,canonical merged.oak,ddb,http://www.deutsche-digitale-bibliothek.de/edm/,canonical merged.oak,ddc,http://purl.org/NET/decimalised#,canonical -merged.oak,ddinter.drug,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical -merged.oak,ddinter.interaction,http://ddinter.scbdd.com/ddinter/interact/,canonical +merged.oak,DDINTER.DRUG,http://ddinter.scbdd.com/ddinter/drug-detail/,canonical +merged.oak,DDINTER.INTERACTION,http://ddinter.scbdd.com/ddinter/interact/,canonical merged.oak,ddl,http://purl.org/vocab/riro/ddl#,canonical merged.oak,DDPHENO,http://purl.obolibrary.org/obo/DDPHENO_,canonical merged.oak,dead,http://utpl.edu.ec/sbc/data/,canonical merged.oak,DeBiO,https://biopragmatics.github.io/debio/,canonical -merged.oak,decipher,https://www.deciphergenomics.org/syndrome/,canonical +merged.oak,DECIPHER,https://www.deciphergenomics.org/syndrome/,canonical merged.oak,decision,https://decision-ontology.googlecode.com/svn/trunk/decision.owl#,canonical merged.oak,decl,http://www.linkedmodel.org/1.0/schema/decl#,canonical merged.oak,decprov,http://promsns.org/def/decprov#,canonical @@ -832,11 +811,10 @@ merged.oak,delta,http://www.w3.org/2004/delta#,canonical merged.oak,demlab,http://www.demcare.eu/ontologies/demlab.owl#,canonical merged.oak,dentsci,https://w3id.org/skgo/dentsci#,canonical merged.oak,DEO,http://purl.org/spar/deo/,canonical -merged.oak,depmap,https://depmap.org/portal/cell_line/,canonical -merged.oak,DEPOD,http://identifiers.org/depod/,canonical +merged.oak,DEPMAP,https://depmap.org/portal/cell_line/,canonical merged.oak,deps,http://ontologi.es/doap-deps#,canonical merged.oak,derecho,http://purl.org/derecho#,canonical -merged.oak,dermo,http://purl.obolibrary.org/obo/DERMO_,canonical +merged.oak,DERMO,http://purl.obolibrary.org/obo/DERMO_,canonical merged.oak,DEV.GA4GHDOS,http://identifiers.org/dev.ga4ghdos/,canonical merged.oak,devuan,https://devuan.net.br/,canonical merged.oak,dfc,http://datafoodconsortium.org/ontologies/DFC_FullModel.owl#,canonical @@ -854,12 +832,11 @@ merged.oak,DHBA,https://biopragmatics.github.io/providers/dhba/,canonical merged.oak,diag,http://www.loc.gov/zing/srw/diagnostic/,canonical merged.oak,dicera,http://semweb.mmlab.be/ns/dicera#,canonical merged.oak,dick,http://pornhub.com/,namespace_alias -merged.oak,dicom,http://dicom.nema.org/resources/ontology/DCM/,canonical +merged.oak,DICOM,http://dicom.nema.org/resources/ontology/DCM/,canonical merged.oak,dicom,http://purl.org/healthcarevocab/v1#,prefix_alias merged.oak,dictyBase,http://identifiers.org/dictybase.gene/,canonical -merged.oak,dictybase,http://dictybase.org/gene/,prefix_alias +merged.oak,DICTYBASE,http://dictybase.org/gene/,prefix_alias merged.oak,DICTYBASE.EST,http://identifiers.org/dictybase.est/,canonical -merged.oak,DICTYBASE.GENE,http://identifiers.org/dictybase.gene/,namespace_alias merged.oak,DID,http://identifiers.org/DID/,canonical merged.oak,DIDEO,http://purl.obolibrary.org/obo/DIDEO_,canonical merged.oak,DINTO,http://purl.obolibrary.org/obo/DINTO_,canonical @@ -870,10 +847,10 @@ merged.oak,dis,http://stanbol.apache.org/ontology/disambiguation/disambiguation# merged.oak,disco,http://rdf-vocabulary.ddialliance.org/discovery#,canonical merged.oak,DISDRIV,http://purl.obolibrary.org/obo/DISDRIV_,canonical merged.oak,disease,http://www.agfa.com/w3c/2009/humanDisorder#,canonical +merged.oak,DISEASECLASS,https://biopragmatics.github.io/providers/diseaseclass/,canonical merged.oak,diseasome,http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/,canonical merged.oak,diso,https://purls.helmholtz-metadaten.de/diso#,canonical merged.oak,DISPROT,http://identifiers.org/disprot/,canonical -merged.oak,DISPROT.REGION,http://identifiers.org/disprot.region/,canonical merged.oak,dita,http://purl.org/dita/ns#,canonical merged.oak,dive,http://scubadive.networld.to/dive.rdf#,canonical merged.oak,djo,http://purl.org/datajourneys/,canonical @@ -892,7 +869,7 @@ merged.oak,dnbt,http://d-nb.info/standards/elementset/dnb#,canonical merged.oak,dnr,http://www.dotnetrdf.org/configuration#,canonical merged.oak,doac,http://ramonantonio.net/doac/0.1/#,canonical merged.oak,doacc,http://purl.org/net/bel-epa/doacc#,canonical -merged.oak,doap,http://usefulinc.com/ns/doap#,canonical +merged.oak,DOAP,http://usefulinc.com/ns/doap#,canonical merged.oak,doas,http://deductions.github.io/doas.owl.ttl#,canonical merged.oak,doc,http://www.w3.org/2000/10/swap/pim/doc#,canonical merged.oak,docam,https://www.docam.ca/glossaurus/,canonical @@ -927,6 +904,7 @@ merged.oak,dqm,http://purl.org/dqm-vocabulary/v1/dqm#,canonical merged.oak,dqv,http://www.w3.org/ns/dqv#,canonical merged.oak,dqvno,https://data.norge.no/vocabulary/dqvno#,canonical merged.oak,dr,http://purl.org/swan/2.0/discourse-relationships/,canonical +merged.oak,DRDUKE,https://phytochem.nal.usda.gov/phytochem/chemicals/show/,canonical merged.oak,driver,http://deductions.github.io/drivers.owl.ttl#,canonical merged.oak,drk,http://drakon.su/,canonical merged.oak,drm,http://vocab.data.gov/def/drm#,canonical @@ -935,24 +913,24 @@ merged.oak,DRSC,http://identifiers.org/drsc/,canonical merged.oak,drug,http://www.agfa.com/w3c/2009/drugTherapy#,canonical merged.oak,DRUGBANK,http://identifiers.org/drugbank/,canonical merged.oak,drugbank,http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/,prefix_alias -merged.oak,drugbank.category,https://www.drugbank.ca/categories/,canonical -merged.oak,drugbank.salt,https://go.drugbank.com/salts/,canonical +merged.oak,DRUGBANK.CATEGORY,https://www.drugbank.ca/categories/,canonical +merged.oak,DRUGBANK.SALT,https://go.drugbank.com/salts/,canonical merged.oak,DRUGBANKV4.TARGET,http://identifiers.org/drugbankv4.target/,canonical -merged.oak,drugcentral,http://drugcentral.org/drugcard/,canonical +merged.oak,DRUGCENTRAL,http://identifiers.org/drugcentral/,canonical merged.oak,ds,http://purl.org/ctic/dcat#,canonical merged.oak,dsd,https://w3id.org/dsd#,canonical merged.oak,dsfv,http://sws.ifi.uio.no/vocab/dsf/henriwi/dsf#,canonical merged.oak,dsi,https://data.dsi.omgeving.vlaanderen.be/ns/dsi#,canonical -merged.oak,dsmz,https://www.dsmz.de/collection/catalogue/details/culture/,canonical +merged.oak,DSMZ,https://www.dsmz.de/collection/catalogue/details/culture/,canonical merged.oak,dsn,http://purl.org/dsnotify/vocab/eventset/,canonical -merged.oak,dso,https://www.datascienceontology.org/concept/,canonical +merged.oak,DSO,https://www.datascienceontology.org/concept/,canonical merged.oak,dso,http://purl.org/ontology/dso#,prefix_alias merged.oak,dsp,http://purl.org/metainfo/terms/dsp#,canonical merged.oak,dssn,http://purl.org/net/dssn/,canonical merged.oak,dsv,http://purl.org/iso25964/DataSet/Versioning#,canonical merged.oak,dsw,http://purl.org/dsw/,canonical merged.oak,dt,http://dbpedia.org/datatype/,canonical -merged.oak,dto,http://www.drugtargetontology.org/dto/DTO_,canonical +merged.oak,DTO,http://www.drugtargetontology.org/dto/DTO_,canonical merged.oak,dtype,http://www.linkedmodel.org/schema/dtype#,canonical merged.oak,dul,http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#,canonical merged.oak,dummy,http://hello.com/,canonical @@ -963,16 +941,16 @@ merged.oak,dvia,http://data.eurecom.fr/ontology/dvia#,canonical merged.oak,dwc,http://rs.tdwg.org/dwc/terms/,canonical merged.oak,dwciri,http://rs.tdwg.org/dwc/iri/,canonical merged.oak,ea,http://eaontology.protect.linkeddata.es/def/,canonical -merged.oak,eaglei,http://hawaii.eagle-i.net/i/,canonical +merged.oak,EAGLEI,http://hawaii.eagle-i.net/i/,canonical merged.oak,eame,http://www.semanticweb.org/ontologia_EA#,canonical merged.oak,ean,http://openean.kaufkauf.net/id/,canonical merged.oak,earl,http://www.w3.org/ns/earl#,canonical merged.oak,earth,http://linked.earth/ontology#,canonical -merged.oak,easychair.cfp,https://easychair.org/cfp/,canonical +merged.oak,EASYCHAIR.CFP,https://easychair.org/cfp/,canonical merged.oak,eat,http://www.eat.rl.ac.uk/#,canonical merged.oak,eb,https://w3id.org/eb#,canonical merged.oak,ebg,http://data.businessgraph.io/ontology#,canonical -merged.oak,ebisc,https://cells.ebisc.org/,canonical +merged.oak,EBISC,https://cells.ebisc.org/,canonical merged.oak,ebu,http://semantic.eurobau.com/eurobau-utility.owl#,canonical merged.oak,ebucore,http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#,canonical merged.oak,ec,http://eulergui.sourceforge.net/contacts.owl.n3#,canonical @@ -990,12 +968,11 @@ merged.oak,ecgl,http://schema.geolink.org/,namespace_alias merged.oak,ecglview,http://schema.geolink.org/view/,canonical merged.oak,ECHOBASE,http://identifiers.org/echobase/,canonical merged.oak,eclap,http://www.eclap.eu/schema/eclap/,canonical -merged.oak,ecmdb,http://ecmdb.ca/compounds/,canonical +merged.oak,ECMDB,http://ecmdb.ca/compounds/,canonical merged.oak,ECO,http://purl.obolibrary.org/obo/ECO_,canonical merged.oak,eco,http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/#,prefix_alias merged.oak,ECOCORE,http://purl.obolibrary.org/obo/ECOCORE_,canonical merged.oak,ECOGENE,http://identifiers.org/ecogene/,canonical -merged.oak,ECOLIWIKI,http://identifiers.org/ecoliwiki/,canonical merged.oak,ecoll,http://purl.org/ceu/eco/1.0#,canonical merged.oak,ecore,http://www.eclipse.org/emf/2002/Ecore#,canonical merged.oak,ecos,http://kmm.lboro.ac.uk/ecos/1.0#,canonical @@ -1011,11 +988,11 @@ merged.oak,ECYANO.RULE,http://identifiers.org/ecyano.rule/,canonical merged.oak,edac,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-edac.owl#,canonical merged.oak,EDAM,http://identifiers.org/edam/,canonical merged.oak,edam,http://edamontology.org/,prefix_alias -merged.oak,edam.data,http://edamontology.org/data_,canonical -merged.oak,edam.format,http://edamontology.org/format_,canonical -merged.oak,edam.operation,http://edamontology.org/operation_,canonical -merged.oak,edam.topic,http://edamontology.org/topic_,canonical -merged.oak,edda,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical +merged.oak,EDAM.DATA,http://edamontology.org/data_,canonical +merged.oak,EDAM.FORMAT,http://edamontology.org/format_,canonical +merged.oak,EDAM.OPERATION,http://edamontology.org/operation_,canonical +merged.oak,EDAM.TOPIC,http://edamontology.org/topic_,canonical +merged.oak,EDDA,http://ontologies.dbmi.pitt.edu/edda/StudyDesigns.owl#,canonical merged.oak,edg,http://edg.topbraid.solutions/model/,canonical merged.oak,edgar,http://edgarwrap.ontologycentral.com/vocab/edgar#,canonical merged.oak,edgarcik,http://edgarwrap.ontologycentral.com/cik/,canonical @@ -1041,18 +1018,19 @@ merged.oak,ei2a,http://opendata.aragon.es/def/ei2a#,canonical merged.oak,ekaw,http://data.semanticweb.org/conference/ekaw/2012/complete/,canonical merged.oak,elec,http://purl.org/ctic/sector-publico/elecciones#,canonical merged.oak,eli,http://data.europa.eu/eli/ontology#,canonical -merged.oak,ELM,http://identifiers.org/elm/,canonical merged.oak,elod,http://linkedeconomy.org/ontology#,canonical merged.oak,elog,http://eulersharp.sourceforge.net/2003/03swap/log-rules#,namespace_alias merged.oak,EMAP,http://purl.obolibrary.org/obo/EMAP_,canonical merged.oak,EMAPA,http://purl.obolibrary.org/obo/EMAPA_,canonical +merged.oak,EMAPS,https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:,canonical merged.oak,EMDB,http://identifiers.org/emdb/,canonical merged.oak,emergel,http://purl.org/emergel/core#,canonical merged.oak,emergelm,http://purl.org/emergel/modules#,canonical +merged.oak,EMMO.CIF,http://emmo.info/emmo/cif-core#,canonical merged.oak,emoca,http://ns.inria.fr/emoca#,namespace_alias merged.oak,emotion,http://ns.inria.fr/emoca#,canonical merged.oak,emp,http://purl.org/ctic/empleo/oferta#,canonical -merged.oak,empiar,https://www.ebi.ac.uk/pdbe/emdb/empiar/entry/,canonical +merged.oak,EMPIAR,http://identifiers.org/empiar/,canonical merged.oak,employee,http://www.employee.com/data#,canonical merged.oak,emtr,http://purl.org/NET/ssnext/electricmeters#,canonical merged.oak,ENA.EMBL,http://identifiers.org/ena.embl/,canonical @@ -1061,24 +1039,22 @@ merged.oak,encargado,http://semRAT.edu/,canonical merged.oak,ENCODE,http://identifiers.org/encode/,canonical merged.oak,ends,http://labs.mondeca.com/vocab/endpointStatus#,canonical merged.oak,enhancer,http://stanbol.apache.org/ontology/enhancer/enhancer#,canonical -merged.oak,enm,http://purl.enanomapper.org/onto/ENM_,canonical +merged.oak,ENM,http://purl.enanomapper.org/onto/ENM_,canonical merged.oak,ens,http://models.okkam.org/ENS-core-vocabulary.owl#,canonical merged.oak,ENSEMBL,http://identifiers.org/ensembl/,canonical merged.oak,ensembl,http://rdf.ebi.ac.uk/resource/ensembl/,prefix_alias -merged.oak,ENSEMBL.BACTERIA,http://identifiers.org/ensembl.bacteria/,canonical -merged.oak,ENSEMBL.FUNGI,http://identifiers.org/ensembl.fungi/,canonical merged.oak,ENSEMBL.METAZOA,http://identifiers.org/ensembl.metazoa/,canonical merged.oak,ENSEMBL.PLANT,http://identifiers.org/ensembl.plant/,canonical merged.oak,ENSEMBL.PROTIST,http://identifiers.org/ensembl.protist/,canonical -merged.oak,ensemblglossary,http://ensembl.org/glossary/ENSGLOSSARY_,canonical +merged.oak,ENSEMBLGLOSSARY,http://ensembl.org/glossary/ENSGLOSSARY_,canonical merged.oak,ENVIPATH,http://identifiers.org/envipath/,canonical merged.oak,environ,http://eulersharp.sourceforge.net/2003/03swap/environment#,canonical merged.oak,ENVO,http://purl.obolibrary.org/obo/ENVO_,canonical -merged.oak,enzo,https://www.enzolifesciences.com/,canonical +merged.oak,ENZO,https://www.enzolifesciences.com/,canonical merged.oak,EO,http://purl.obolibrary.org/obo/EO_,canonical -merged.oak,eol,http://purl.org/obo/owlEOL_,canonical +merged.oak,EOL,http://purl.org/obo/owlEOL_,canonical merged.oak,eol,http://purl.org/biodiversity/eol/,prefix_alias -merged.oak,eolife,https://eol.org/pages/,canonical +merged.oak,EOLIFE,https://eol.org/pages/,canonical merged.oak,ep,http://eprints.org/ontology/,namespace_alias merged.oak,epcis,https://ns.gs1.org/epcis/,canonical merged.oak,EPD,http://identifiers.org/epd/,canonical @@ -1090,7 +1066,7 @@ merged.oak,eppo,https://gd.eppo.int/taxon/,canonical merged.oak,eprints,http://eprints.org/ontology/,canonical merged.oak,eproc,http://10.0.3.120/download/eproc_FORN_v02.owl#,canonical merged.oak,eproc2,http://10.0.3.120/download/eproc_FORN_v04.owl#,canonical -merged.oak,epso,http://www.case.edu/EpilepsyOntology.owl#,canonical +merged.oak,EPSO,http://www.case.edu/EpilepsyOntology.owl#,canonical merged.oak,eqp,https://data.nasa.gov/ontologies/atmonto/equipment#,canonical merged.oak,era,http://data.europa.eu/949/,canonical merged.oak,erce,http://xxefe.de/,canonical @@ -1168,12 +1144,14 @@ merged.oak,ezcontext,http://ontologies.ezweb.morfeo-project.org/ezcontext/ns#,ca merged.oak,eztag,http://ontologies.ezweb.morfeo-project.org/eztag/ns#,canonical merged.oak,faas,http://semantic-faas.com/ontology#,canonical merged.oak,fab,http://purl.org/fab/ns#,canonical -merged.oak,fabio,https://sparontologies.github.io/fabio/current/fabio.html#,canonical +merged.oak,FABIO,https://sparontologies.github.io/fabio/current/fabio.html#,canonical merged.oak,fabio,http://purl.org/spar/fabio/,prefix_alias merged.oak,FACEBASE,http://identifiers.org/facebase/,canonical merged.oak,factbook,http://wifo5-04.informatik.uni-mannheim.de/factbook/ns#,canonical merged.oak,FAIRSHARING,http://identifiers.org/fairsharing/,canonical -merged.oak,faldo,http://biohackathon.org/resource/faldo#,canonical +merged.oak,FAIRSHARING.ORGANIZATION,https://fairsharing.org/organisations/,canonical +merged.oak,FAIRSHARING.USER,https://fairsharing.org/users/,canonical +merged.oak,FALDO,http://biohackathon.org/resource/faldo#,canonical merged.oak,fam,http://vocab.fusepool.info/fam#,canonical merged.oak,FAO,http://purl.obolibrary.org/obo/FAO_,canonical merged.oak,fao,http://fao.270a.info/dataset/,prefix_alias @@ -1203,7 +1181,7 @@ merged.oak,feed,https://www.feedipedia.org/,canonical merged.oak,fel,http://w3id.org/vcb/fel#,canonical merged.oak,fernanda,http://fernanda.nl/,canonical merged.oak,fhir,http://hl7.org/fhir/,canonical -merged.oak,fhir.implementation,https://hl7.org/fhir/us/,canonical +merged.oak,FHIR.IMPLEMENTATION,https://hl7.org/fhir/us/,canonical merged.oak,fibo,https://spec.edmcouncil.org/fibo/ontology/master/latest/,canonical merged.oak,FIDEO,http://purl.obolibrary.org/obo/FIDEO_,canonical merged.oak,figigii,http://www.omg.org/spec/FIGI/GlobalInstrumentIdentifiers/,canonical @@ -1213,7 +1191,7 @@ merged.oak,fingal,http://vocab.deri.ie/fingal#,canonical merged.oak,finlaw,http://purl.org/finlex/schema/laki/,canonical merged.oak,fire,http://tldp.org/HOWTO/XML-RPC-HOWTO/xmlrpc-howto-java.html#,canonical merged.oak,fise,http://fise.iks-project.eu/ontology/,canonical -merged.oak,fishbase.species,https://www.fishbase.ca/summary/,canonical +merged.oak,FISHBASE.SPECIES,https://www.fishbase.ca/summary/,canonical merged.oak,FIX,http://purl.obolibrary.org/obo/FIX_,canonical merged.oak,fl,http://eulersharp.sourceforge.net/2003/03swap/fl-rules#,canonical merged.oak,FLOPO,http://purl.obolibrary.org/obo/FLOPO_,canonical @@ -1223,7 +1201,7 @@ merged.oak,fls,http://lukasblaho.sk/football_league_schema#,canonical merged.oak,FLU,http://purl.obolibrary.org/obo/FLU_,canonical merged.oak,fluidops,http://www.fluidops.com/,canonical merged.oak,FlyBase,http://identifiers.org/fb/,canonical -merged.oak,flymine.chromosome,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical +merged.oak,FLYMINE.CHROMOSOME,https://www.flymine.org/flymine/report/ChromosomeBand/,canonical merged.oak,FMA,http://purl.obolibrary.org/obo/FMA_,canonical merged.oak,fma,http://sig.uw.edu/fma#,prefix_alias merged.oak,fn,http://www.w3.org/2005/xpath-functions#,canonical @@ -1243,8 +1221,8 @@ merged.oak,folio,http://IBCNServices.github.io/Folio-Ontology/Folio.owl#,canonic merged.oak,foo,http://filmontology.org/ontology/1.0/,canonical merged.oak,food,http://purl.org/foodontology#,canonical merged.oak,FOODB.COMPOUND,http://identifiers.org/foodb.compound/,canonical -merged.oak,foodb.food,https://foodb.ca/foods/,canonical -merged.oak,foodex2,http://data.food.gov.uk/codes/foodtype/id/,canonical +merged.oak,FOODB.FOOD,https://foodb.ca/foods/,canonical +merged.oak,FOODEX2,http://data.food.gov.uk/codes/foodtype/id/,canonical merged.oak,FOODON,http://purl.obolibrary.org/obo/FOODON_,canonical merged.oak,form,http://deductions-software.com/ontologies/forms.owl.ttl#,canonical merged.oak,formats,http://www.w3.org/ns/formats/,canonical @@ -1289,10 +1267,11 @@ merged.oak,fuseki,http://jena.apache.org/fuseki#,canonical merged.oak,fx,http://sparql.xyz/facade-x/ns/,canonical merged.oak,FYPO,http://purl.obolibrary.org/obo/FYPO_,canonical merged.oak,GA4GHDOS,http://identifiers.org/ga4ghdos/,canonical -merged.oak,GABI,http://identifiers.org/gabi/,canonical merged.oak,gadm,http://gadm.geovocab.org/ontology#,canonical merged.oak,gaf,http://groundedannotationframework.org/,canonical +merged.oak,GAINESVILLE.CORE,http://purl.org/gc/,canonical merged.oak,galaksiya,http://ontoloji.galaksiya.com/vocab/,canonical +merged.oak,GALEN,http://www.co-ode.org/ontologies/galen#,canonical merged.oak,game,http://data.totl.net/game/,canonical merged.oak,gas,http://www.bigdata.com/rdf/gas#,canonical merged.oak,gastro,http://www.ebsemantics.net/gastro#,canonical @@ -1301,7 +1280,7 @@ merged.oak,gawd,http://gawd.atlantides.org/terms/,canonical merged.oak,gax,http://w3id.org/gaia-x/core#,canonical merged.oak,GAZ,http://purl.obolibrary.org/obo/GAZ_,canonical merged.oak,gazetteer,http://data.ordnancesurvey.co.uk/ontology/50kGazetteer/,canonical -merged.oak,gbif,https://www.gbif.org/species/,canonical +merged.oak,GBIF,https://www.gbif.org/species/,canonical merged.oak,gbol,http://gbol.life/0.1#,canonical merged.oak,gbv,http://purl.org/ontology/gbv/,canonical merged.oak,gc,http://www.oegov.org/core/owl/gc#,canonical @@ -1319,11 +1298,11 @@ merged.oak,gdprtext,https://w3id.org/GDPRtEXT#,canonical merged.oak,GDSC,http://identifiers.org/gdsc/,canonical merged.oak,GECKO,http://purl.obolibrary.org/obo/GECKO_,canonical merged.oak,gelo,http://krauthammerlab.med.yale.edu/ontologies/gelo#,canonical -merged.oak,gemet,https://www.eionet.europa.eu/gemet/en/concept/,canonical +merged.oak,GEMET,https://www.eionet.europa.eu/gemet/en/concept/,canonical merged.oak,gen,http://purl.org/gen/0.1#,canonical merged.oak,genab,http://eulersharp.sourceforge.net/2003/03swap/genomeAbnormality#,canonical merged.oak,GENATLAS,http://identifiers.org/genatlas/,canonical -merged.oak,genbank,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical +merged.oak,GENBANK,https://www.ncbi.nlm.nih.gov/nucleotide/,canonical merged.oak,genea,http://www.owl-ontologies.com/generations.owl#,canonical merged.oak,GENECARDS,http://identifiers.org/genecards/,canonical merged.oak,GeneDB,http://identifiers.org/genedb/,canonical @@ -1331,9 +1310,7 @@ merged.oak,GENEFARM,http://identifiers.org/genefarm/,canonical merged.oak,GENEPIO,http://purl.obolibrary.org/obo/GENEPIO_,canonical merged.oak,generiek,https://data.vlaanderen.be/ns/generiek#,canonical merged.oak,GENETREE,http://identifiers.org/genetree/,canonical -merged.oak,GENEWIKI,http://identifiers.org/genewiki/,canonical merged.oak,GENO,http://purl.obolibrary.org/obo/GENO_,canonical -merged.oak,GENPEPT,http://identifiers.org/genpept/,canonical merged.oak,GENPROP,http://identifiers.org/genprop/,canonical merged.oak,genre,http://sparql.cwrc.ca/ontologies/genre#,canonical merged.oak,GEO,http://purl.obolibrary.org/obo/GEO_,canonical @@ -1353,7 +1330,7 @@ merged.oak,geographis,http://telegraphis.net/ontology/geography/geography#,canon merged.oak,geojson,http://ld.geojson.org/vocab#,canonical merged.oak,geoloc,http://deductions.github.io/geoloc.owl.ttl#,canonical merged.oak,geom,http://data.ign.fr/def/geometrie#,canonical -merged.oak,geonames,https://www.geonames.org/,canonical +merged.oak,GEONAMES,https://www.geonames.org/,canonical merged.oak,geonames,http://www.geonames.org/ontology#,prefix_alias merged.oak,geop,http://aims.fao.org/aos/geopolitical.owl#,canonical merged.oak,geor,http://www.opengis.net/def/rule/geosparql/,canonical @@ -1367,16 +1344,16 @@ merged.oak,geovoid,http://purl.org/geovocamp/ontology/geovoid/,canonical merged.oak,germplasm,http://purl.org/germplasm/terms#,canonical merged.oak,gesis,http://lod.gesis.org/lodpilot/ALLBUS/vocab.rdf#,canonical merged.oak,gf,http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#,canonical -merged.oak,gfo,http://www.onto-med.de/ontologies/gfo.owl#,canonical +merged.oak,GFO,http://www.onto-med.de/ontologies/gfo.owl#,canonical merged.oak,gg,http://www.gemeentegeschiedenis.nl/gg-schema#,canonical merged.oak,ggbn,http://data.ggbn.org/schemas/ggbn/terms/,canonical merged.oak,ghga,http://w3id.org/ghga/,canonical -merged.oak,ghr,https://medlineplus.gov/genetics/condition/,canonical +merged.oak,GHR,https://medlineplus.gov/genetics/condition/,canonical merged.oak,GIARDIADB,http://identifiers.org/giardiadb/,canonical merged.oak,gist,https://ontologies.semanticarts.com/gist/,canonical merged.oak,GITHUB,http://identifiers.org/github/,canonical -merged.oak,github.issue,https://bioregistry.io/resolve/github/issue/,canonical -merged.oak,github.pull,https://bioregistry.io/resolve/github/pull/,canonical +merged.oak,GITHUB.ISSUE,https://bioregistry.io/resolve/github/issue/,canonical +merged.oak,GITHUB.PULL,https://bioregistry.io/resolve/github/pull/,canonical merged.oak,GITLAB,http://identifiers.org/gitlab/,canonical merged.oak,giving,http://ontologi.es/giving#,canonical merged.oak,gl,http://schema.geolink.org/,canonical @@ -1388,13 +1365,11 @@ merged.oak,globalcube,http://kalmar32.fzi.de/triples/global-cube.ttl#,canonical merged.oak,glview,http://schema.geolink.org/dev/view/,canonical merged.oak,glycan,http://purl.jp/bio/12/glyco/glycan#,canonical merged.oak,GLYCOEPITOPE,http://identifiers.org/glycoepitope/,canonical -merged.oak,GLYCOMEDB,http://identifiers.org/glycomedb/,canonical merged.oak,GLYCONAVI,http://identifiers.org/glyconavi/,canonical merged.oak,GLYCOPOST,http://identifiers.org/glycopost/,canonical -merged.oak,glygen,https://glygen.org/glycan/,canonical +merged.oak,GLYGEN,https://glygen.org/glycan/,canonical merged.oak,GLYTOUCAN,http://identifiers.org/glytoucan/,canonical merged.oak,gm,http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry#,canonical -merged.oak,GMD,http://identifiers.org/gmd/,canonical merged.oak,GMD.ANALYTE,http://identifiers.org/gmd.analyte/,canonical merged.oak,GMD.GCMS,http://identifiers.org/gmd.gcms/,canonical merged.oak,GMD.PROFILE,http://identifiers.org/gmd.profile/,canonical @@ -1407,14 +1382,15 @@ merged.oak,gnd,http://d-nb.info/gnd/,canonical merged.oak,gndo,http://d-nb.info/standards/elementset/gnd#,canonical merged.oak,gnm,http://www.geonames.org/ontology/mappings/,canonical merged.oak,GNO,http://purl.obolibrary.org/obo/GNO_,canonical +merged.oak,GNOMAD,https://gnomad.broadinstitute.org/variant/,canonical merged.oak,GNPIS,http://identifiers.org/gnpis/,canonical merged.oak,gns,http://sws.geonames.org/,namespace_alias -merged.oak,gnvc,http://purl.org/gc/,canonical +merged.oak,gnvc,http://purl.org/gc/,namespace_alias merged.oak,GO,http://purl.obolibrary.org/obo/GO_,canonical -merged.oak,go.model,http://noctua.geneontology.org/editor/graph/gomodel:,canonical +merged.oak,GO.GPI,http://geneontology.org/docs/gene-product-information-gpi-format/#,canonical +merged.oak,GO.MODEL,http://noctua.geneontology.org/editor/graph/gomodel:,canonical merged.oak,GO.REF,http://identifiers.org/GO_REF/,canonical -merged.oak,go.resource,https://bioregistry.io/metaregistry/go/,canonical -merged.oak,GOA,http://identifiers.org/goa/,canonical +merged.oak,GO.RESOURCE,https://bioregistry.io/metaregistry/go/,canonical merged.oak,goaf,http://goaf.fr/goaf#,canonical merged.oak,goavoc,http://bio2rdf.org/goa_vocabulary:,canonical merged.oak,gob,http://purl.org/ontology/last-fm/,namespace_alias @@ -1424,8 +1400,7 @@ merged.oak,godaddy,https://sso.godaddy.com/,canonical merged.oak,goef,http://purl.org/twc/vocab/goef#,canonical merged.oak,GOLD,http://identifiers.org/gold/,canonical merged.oak,GOLD.GENOME,http://identifiers.org/gold.genome/,canonical -merged.oak,GOLD.META,http://identifiers.org/gold.meta/,canonical -merged.oak,goldbook,https://goldbook.iupac.org/terms/view/,canonical +merged.oak,GOLDBOOK,https://goldbook.iupac.org/terms/view/,canonical merged.oak,gom,https://w3id.org/gom#,canonical merged.oak,gomodel,http://model.geneontology.org/,canonical merged.oak,gont,https://gont.ch/,canonical @@ -1450,7 +1425,7 @@ merged.oak,GRAMENE.PROTEIN,http://identifiers.org/gramene.protein/,namespace_ali merged.oak,GRAMENE.QTL,http://identifiers.org/gramene.qtl/,namespace_alias merged.oak,GRAMENE.TAXONOMY,http://identifiers.org/gramene.taxonomy/,canonical merged.oak,granatum,http://chem.deri.ie/granatum/,canonical -merged.oak,grassbase,https://www.kew.org/data/grasses-db/www/,canonical +merged.oak,GRASSBASE,https://www.kew.org/data/grasses-db/www/,canonical merged.oak,graves,http://rdf.muninn-project.org/ontologies/graves#,canonical merged.oak,grddl,http://www.w3.org/2003/g/data-view#,canonical merged.oak,GREENGENES,http://identifiers.org/greengenes/,canonical @@ -1470,7 +1445,7 @@ merged.oak,GSSO,http://purl.obolibrary.org/obo/GSSO_,canonical merged.oak,gt,https://vocab.eccenca.com/geniustex/,canonical merged.oak,GTEX,http://identifiers.org/gtex/,canonical merged.oak,gtfs,http://vocab.gtfs.org/terms#,canonical -merged.oak,gtr,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical +merged.oak,GTR,https://www.ncbi.nlm.nih.gov/gtr/conditions/,canonical merged.oak,gts,http://resource.geosciml.org/ontology/timescale/gts#,canonical merged.oak,GUDMAP,http://identifiers.org/gudmap/,canonical merged.oak,gufo,http://purl.org/nemo/gufo#,canonical @@ -1499,10 +1474,10 @@ merged.oak,harrisons,http://harrisons.cc/,canonical merged.oak,hartigprov,http://purl.org/net/provenance/ns#,namespace_alias merged.oak,hasco,http://hadatac.org/ont/hasco/,canonical merged.oak,hasneto,http://hadatac.org/ont/hasneto#,canonical -merged.oak,hathitrust,https://catalog.hathitrust.org/Record/,canonical +merged.oak,HATHITRUST,https://catalog.hathitrust.org/Record/,canonical merged.oak,HBA,https://biopragmatics.github.io/providers/hba/,canonical merged.oak,hcard,http://purl.org/uF/hCard/terms/,namespace_alias -merged.oak,hcpcs,http://purl.bioontology.org/ontology/HCPCS/,canonical +merged.oak,HCPCS,http://purl.bioontology.org/ontology/HCPCS/,canonical merged.oak,hcterms,http://purl.org/uF/hCard/terms/,canonical merged.oak,hctl,https://www.w3.org/2019/wot/hypermedia#,canonical merged.oak,HCVDB,http://identifiers.org/hcvdb/,canonical @@ -1517,7 +1492,6 @@ merged.oak,hg,http://rdf.histograph.io/,canonical merged.oak,HGMD,http://identifiers.org/hgmd/,canonical merged.oak,HGNC,http://identifiers.org/hgnc/,canonical merged.oak,hgnc,http://bio2rdf.org/hgnc:,prefix_alias -merged.oak,HGNC.GENEFAMILY,http://identifiers.org/hgnc.genefamily/,canonical merged.oak,HGNC.GENEGROUP,http://identifiers.org/hgnc.genegroup/,canonical merged.oak,HGNC.SYMBOL,http://identifiers.org/hgnc.symbol/,canonical merged.oak,hico,http://purl.org/emmedi/hico/,canonical @@ -1530,10 +1504,14 @@ merged.oak,hlisting,http://sindice.com/hlisting/0.1/,canonical merged.oak,hlygt,http://www.holygoat.co.uk/owl/redwood/0.1/tags/,namespace_alias merged.oak,hmas,https://purl.org/hmas/,canonical merged.oak,HMDB,http://identifiers.org/hmdb/,canonical -merged.oak,hms.lincs.compound,https://lincs.hms.harvard.edu/db/sm/,canonical +merged.oak,HMS.LINCS.ANTIBODY,https://lincs.hms.harvard.edu/db/antibodies/,canonical +merged.oak,HMS.LINCS.CELL,https://lincs.hms.harvard.edu/db/cells/,canonical +merged.oak,HMS.LINCS.COMPOUND,https://lincs.hms.harvard.edu/db/sm/,canonical +merged.oak,HMS.LINCS.DATASET,https://lincs.hms.harvard.edu/db/datasets/,canonical merged.oak,hni,https://collectiedata.hetnieuweinstituut.nl/,canonical -merged.oak,hog,https://biopragmatics.github.io/providers/hog/,canonical +merged.oak,HOG,https://biopragmatics.github.io/providers/hog/,canonical merged.oak,HOGENOM,http://identifiers.org/hogenom/,canonical +merged.oak,HOIP,http://purl.bioontology.org/ontology/HOIP/HOIP_,canonical merged.oak,hola,https://moodle.insa-lyon.fr/course/view.php?id=,canonical merged.oak,holding,http://purl.org/ontology/holding#,canonical merged.oak,HOM,http://purl.obolibrary.org/obo/HOM_,canonical @@ -1543,11 +1521,10 @@ merged.oak,HOMOLOGENE,http://identifiers.org/homologene/,canonical merged.oak,hops,https://rdf.ag/o/hops#,canonical merged.oak,hosp,http://health.data.gov/def/hospital/,canonical merged.oak,hospital,http://www.agfa.com/w3c/2009/hospital#,canonical -merged.oak,HOVERGEN,http://identifiers.org/hovergen/,canonical merged.oak,HP,http://purl.obolibrary.org/obo/HP_,canonical merged.oak,hp,http://purl.org/voc/hp/,prefix_alias merged.oak,HPA,http://identifiers.org/hpa/,canonical -merged.oak,hpath,http://purl.obolibrary.org/obo/MC_,canonical +merged.oak,HPATH,http://purl.obolibrary.org/obo/MC_,canonical merged.oak,HPM.PEPTIDE,http://identifiers.org/hpm.peptide/,canonical merged.oak,HPM.PROTEIN,http://identifiers.org/hpm.protein/,canonical merged.oak,hpont,https://w3id.org/hpont#,canonical @@ -1557,9 +1534,8 @@ merged.oak,hqdm,http://www.semanticweb.org/hqdm#,canonical merged.oak,hqdmontol,http://www.semanticweb.org/magma-core/ontologies/hqdm#,canonical merged.oak,hr,http://iserve.kmi.open.ac.uk/ns/hrests#,canonical merged.oak,HsapDv,http://purl.obolibrary.org/obo/HsapDv_,canonical -merged.oak,hsdb,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical +merged.oak,HSDB,https://pubchem.ncbi.nlm.nih.gov/source/hsdb/,canonical merged.oak,HSO,http://purl.obolibrary.org/obo/HSO_,canonical -merged.oak,HSSP,http://identifiers.org/hssp/,canonical merged.oak,htir,http://www.w3.org/2011/http#,canonical merged.oak,html,http://www.w3.org/1999/xhtml/,canonical merged.oak,HTN,http://purl.obolibrary.org/obo/HTN_,canonical @@ -1590,13 +1566,13 @@ merged.oak,ical,http://www.w3.org/2002/12/cal/ical#,canonical merged.oak,icaltzd,http://www.w3.org/2002/12/cal/icaltzd#,canonical merged.oak,icane,http://www.icane.es/opendata/vocab#,canonical merged.oak,ICD10,http://identifiers.org/icd/,canonical -merged.oak,icd10cm,https://icd.codes/icd10cm/,canonical +merged.oak,ICD10CM,https://icd.codes/icd10cm/,canonical merged.oak,ICDC,http://identifiers.org/icdc/,canonical merged.oak,ICEBERG.ELEMENT,http://identifiers.org/iceberg.element/,canonical merged.oak,ICEBERG.FAMILY,http://identifiers.org/iceberg.family/,canonical merged.oak,ICEO,http://purl.obolibrary.org/obo/ICEO_,canonical -merged.oak,icepo,https://biopragmatics.github.io/providers/icepo/,canonical -merged.oak,icf,http://id.who.int/icd/entity/,canonical +merged.oak,ICEPO,https://biopragmatics.github.io/providers/icepo/,canonical +merged.oak,ICF,http://id.who.int/icd/entity/,canonical merged.oak,ICO,http://purl.obolibrary.org/obo/ICO_,canonical merged.oak,icon,https://w3id.org/icon/ontology/,canonical merged.oak,id,http://identifiers.org/,canonical @@ -1607,12 +1583,12 @@ merged.oak,identity,http://purl.org/twc/ontologies/identity.owl#,canonical merged.oak,ideotalex,http://www.ideotalex.eu/datos/recurso/,canonical merged.oak,IDO,http://purl.obolibrary.org/obo/IDO_,canonical merged.oak,ido,http://purl.obolibrary.org/obo/ido.owl#,prefix_alias -merged.oak,idocovid19,http://purl.obolibrary.org/obo/COVIDO_,canonical -merged.oak,idoden,http://purl.bioontology.org/ontology/IDODEN_,canonical +merged.oak,IDOCOVID19,http://purl.obolibrary.org/obo/COVIDO_,canonical +merged.oak,IDODEN,http://purl.bioontology.org/ontology/IDODEN_,canonical merged.oak,IDOMAL,http://purl.obolibrary.org/obo/IDOMAL_,canonical merged.oak,IDOO,http://identifiers.org/idoo/,canonical merged.oak,IDOT,http://identifiers.org/idot/,canonical -merged.oak,idpo,https://www.disprot.org/idpo/IDPO:,canonical +merged.oak,IDPO,https://www.disprot.org/idpo/IDPO:,canonical merged.oak,idpo,https://w3id.org/idpo#,prefix_alias merged.oak,IDR,http://identifiers.org/idr/,canonical merged.oak,ids,https://w3id.org/idsa/core/,canonical @@ -1624,7 +1600,7 @@ merged.oak,ifcowl,http://www.buildingsmart-tech.org/ifcOWL/IFC4_ADD2#,canonical merged.oak,igeo,http://rdf.insee.fr/def/geo#,canonical merged.oak,ignf,http://data.ign.fr/def/ignf#,canonical merged.oak,IGSN,http://identifiers.org/igsn/,canonical -merged.oak,igsr,https://www.internationalgenome.org/data-portal/sample/,canonical +merged.oak,IGSR,https://www.internationalgenome.org/data-portal/sample/,canonical merged.oak,ii,http://sparql.cwrc.ca/ontologies/ii#,canonical merged.oak,iiif,http://iiif.io/api/image/2#,canonical merged.oak,ilap,http://data.posccaesar.org/ilap/,canonical @@ -1643,10 +1619,10 @@ merged.oak,imo,http://imgpedia.dcc.uchile.cl/ontology#,canonical merged.oak,IMR,http://purl.obolibrary.org/obo/IMR_,canonical merged.oak,imreg,http://www.w3.org/2004/02/image-regions#,canonical merged.oak,ims,http://www.imsglobal.org/xsd/imsmd_v1p2/,canonical -merged.oak,inaturalist.observation,https://www.inaturalist.org/observations/,canonical -merged.oak,inaturalist.place,https://www.inaturalist.org/places/,canonical -merged.oak,inaturalist.taxon,https://www.inaturalist.org/taxa/,canonical -merged.oak,inaturalist.user,https://www.inaturalist.org/users/,canonical +merged.oak,INATURALIST.OBSERVATION,https://www.inaturalist.org/observations/,canonical +merged.oak,INATURALIST.PLACE,https://www.inaturalist.org/places/,canonical +merged.oak,INATURALIST.TAXON,https://www.inaturalist.org/taxa/,canonical +merged.oak,INATURALIST.USER,https://www.inaturalist.org/users/,canonical merged.oak,INCHI,http://identifiers.org/inchi/,canonical merged.oak,INCHIKEY,http://identifiers.org/inchikey/,canonical merged.oak,inchikey,https://identifiers.org/inchikey:,prefix_alias @@ -1660,9 +1636,6 @@ merged.oak,INO,http://purl.obolibrary.org/obo/INO_,canonical merged.oak,input,http://volt-name.space/vocab/input#,canonical merged.oak,INSDC,http://identifiers.org/insdc/,canonical merged.oak,insdc,http://ddbj.nig.ac.jp/ontologies/sequence#,prefix_alias -merged.oak,INSDC.CDS,http://identifiers.org/insdc.cds/,canonical -merged.oak,INSDC.GCA,http://identifiers.org/insdc.gca/,canonical -merged.oak,insdc.run,https://www.ebi.ac.uk/ena/browser/view/,canonical merged.oak,INSDC.SRA,http://identifiers.org/insdc.sra/,canonical merged.oak,IntAct,http://identifiers.org/intact/,canonical merged.oak,INTACT.MOLECULE,http://identifiers.org/intact.molecule/,canonical @@ -1672,6 +1645,7 @@ merged.oak,InterPro,https://registry.identifiers.org/registry/interpro/,canonica merged.oak,interval,http://reference.data.gov.uk/def/intervals/,canonical merged.oak,intervals,http://reference.data.gov.uk/def/intervals/,namespace_alias merged.oak,io,https://iaco.me/,canonical +merged.oak,IOBC,http://purl.jp/bio/4/id/,canonical merged.oak,iol,http://www.ontologydesignpatterns.org/ont/dul/IOLite.owl#,canonical merged.oak,iospress,http://ld.iospress.nl/rdf/ontology/,canonical merged.oak,iot,http://iotschema.org/,canonical @@ -1701,6 +1675,7 @@ merged.oak,isi,http://purl.org/ontology/is/inst/,canonical merged.oak,isidore,http://www.rechercheisidore.fr/class/,canonical merged.oak,ISNI,http://identifiers.org/isni/,canonical merged.oak,iso,http://purl.org/iso25964/skos-thes#,namespace_alias +merged.oak,ISO15926,http://standards.iso.org/iso/15926/part14/,canonical merged.oak,iso37120,http://ontology.eil.utoronto.ca/ISO37120.owl#,canonical merged.oak,isoadr,http://reference.data.gov.au/def/ont/iso19160-1-address#,canonical merged.oak,isocat,http://www.isocat.org/datcat/,canonical @@ -1727,8 +1702,7 @@ merged.oak,IUPHAR.LIGAND,http://identifiers.org/iuphar.ligand/,canonical merged.oak,IUPHAR.RECEPTOR,http://identifiers.org/iuphar.receptor/,canonical merged.oak,ja,http://jena.hpl.hp.com/2005/11/Assembler#,canonical merged.oak,java,http://www.w3.org/2007/uwa/context/java.owl#,canonical -merged.oak,jax,https://www.jax.org/strain/,canonical -merged.oak,JAXMICE,http://identifiers.org/jaxmice/,canonical +merged.oak,JAX,https://www.jax.org/strain/,canonical merged.oak,JCGGDB,http://identifiers.org/jcggdb/,canonical merged.oak,JCM,http://identifiers.org/jcm/,canonical merged.oak,JCSD,http://identifiers.org/jcsd/,canonical @@ -1757,18 +1731,8 @@ merged.oak,kbv,https://id.kb.se/vocab/,canonical merged.oak,kdo,http://kdo.render-project.eu/kdo#,canonical merged.oak,kdsf,https://kerndatensatz-forschung.de/version1/technisches_datenmodell/owl/kdsf.owl#,canonical merged.oak,kees,http://linkeddata.center/kees/v1#,canonical -merged.oak,kegg,http://bio2rdf.org/ns/kegg#,canonical -merged.oak,KEGG.COMPOUND,http://identifiers.org/kegg.compound/,canonical -merged.oak,KEGG.DISEASE,http://identifiers.org/kegg.disease/,canonical -merged.oak,KEGG.DRUG,http://identifiers.org/kegg.drug/,canonical -merged.oak,KEGG.GENES,http://identifiers.org/kegg.genes/,canonical -merged.oak,KEGG.GENOME,http://identifiers.org/kegg.genome/,canonical -merged.oak,KEGG.GLYCAN,http://identifiers.org/kegg.glycan/,canonical -merged.oak,KEGG.METAGENOME,http://identifiers.org/kegg.metagenome/,canonical -merged.oak,KEGG.MODULE,http://identifiers.org/kegg.module/,canonical -merged.oak,KEGG.ORTHOLOGY,http://identifiers.org/kegg.orthology/,canonical -merged.oak,KEGG.PATHWAY,http://identifiers.org/kegg.pathway/,namespace_alias -merged.oak,KEGG.REACTION,http://identifiers.org/kegg.reaction/,canonical +merged.oak,KEGG,http://identifiers.org/kegg/,canonical +merged.oak,kegg,http://bio2rdf.org/ns/kegg#,prefix_alias merged.oak,KEGG_ENZYME,http://identifiers.org/kegg.enzyme/,canonical merged.oak,KEGG_PATHWAY,http://identifiers.org/kegg.pathway/,canonical merged.oak,keys,http://purl.org/NET/c4dm/keys.owl#,canonical @@ -1808,7 +1772,7 @@ merged.oak,lawd,http://lawd.info/ontology/,canonical merged.oak,lbds,https://w3id.org/lbdserver#,namespace_alias merged.oak,lbdserver,https://w3id.org/lbdserver#,canonical merged.oak,lblodlg,http://data.lblod.info/vocabularies/leidinggevenden/,canonical -merged.oak,lbo,http://purl.obolibrary.org/obo/LBO_,canonical +merged.oak,LBO,http://purl.obolibrary.org/obo/LBO_,canonical merged.oak,lc,http://semweb.mmlab.be/ns/linkedconnections#,canonical merged.oak,lcdr,http://ns.lucid-project.org/revision/,canonical merged.oak,lcnaf,http://id.loc.gov/authorities/names/,canonical @@ -1868,8 +1832,7 @@ merged.oak,life,http://life.deri.ie/schema/,canonical merged.oak,lifecycle,http://purl.org/vocab/lifecycle/schema#,canonical merged.oak,LIGANDBOOK,http://identifiers.org/ligandbook/,canonical merged.oak,LIGANDBOX,http://identifiers.org/ligandbox/,canonical -merged.oak,LIGANDEXPO,http://identifiers.org/ligandexpo/,canonical -merged.oak,ligea,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical +merged.oak,LIGEA,http://hpc-bioinformatics.cineca.it/fusion/cell_line/,canonical merged.oak,like,http://ontologi.es/like#,canonical merged.oak,lime,http://www.w3.org/ns/lemon/lime#,canonical merged.oak,limo,http://www.purl.org/limo-ontology/limo#,canonical @@ -1925,31 +1888,30 @@ merged.oak,lofv,http://purl.org/legal_form/vocab#,canonical merged.oak,log,http://www.w3.org/2000/10/swap/log#,canonical merged.oak,LOGGERHEAD,http://purl.obolibrary.org/obo/LOGGERHEAD_,canonical merged.oak,logies,https://data.vlaanderen.be/ns/logies#,canonical -merged.oak,loinc,https://loinc.org/,canonical +merged.oak,LOINC,https://loinc.org/,canonical merged.oak,lom,http://ltsc.ieee.org/rdf/lomv1p0/lom#,canonical merged.oak,lomvoc,http://ltsc.ieee.org/rdf/lomv1p0/vocabulary#,canonical -merged.oak,loqate,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical +merged.oak,LOQATE,http://www.weizmann.ac.il/molgen/loqate/gene/view/,canonical merged.oak,losp,http://sparql.sstu.ru:3030/speciality/,canonical merged.oak,loted,http://loted.eu/ontology#,canonical merged.oak,lotico,http://www.lotico.com/resource/,canonical merged.oak,loticoowl,http://www.lotico.com/ontology/,canonical -merged.oak,lotus,https://lotus.naturalproducts.net/compound/lotus_id/,canonical +merged.oak,LOTUS,https://lotus.naturalproducts.net/compound/lotus_id/,canonical merged.oak,loupe,http://ont-loupe.linkeddata.es/def/core/,canonical merged.oak,lovc,https://w3id.org/lovcube/ns/lovcube#,canonical merged.oak,lp,http://launchpad.net/rdf/launchpad#,canonical merged.oak,lpeu,http://purl.org/linkedpolitics/vocabulary/eu/plenary/,canonical merged.oak,lprov,http://id.learning-provider.data.ac.uk/terms#,canonical -merged.oak,lpt,http://purl.obolibrary.org/obo/LPT_,canonical +merged.oak,LPT,http://purl.obolibrary.org/obo/LPT_,canonical merged.oak,lr,http://linkedrecipes.org/schema/,namespace_alias merged.oak,lrcommon,http://landregistry.data.gov.uk/def/common/,canonical -merged.oak,LRG,http://identifiers.org/lrg/,canonical merged.oak,ls,http://linkedspending.aksw.org/instance/,canonical merged.oak,lsc,http://linkedscience.org/lsc/ns#,canonical merged.oak,lsd,http://linkedwidgets.org/statisticaldata/ontology/,canonical merged.oak,lslife,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-lifemapper.owl#,canonical merged.oak,lsmap,http://ontology.cybershare.utep.edu/ELSEWeb/elseweb-data.owl#,canonical merged.oak,lso,http://linkedspending.aksw.org/ontology/,canonical -merged.oak,lspci,https://labsyspharm.github.io/lspci/,canonical +merged.oak,LSPCI,https://labsyspharm.github.io/lspci/,canonical merged.oak,lsq,http://lsq.aksw.org/vocab#,namespace_alias merged.oak,lsqr,http://lsq.aksw.org/,canonical merged.oak,lsqv,http://lsq.aksw.org/vocab#,canonical @@ -2004,7 +1966,6 @@ merged.oak,MASSIVE,http://identifiers.org/massive/,canonical merged.oak,master1,http://idl.u-grenoble3.fr/,canonical merged.oak,MAT,http://purl.obolibrary.org/obo/MAT_,canonical merged.oak,math,http://www.w3.org/2000/10/swap/math#,canonical -merged.oak,MATRIXDB.ASSOCIATION,http://identifiers.org/matrixdb.association/,canonical merged.oak,matrycs,http://matrycs.com/,canonical merged.oak,matvoc,http://stream-ontology.com/matvoc/,canonical merged.oak,MAXO,http://purl.obolibrary.org/obo/MAXO_,canonical @@ -2012,6 +1973,7 @@ merged.oak,mb,http://dbtune.org/musicbrainz/resource/instrument/,canonical merged.oak,MBA,https://biopragmatics.github.io/providers/mba/,canonical merged.oak,mbgd,http://mbgd.genome.ad.jp/owl/mbgd.owl#,canonical merged.oak,mbkeys,https://pastebin.com/ThBfphb8#,canonical +merged.oak,MCC,http://www.semanticweb.org/pallabi.d/ontologies/2014/2/untitled-ontology-11#,canonical merged.oak,mccv,http://purl.jp/bio/10/mccv#,canonical merged.oak,MCO,http://purl.obolibrary.org/obo/MCO_,canonical merged.oak,md,http://www.w3.org/ns/md#,canonical @@ -2025,7 +1987,6 @@ merged.oak,meb,http://rdf.myexperiment.org/ontologies/base/,canonical merged.oak,MEDDRA,http://identifiers.org/meddra/,canonical merged.oak,MEDGEN,http://identifiers.org/medgen/,canonical merged.oak,media,http://search.yahoo.com/searchmonkey/media/,canonical -merged.oak,MEDLINEPLUS,http://identifiers.org/medlineplus/,canonical merged.oak,medred,http://w3id.org/medred/medred#,canonical merged.oak,meeting,http://www.w3.org/2002/07/meeting#,canonical merged.oak,meetup,http://www.lotico.com/meetup/,canonical @@ -2040,10 +2001,9 @@ merged.oak,MEROPS.ENTRY,http://identifiers.org/merops.inhibitor/,canonical merged.oak,MEROPS.FAMILY,http://identifiers.org/merops.family/,canonical merged.oak,MESH,http://identifiers.org/mesh/,canonical merged.oak,mesh,http://id.nlm.nih.gov/mesh/,prefix_alias -merged.oak,MESH.2012,http://identifiers.org/mesh.2012/,canonical -merged.oak,MESH.2013,http://identifiers.org/mesh.2013/,canonical +merged.oak,MESH.VOCAB,http://id.nlm.nih.gov/mesh/vocab#,canonical merged.oak,mesh2021,http://id.nlm.nih.gov/mesh/2021/,canonical -merged.oak,meshv,http://id.nlm.nih.gov/mesh/vocab#,canonical +merged.oak,meshv,http://id.nlm.nih.gov/mesh/vocab#,namespace_alias merged.oak,meta,https://krr.triply.cc/krr/sameas-meta/def/,canonical merged.oak,METABOLIGHTS,http://identifiers.org/metabolights/,canonical merged.oak,MetaCyc,https://identifiers.org/metacyc.reaction/,canonical @@ -2055,8 +2015,6 @@ merged.oak,METANETX.CHEMICAL,http://identifiers.org/metanetx.chemical/,canonical merged.oak,METANETX.COMPARTMENT,http://identifiers.org/metanetx.compartment/,canonical merged.oak,METANETX.REACTION,http://identifiers.org/metanetx.reaction/,canonical merged.oak,METATLAS,http://identifiers.org/metatlas/,canonical -merged.oak,metatlas.metabolite,https://metabolicatlas.org/identifier/MetabolicAtlas/,canonical -merged.oak,metatlas.reaction,https://metabolicatlas.org/identifier/MetabolicAtlas/,namespace_alias merged.oak,meteo,http://purl.org/ns/meteo#,canonical merged.oak,METLIN,http://identifiers.org/metlin/,canonical merged.oak,MEX,http://identifiers.org/mex/,canonical @@ -2074,7 +2032,7 @@ merged.oak,MGE,http://identifiers.org/MGE/,canonical merged.oak,mged,http://mged.sourceforge.net/ontologies/MGEDOntology.owl#,canonical merged.oak,MGI,https://identifiers.org/MGI/,canonical merged.oak,MGI,http://identifiers.org/MGI/,prefix_alias -merged.oak,mgnify.analysis,https://www.ebi.ac.uk/metagenomics/analyses/,canonical +merged.oak,MGNIFY.ANALYSIS,https://www.ebi.ac.uk/metagenomics/analyses/,canonical merged.oak,MGNIFY.PROJ,http://identifiers.org/mgnify.proj/,canonical merged.oak,MGNIFY.SAMP,http://identifiers.org/mgnify.samp/,canonical merged.oak,mgv,http://mangaview.fr/mgv#,canonical @@ -2085,7 +2043,7 @@ merged.oak,MICRO,http://purl.obolibrary.org/obo/MICRO_,canonical merged.oak,MICROSCOPE,http://identifiers.org/microscope/,canonical merged.oak,MICROSPORIDIA,http://identifiers.org/microsporidia/,canonical merged.oak,mil,http://rdf.muninn-project.org/ontologies/military#,canonical -merged.oak,millipore,https://www.merckmillipore.com/catalogue/item/,canonical +merged.oak,MILLIPORE,https://www.merckmillipore.com/catalogue/item/,canonical merged.oak,mime,https://www.iana.org/assignments/media-types/,canonical merged.oak,MIMODB,http://identifiers.org/mimodb/,canonical merged.oak,MINID,http://identifiers.org/minid/,canonical @@ -2096,14 +2054,16 @@ merged.oak,MIPMOD,http://identifiers.org/mipmod/,canonical merged.oak,MIR,http://identifiers.org/MIR/,canonical merged.oak,MIRBASE,http://identifiers.org/mirbase/,canonical merged.oak,MIRBASE.MATURE,http://identifiers.org/mirbase.mature/,canonical -merged.oak,MIREX,http://identifiers.org/mirex/,canonical merged.oak,MIRIAM,http://identifiers.org/identifiers.namespace/,canonical +merged.oak,MIRIAM.COLLECTION,http://identifiers.org/miriam.collection/,canonical +merged.oak,MIRIAM.RESOURCE,http://identifiers.org/miriam.resource/,canonical merged.oak,MIRNAO,http://purl.obolibrary.org/obo/MIRNAO_,canonical merged.oak,MIRNEST,http://identifiers.org/mirnest/,canonical merged.oak,MIRO,http://purl.obolibrary.org/obo/MIRO_,canonical merged.oak,MIRTARBASE,http://identifiers.org/mirtarbase/,canonical merged.oak,misp,http://purl.org/cyber/misp#,canonical merged.oak,mit,http://purl.org/ontology/mo/mit#,canonical +merged.oak,MIXS,https://w3id.org/mixs/,canonical merged.oak,MLC,http://identifiers.org/mlc/,canonical merged.oak,mls,http://www.w3.org/ns/mls#,canonical merged.oak,mltd,https://mltd.pikopikopla.net/mltd-schema#,canonical @@ -2129,7 +2089,6 @@ merged.oak,MO,http://purl.obolibrary.org/obo/MO_,canonical merged.oak,mo,http://purl.org/ontology/mo/,prefix_alias merged.oak,moac,http://observedchange.com/moac/ns#,canonical merged.oak,moat,http://moat-project.org/ns#,canonical -merged.oak,MOBIDB,http://identifiers.org/mobidb/,canonical merged.oak,mobiliteit,https://data.vlaanderen.be/ns/mobiliteit#,canonical merged.oak,mobivoc,http://schema.mobivoc.org/,namespace_alias merged.oak,moby,http://www.mygrid.org.uk/mygrid-moby-service#,canonical @@ -2148,7 +2107,7 @@ merged.oak,money,http://purl.org/net/rdf-money/,canonical merged.oak,moo,http://www.movieontology.org/2009/11/09/movieontology.owl#,canonical merged.oak,MOP,http://purl.obolibrary.org/obo/MOP_,canonical merged.oak,MORPHEUS,http://identifiers.org/morpheus/,canonical -merged.oak,mosaic,https://purl.dataone.org/odo/MOSAIC_,canonical +merged.oak,MOSAIC,https://purl.dataone.org/odo/MOSAIC_,canonical merged.oak,motogp,http://www.motogp.com/,canonical merged.oak,movie,http://data.linkedmdb.org/resource/movie/,canonical merged.oak,movieo,http://movie.com/ontology/,canonical @@ -2166,8 +2125,8 @@ merged.oak,MRO,http://purl.obolibrary.org/obo/MRO_,canonical merged.oak,mrt,http://marineregions.org/ns/placetypes#,canonical merged.oak,MS,http://purl.obolibrary.org/obo/MS_,canonical merged.oak,ms,http://purl.org/obo/owl/MS#,prefix_alias -merged.oak,msigdb,https://biopragmatics.github.io/providers/msigdb/,canonical -merged.oak,msio,http://purl.obolibrary.org/obo/MSIO_,canonical +merged.oak,MSIGDB,https://biopragmatics.github.io/providers/msigdb/,canonical +merged.oak,MSIO,http://purl.obolibrary.org/obo/MSIO_,canonical merged.oak,msm,http://iserve.kmi.open.ac.uk/ns/msm#,canonical merged.oak,msr,http://www.telegraphis.net/ontology/measurement/measurement#,canonical merged.oak,mt,http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#,namespace_alias @@ -2176,10 +2135,7 @@ merged.oak,mtecore,http://purl.org/olia/mte/multext-east.owl#,canonical merged.oak,mtlo,http://www.ics.forth.gr/isl/MarineTLO/v4/marinetlo.owl#,canonical merged.oak,mu,http://mu.semte.ch/vocabularies/core/,canonical merged.oak,muldicat,http://iflastandards.info/ns/muldicat#,canonical -merged.oak,multicellds,http://multicellds.org/MultiCellDB/,canonical -merged.oak,MULTICELLDS.CELL_LINE,http://identifiers.org/multicellds.cell_line/,canonical -merged.oak,MULTICELLDS.COLLECTION,http://identifiers.org/multicellds.collection/,canonical -merged.oak,MULTICELLDS.SNAPSHOT,http://identifiers.org/multicellds.snapshot/,canonical +merged.oak,MULTICELLDS,http://multicellds.org/MultiCellDB/,canonical merged.oak,munc,http://ns.inria.fr/munc#,canonical merged.oak,muni,http://vocab.linkeddata.es/urbanismo-infraestructuras/territorio#,canonical merged.oak,muo,http://purl.oclc.org/NET/muo/muo#,canonical @@ -2218,17 +2174,16 @@ merged.oak,NASC,http://identifiers.org/nasc/,canonical merged.oak,nature,http://deductions.github.io/nature_observation.owl.ttl#,canonical merged.oak,naval,http://rdf.muninn-project.org/ontologies/naval#,canonical merged.oak,navm,https://w3id.org/navigation_menu#,canonical -merged.oak,NBN,http://identifiers.org/nbn/,canonical merged.oak,NBO,http://purl.obolibrary.org/obo/NBO_,canonical merged.oak,nbo,http://data.bioontology.org/ontologies/NBO/,prefix_alias merged.oak,NBRC,http://identifiers.org/nbrc/,canonical merged.oak,ncal,http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#,canonical -merged.oak,ncats.drug,https://drugs.ncats.io/drug/,canonical +merged.oak,NCATS.DRUG,https://drugs.ncats.io/drug/,canonical merged.oak,ncbi,https://www.ncbi.nlm.nih.gov/,canonical merged.oak,NCBI.ASSEMBLY,http://identifiers.org/assembly/,canonical -merged.oak,ncbi.genome,https://www.ncbi.nlm.nih.gov/genome/,canonical -merged.oak,ncbi.resource,https://bioregistry.io/metaregistry/ncbi/,canonical -merged.oak,ncbibook,https://www.ncbi.nlm.nih.gov/books/,canonical +merged.oak,NCBI.GENOME,https://www.ncbi.nlm.nih.gov/genome/,canonical +merged.oak,NCBI.RESOURCE,https://bioregistry.io/metaregistry/ncbi/,canonical +merged.oak,NCBIBOOK,https://www.ncbi.nlm.nih.gov/books/,canonical merged.oak,NCBIGene,https://identifiers.org/ncbigene/,canonical merged.oak,NCBIGene,http://identifiers.org/ncbigene/,prefix_alias merged.oak,NCBIProtein,http://identifiers.org/ncbiprotein/,canonical @@ -2241,9 +2196,9 @@ merged.oak,NCIThesaurus,http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#,cano merged.oak,nco,http://www.semanticdesktop.org/ontologies/2007/03/22/nco#,canonical merged.oak,NCRO,http://purl.obolibrary.org/obo/NCRO_,canonical merged.oak,NDC,http://identifiers.org/ndc/,canonical -merged.oak,nddf,http://purl.bioontology.org/ontology/NDDF/,canonical -merged.oak,ndex,https://www.ndexbio.org/viewer/networks/,canonical -merged.oak,ndfrt,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical +merged.oak,NDDF,http://purl.bioontology.org/ontology/NDDF/,canonical +merged.oak,NDEX,https://www.ndexbio.org/viewer/networks/,canonical +merged.oak,NDFRT,https://evs.nci.nih.gov/ftp1/NDF-RT/NDF-RT.owl#,canonical merged.oak,ndl,http://schemas.ogf.org/nml/2013/05/base#,canonical merged.oak,ndnp,http://chroniclingamerica.loc.gov/terms#,canonical merged.oak,ne,http://umbel.org/umbel/ne/,canonical @@ -2273,29 +2228,29 @@ merged.oak,nid3,http://www.semanticdesktop.org/ontologies/2007/05/10/nid3#,canon merged.oak,nidm,http://nidm.nidash.org/,canonical merged.oak,nie,http://www.semanticdesktop.org/ontologies/2007/01/19/nie#,canonical merged.oak,nif,http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#,canonical -merged.oak,nif.ext,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical -merged.oak,nif.std,http://uri.neuinfo.org/nif/nifstd/,canonical +merged.oak,NIF.EXT,http://uri.neuinfo.org/nif/nifstd/nifext_,canonical +merged.oak,NIF.STD,http://uri.neuinfo.org/nif/nifstd/,canonical merged.oak,NIF_CELL,http://purl.obolibrary.org/obo/NIF_CELL_,canonical merged.oak,NIF_DYSFUNCTION,http://purl.obolibrary.org/obo/NIF_DYSFUNCTION_,canonical merged.oak,NIF_GROSSANATOMY,http://purl.obolibrary.org/obo/NIF_GROSSANATOMY_,canonical merged.oak,nih,http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#,namespace_alias -merged.oak,nihreporter.project,https://reporter.nih.gov/project-details/,canonical +merged.oak,NIHREPORTER.PROJECT,https://reporter.nih.gov/project-details/,canonical merged.oak,nkos,http://w3id.org/nkos#,canonical -merged.oak,nlm,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical +merged.oak,NLM,https://www.ncbi.nlm.nih.gov/nlmcatalog/,canonical merged.oak,nlon,http://lod.nl.go.kr/ontology/,canonical -merged.oak,nlx.anat,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical -merged.oak,nlx.br,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical -merged.oak,nlx.cell,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical -merged.oak,nlx.chem,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical -merged.oak,nlx.dys,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical -merged.oak,nlx.func,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical -merged.oak,nlx.inv,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical -merged.oak,nlx.mol,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical -merged.oak,nlx.oen,http://uri.neuinfo.org/nif/nifstd/oen_,canonical -merged.oak,nlx.org,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical -merged.oak,nlx.qual,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical -merged.oak,nlx.res,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical -merged.oak,nlx.sub,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical +merged.oak,NLX.ANAT,http://uri.neuinfo.org/nif/nifstd/nlx_anat_,canonical +merged.oak,NLX.BR,http://uri.neuinfo.org/nif/nifstd/nlx_br_,canonical +merged.oak,NLX.CELL,http://uri.neuinfo.org/nif/nifstd/nlx_cell_,canonical +merged.oak,NLX.CHEM,http://uri.neuinfo.org/nif/nifstd/nlx_chem_,canonical +merged.oak,NLX.DYS,http://uri.neuinfo.org/nif/nifstd/nlx_dys_,canonical +merged.oak,NLX.FUNC,http://uri.neuinfo.org/nif/nifstd/nlx_func_,canonical +merged.oak,NLX.INV,http://uri.neuinfo.org/nif/nifstd/nlx_inv_,canonical +merged.oak,NLX.MOL,http://uri.neuinfo.org/nif/nifstd/nlx_mol_,canonical +merged.oak,NLX.OEN,http://uri.neuinfo.org/nif/nifstd/oen_,canonical +merged.oak,NLX.ORG,http://uri.neuinfo.org/nif/nifstd/nlx_organ_,canonical +merged.oak,NLX.QUAL,http://uri.neuinfo.org/nif/nifstd/nlx_qual_,canonical +merged.oak,NLX.RES,http://uri.neuinfo.org/nif/nifstd/nlx_res_,canonical +merged.oak,NLX.SUB,http://uri.neuinfo.org/nif/nifstd/nlx_subcell_,canonical merged.oak,NMDC,http://identifiers.org/nmdc/,canonical merged.oak,nmo,http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#,canonical merged.oak,NMR,http://purl.obolibrary.org/obo/NMR_,canonical @@ -2303,7 +2258,7 @@ merged.oak,NMRSHIFTDB2,http://identifiers.org/nmrshiftdb2/,canonical merged.oak,nndsr,http://semanticdiet.com/schema/usda/nndsr/,canonical merged.oak,nno,https://w3id.org/nno/ontology#,canonical merged.oak,no,http://km.aifb.kit.edu/projects/numbers/number#,canonical -merged.oak,noaa,https://www.fisheries.noaa.gov/species/,canonical +merged.oak,NOAA,https://www.fisheries.noaa.gov/species/,canonical merged.oak,nobel,http://data.nobelprize.org/terms/,canonical merged.oak,nocal,http://vocab.deri.ie/nocal#,canonical merged.oak,noise,http://vocab.linkeddata.es/datosabiertos/def/medio-ambiente/contaminacion-acustica#,canonical @@ -2315,7 +2270,7 @@ merged.oak,NONCODEV4.GENE,http://identifiers.org/noncodev4.gene/,canonical merged.oak,NONCODEV4.RNA,http://identifiers.org/noncodev4.rna/,canonical merged.oak,NORINE,http://identifiers.org/norine/,canonical merged.oak,nosql,http://purl.org/db/nosql#,canonical -merged.oak,novus,https://www.novusbio.com/products/,canonical +merged.oak,NOVUS,https://www.novusbio.com/products/,canonical merged.oak,np,http://www.nanopub.org/nschema#,canonical merged.oak,npdv,http://sws.ifi.uio.no/vocab/npd#,canonical merged.oak,npg,http://ns.nature.com/terms/,canonical @@ -2335,8 +2290,7 @@ merged.oak,nsogi,http://prefix.cc/nsogi:,canonical merged.oak,nt,http://ns.inria.fr/nicetag/2010/09/09/voc#,canonical merged.oak,ntag,http://ns.inria.fr/nicetag/2010/09/09/voc#,namespace_alias merged.oak,ntp,https://schema.finto.fi/ntp#,canonical -merged.oak,NUCLEARBD,http://identifiers.org/nuclearbd/,canonical -merged.oak,NUCLEOTIDE,http://identifiers.org/nucleotide/,canonical +merged.oak,NUCLEARDB,http://identifiers.org/nuclearbd/,canonical merged.oak,number,http://km.aifb.kit.edu/projects/numbers/number#,namespace_alias merged.oak,numbers,http://km.aifb.kit.edu/projects/numbers/,canonical merged.oak,nuts,http://dd.eionet.europa.eu/vocabulary/common/nuts/,canonical @@ -2345,7 +2299,7 @@ merged.oak,nxp,http://purl.org/nxp/schema/v1/,canonical merged.oak,nxs,http://www.neclimateus.org/,canonical merged.oak,nyt,http://data.nytimes.com/,canonical merged.oak,nytimes,http://data.nytimes.com/elements/,canonical -merged.oak,oa,http://www.w3.org/ns/oa#,canonical +merged.oak,OA,http://www.w3.org/ns/oa#,canonical merged.oak,oac,http://www.openannotation.org/ns/,canonical merged.oak,oad,http://lod.xdams.org/reload/oad/,canonical merged.oak,OAE,http://purl.obolibrary.org/obo/OAE_,canonical @@ -2357,6 +2311,7 @@ merged.oak,oat,http://openlinksw.com/schemas/oat/,canonical merged.oak,oauth,http://demiblog.org/vocab/oauth#,canonical merged.oak,oax,http://www.w3.org/ns/openannotation/extensions/,canonical merged.oak,OBA,http://purl.obolibrary.org/obo/OBA_,canonical +merged.oak,OBAN,http://purl.org/oban/,canonical merged.oak,OBCS,http://purl.obolibrary.org/obo/OBCS_,canonical merged.oak,obeu,http://data.openbudgets.eu/ontology/,canonical merged.oak,OBI,http://purl.obolibrary.org/obo/OBI_,canonical @@ -2382,7 +2337,6 @@ merged.oak,OCLC,http://identifiers.org/oclc/,canonical merged.oak,oco,https://w3id.org/oc/ontology/,canonical merged.oak,ocsw,http://data.diekb.org/def/ocsw#,canonical merged.oak,od,http://purl.org/twc/vocab/opendap#,canonical -merged.oak,ODAM,http://identifiers.org/odam/,canonical merged.oak,odapp,http://vocab.deri.ie/odapp#,canonical merged.oak,odapps,http://semweb.mmlab.be/ns/odapps#,canonical merged.oak,odbc,http://www.openlinksw.com/ontology/odbc#,canonical @@ -2391,7 +2345,6 @@ merged.oak,ODC.TBI,http://identifiers.org/odc.tbi/,canonical merged.oak,odcs,http://opendata.cz/infrastructure/odcleanstore/,canonical merged.oak,odf,http://docs.oasis-open.org/ns/office/1.2/meta/odf#,canonical merged.oak,odo,http://ocean-data.org/schema/,canonical -merged.oak,ODOR,http://identifiers.org/odor/,canonical merged.oak,odp,http://ontologydesignpatterns.org/,canonical merged.oak,odpart,http://www.ontologydesignpatterns.org/cp/owl/participation.owl#,canonical merged.oak,odrl,http://www.w3.org/ns/odrl/2/,canonical @@ -2441,7 +2394,7 @@ merged.oak,olia,http://purl.org/olia/olia.owl#,canonical merged.oak,olias,http://purl.org/olia/system.owl#,namespace_alias merged.oak,oliasystem,http://purl.org/olia/system.owl#,canonical merged.oak,olo,http://purl.org/ontology/olo/core#,canonical -merged.oak,om,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical +merged.oak,OM,http://www.ontology-of-units-of-measure.org/resource/om-2/,canonical merged.oak,om,http://opendata.caceres.es/def/ontomunicipio#,prefix_alias merged.oak,OMA.GRP,http://identifiers.org/oma.grp/,canonical merged.oak,OMA.HOG,http://identifiers.org/OMA.HOG/,canonical @@ -2452,6 +2405,7 @@ merged.oak,omc,http://purl.org/ontomedia/ext/common/bestiary#,canonical merged.oak,omdoc,http://omdoc.org/ontology/,canonical merged.oak,ome,http://purl.org/ontomedia/core/expression#,canonical merged.oak,omg,https://w3id.org/omg#,canonical +merged.oak,OMIA,http://identifiers.org/omia/,canonical merged.oak,OMIABIS,http://purl.obolibrary.org/obo/OMIABIS_,canonical merged.oak,OMIM,http://identifiers.org/mim/,canonical merged.oak,omim,http://purl.bioontology.org/ontology/OMIM/,prefix_alias @@ -2463,7 +2417,7 @@ merged.oak,omnfed,http://open-multinet.info/ontology/omn-federation#,canonical merged.oak,omnlc,http://open-multinet.info/ontology/omn-lifecycle#,namespace_alias merged.oak,omnlife,http://open-multinet.info/ontology/omn-lifecycle#,canonical merged.oak,OMO,http://purl.obolibrary.org/obo/OMO_,canonical -merged.oak,omop,https://athena.ohdsi.org/search-terms/terms/,canonical +merged.oak,OMOP,https://athena.ohdsi.org/search-terms/terms/,canonical merged.oak,omop,http://api.ohdsi.org/WebAPI/vocabulary/concept/,prefix_alias merged.oak,OMP,http://purl.obolibrary.org/obo/OMP_,canonical merged.oak,omp,http://purl.org/ontomedia/ext/common/profession#,prefix_alias @@ -2471,7 +2425,7 @@ merged.oak,OMRSE,http://purl.obolibrary.org/obo/OMRSE_,canonical merged.oak,omt,http://purl.org/ontomedia/ext/common/trait#,canonical merged.oak,omv,http://omv.ontoware.org/2005/05/ontology#,canonical merged.oak,onc,http://www.ics.forth.gr/isl/oncm/core#,canonical -merged.oak,oncotree,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical +merged.oak,ONCOTREE,http://oncotree.mskcc.org/api/tumorTypes/search/code/,canonical merged.oak,ondc,http://www.semanticweb.org/ontologies/2012/1/Ontology1329913965202.owl#,canonical merged.oak,ONE,http://purl.obolibrary.org/obo/ONE_,canonical merged.oak,one,https://bioportal.bioontology.org/ontologies/ONE/,prefix_alias @@ -2498,7 +2452,7 @@ merged.oak,opa,https://w3id.org/laas-iot/adream#,canonical merged.oak,OPB,http://identifiers.org/opb/,canonical merged.oak,open,http://open.vocab.org/terms/,namespace_alias merged.oak,open311,http://ontology.eil.utoronto.ca/open311#,canonical -merged.oak,openalex,https://openalex.org/,canonical +merged.oak,OPENALEX,https://openalex.org/,canonical merged.oak,opencyc,http://sw.opencyc.org/concept/,namespace_alias merged.oak,opengov,http://www.w3.org/opengov#,canonical merged.oak,openlinks,http://www.openlinksw.com/schemas/virtrdf#,canonical @@ -2558,8 +2512,7 @@ merged.oak,origins,http://origins.link/,canonical merged.oak,ORNASEQ,http://purl.obolibrary.org/obo/ORNASEQ_,canonical merged.oak,ORPHANET,http://identifiers.org/orphanet/,canonical merged.oak,ORPHANET.ORDO,http://identifiers.org/orphanet.ordo/,canonical -merged.oak,orth,http://purl.org/net/orth#,canonical -merged.oak,ORTHODB,http://identifiers.org/orthodb/,canonical +merged.oak,ORTH,http://purl.org/net/orth#,canonical merged.oak,ORYZABASE.GENE,http://identifiers.org/oryzabase.gene/,canonical merged.oak,ORYZABASE.MUTANT,http://identifiers.org/oryzabase.mutant/,canonical merged.oak,ORYZABASE.REFERENCE,http://identifiers.org/oryzabase.reference/,canonical @@ -2607,6 +2560,7 @@ merged.oak,owl2xml,http://www.w3.org/2006/12/owl2-xml#,canonical merged.oak,owlim,http://www.ontotext.com/trree/owlim#,canonical merged.oak,owls,http://www.daml.org/services/owl-s/1.2/Service.owl#,canonical merged.oak,owlse,http://www.daml.org/services/owl-s/1.2/generic/Expression.owl#,canonical +merged.oak,OWLSTAR,http://w3id.org/owlstar/,canonical merged.oak,owltime,http://www.w3.org/TR/owl-time#,canonical merged.oak,owms,http://standaarden.overheid.nl/owms/terms/,canonical merged.oak,owsom,https://onlinesocialmeasures.wordpress.com/,canonical @@ -2614,8 +2568,6 @@ merged.oak,ox,http://vocab.ox.ac.uk/projectfunding#,canonical merged.oak,oxi,http://omerxi.com/ontologies/core.owl.ttl#,canonical merged.oak,p20,http://zbw.eu/beta/p20/vocab/,canonical merged.oak,p2po,https://purl.org/p2p-o#,canonical -merged.oak,P3DB.PROTEIN,http://identifiers.org/p3db.protein/,canonical -merged.oak,P3DB.SITE,http://identifiers.org/p3db.site/,canonical merged.oak,p3p,http://www.w3.org/2002/01/p3prdfv1#,canonical merged.oak,paam,https://lod.mediathek-tanz-theater.de/schema/paam/,canonical merged.oak,paf,https://paf.link/,canonical @@ -2633,9 +2585,10 @@ merged.oak,PAO,http://purl.obolibrary.org/obo/PAO_,canonical merged.oak,parl,https://id.parliament.uk/schema/,canonical merged.oak,part,http://purl.org/vocab/participation/schema#,canonical merged.oak,particip,http://purl.org/vocab/participation/schema#,namespace_alias +merged.oak,PASS2,http://identifiers.org/pass2/,canonical merged.oak,passim,http://data.lirmm.fr/ontologies/passim#,canonical merged.oak,pat,http://purl.org/hpi/patchr#,canonical -merged.oak,pathbank,https://pathbank.org/view/,canonical +merged.oak,PATHBANK,https://pathbank.org/view/,canonical merged.oak,PATHWAYCOMMONS,http://identifiers.org/pathwaycommons/,canonical merged.oak,PATO,http://purl.obolibrary.org/obo/PATO_,canonical merged.oak,pattern,http://www.essepuntato.it/2008/12/pattern#,canonical @@ -2658,10 +2611,8 @@ merged.oak,PCL,http://purl.obolibrary.org/obo/PCL_,canonical merged.oak,PCO,http://purl.obolibrary.org/obo/PCO_,canonical merged.oak,PD_ST,http://purl.obolibrary.org/obo/PD_ST_,canonical merged.oak,PDB,http://identifiers.org/pdb/,canonical -merged.oak,PDB-CCD,http://identifiers.org/pdb-ccd/,canonical merged.oak,PDB.LIGAND,http://identifiers.org/pdb.ligand/,canonical -merged.oak,pdbsum,https://www.ebi.ac.uk/pdbsum/,canonical -merged.oak,pdc.study,https://pdc.cancer.gov/pdc/study/,canonical +merged.oak,PDC.STUDY,https://pdc.cancer.gov/pdc/study/,canonical merged.oak,pdf,http://ns.adobe.com/pdf/1.3/,canonical merged.oak,pdo,http://ontologies.smile.deri.ie/pdo#,canonical merged.oak,PDRO,http://purl.obolibrary.org/obo/PDRO_,canonical @@ -2669,11 +2620,12 @@ merged.oak,PdumDv,http://purl.obolibrary.org/obo/PdumDv_,canonical merged.oak,PECO,http://purl.obolibrary.org/obo/PECO_,canonical merged.oak,peco,https://w3id.org/peco#,prefix_alias merged.oak,PED,http://identifiers.org/ped/,canonical -merged.oak,PED.ENSEMBLE,http://identifiers.org/ped.ensemble/,canonical +merged.oak,PEFF,https://biopragmatics.github.io/providers/peff/,canonical merged.oak,penis,http://penis.to/#,canonical merged.oak,penn,http://purl.org/olia/penn.owl#,canonical merged.oak,PENNSIEVE,http://identifiers.org/ps/,canonical merged.oak,pep,https://w3id.org/pep/,canonical +merged.oak,PEPBANK,http://pepbank.mgh.harvard.edu/interactions/details/,canonical merged.oak,PEPTIDEATLAS,http://identifiers.org/peptideatlas/,canonical merged.oak,PEPTIDEATLAS.DATASET,http://identifiers.org/peptideatlas.dataset/,canonical merged.oak,PEROXIBASE,http://identifiers.org/peroxibase/,canonical @@ -2684,9 +2636,9 @@ merged.oak,persoon,http://data.vlaanderen.be/ns/persoon#,namespace_alias merged.oak,pext,http://www.ontotext.com/proton/protonext#,canonical merged.oak,pf,http://jena.hpl.hp.com/ARQ/property#,canonical merged.oak,PFAM,http://identifiers.org/pfam/,canonical -merged.oak,pfam.clan,https://www.ebi.ac.uk/interpro/set/pfam/,canonical +merged.oak,PFAM.CLAN,https://www.ebi.ac.uk/interpro/set/pfam/,canonical merged.oak,pfeepsa,https://w3id.org/pfeepsa#,canonical -merged.oak,pfr,http://repository.topdownproteomics.org/proteoforms/,canonical +merged.oak,PFR,http://repository.topdownproteomics.org/proteoforms/,canonical merged.oak,PGDSO,http://purl.obolibrary.org/obo/PGDSO_,canonical merged.oak,pgo,http://ii.uwb.edu.pl/pgo#,canonical merged.oak,PGS,http://identifiers.org/pgs/,canonical @@ -2694,21 +2646,18 @@ merged.oak,pgterms,http://www.gutenberg.org/2009/pgterms/,canonical merged.oak,PGX,http://identifiers.org/pgx/,canonical merged.oak,pgxo,http://pgxo.loria.fr/,canonical merged.oak,pham,https://w3id.org/skgo/pham#,canonical -merged.oak,pharmacodb.cell,https://pharmacodb.ca/cell_lines/,canonical -merged.oak,pharmacodb.dataset,https://pharmacodb.ca/datasets/,canonical -merged.oak,pharmacodb.tissue,https://pharmacodb.ca/tissues/,canonical +merged.oak,PHARMACODB.CELL,https://pharmacodb.ca/cell_lines/,canonical +merged.oak,PHARMACODB.DATASET,https://pharmacodb.ca/datasets/,canonical +merged.oak,PHARMACODB.TISSUE,https://pharmacodb.ca/tissues/,canonical merged.oak,PHARMGKB.DISEASE,http://identifiers.org/pharmgkb.disease/,canonical merged.oak,PHARMGKB.DRUG,http://identifiers.org/pharmgkb.drug/,canonical merged.oak,PHARMGKB.GENE,http://identifiers.org/pharmgkb.gene/,canonical merged.oak,PHARMGKB.PATHWAYS,http://identifiers.org/pharmgkb.pathways/,canonical -merged.oak,pharmvar,https://www.pharmvar.org/gene/,canonical merged.oak,phdd,http://rdf-vocabulary.ddialliance.org/phdd#,canonical merged.oak,PHENOLEXPLORER,http://identifiers.org/phenolexplorer/,canonical -merged.oak,phenx,https://www.phenxtoolkit.org/protocols/view/,canonical +merged.oak,PHENX,https://www.phenxtoolkit.org/protocols/view/,canonical merged.oak,phil,http://philosurfical.open.ac.uk/ontology/philosurfical.owl#,canonical merged.oak,PHIPO,http://purl.obolibrary.org/obo/PHIPO_,canonical -merged.oak,PHOSPHOPOINT.KINASE,http://identifiers.org/phosphopoint.kinase/,canonical -merged.oak,PHOSPHOPOINT.PROTEIN,http://identifiers.org/phosphopoint.protein/,canonical merged.oak,PHOSPHOSITE.PROTEIN,http://identifiers.org/phosphosite.protein/,canonical merged.oak,PHOSPHOSITE.RESIDUE,http://identifiers.org/phosphosite.residue/,canonical merged.oak,photoshop,http://ns.adobe.com/photoshop/1.0/,canonical @@ -2723,10 +2672,8 @@ merged.oak,pic,http://www.ipaw.info/ns/picaso#,canonical merged.oak,pid,http://permid.org/ontology/organization/,canonical merged.oak,PID.PATHWAY,http://identifiers.org/pid.pathway/,canonical merged.oak,piero,http://reactionontology.org/piero/,canonical -merged.oak,PIGQTLDB,http://identifiers.org/pigqtldb/,canonical merged.oak,pim,http://www.w3.org/ns/pim/space#,canonical merged.oak,pimo,http://www.semanticdesktop.org/ontologies/2007/11/01/pimo#,canonical -merged.oak,PINA,http://identifiers.org/pina/,canonical merged.oak,pineapple,http://hexananas.com/pineapple#,canonical merged.oak,ping,https://namso-gen.com/,canonical merged.oak,pingback,http://purl.org/net/pingback/,canonical @@ -2753,7 +2700,6 @@ merged.oak,PLO,http://purl.obolibrary.org/obo/PLO_,canonical merged.oak,plo,http://purl.org/net/po#,prefix_alias merged.oak,pm,http://premon.fbk.eu/resource/,canonical merged.oak,PMAP.CUTDB,http://identifiers.org/pmap.cutdb/,canonical -merged.oak,PMAP.SUBSTRATEDB,http://identifiers.org/pmap.substratedb/,canonical merged.oak,PMC,http://identifiers.org/pmc/,canonical merged.oak,pmd,http://publishmydata.com/def/dataset#,canonical merged.oak,PMDB,http://identifiers.org/pmdb/,canonical @@ -2768,7 +2714,6 @@ merged.oak,pmofn,http://premon.fbk.eu/ontology/fn#,canonical merged.oak,pmonb,http://premon.fbk.eu/ontology/nb#,canonical merged.oak,pmopb,http://premon.fbk.eu/ontology/pb#,canonical merged.oak,pmovn,http://premon.fbk.eu/ontology/vn#,canonical -merged.oak,PMP,http://identifiers.org/pmp/,canonical merged.oak,PMR,http://identifiers.org/pmr/,canonical merged.oak,PMR.WORKSPACE,http://identifiers.org/pmr.workspace/,canonical merged.oak,pmt,http://tipsy.googlecode.com/svn/trunk/vocab/pmt#,canonical @@ -2782,13 +2727,11 @@ merged.oak,pnv,https://w3id.org/pnv#,canonical merged.oak,PO,http://purl.obolibrary.org/obo/PO_,canonical merged.oak,po,http://purl.org/ontology/po/,prefix_alias merged.oak,pobo,http://purl.obolibrary.org/obo/,namespace_alias -merged.oak,POCKETOME,http://identifiers.org/pocketome/,canonical merged.oak,pod,https://project-open-data.cio.gov/v1.1/schema/#,canonical merged.oak,poder,http://poderopedia.com/vocab/,canonical merged.oak,pois,http://purl.oclc.org/POIS/vcblr#,canonical merged.oak,poke,https://pokemonkg.org/ontology#,canonical merged.oak,pol,http://escience.rpi.edu/ontology/semanteco/2/0/pollution.owl#,canonical -merged.oak,POLBASE,http://identifiers.org/polbase/,canonical merged.oak,politico,http://www.rdfabout.com/rdf/schema/politico/,canonical merged.oak,pom,http://maven.apache.org/POM/4.0.0#,canonical merged.oak,PomBase,https://identifiers.org/pombase/,canonical @@ -2807,26 +2750,25 @@ merged.oak,pplan,http://purl.org/net/p-plan#,canonical merged.oak,ppn,http://parliament.uk/ontologies/person-name/,canonical merged.oak,PPO,http://purl.obolibrary.org/obo/PPO_,canonical merged.oak,ppo,http://vocab.deri.ie/ppo#,prefix_alias -merged.oak,ppr,https://europepmc.org/article/ppr/,canonical +merged.oak,PPR,https://europepmc.org/article/ppr/,canonical merged.oak,ppr,http://purl.org/datanode/ppr/ns/,prefix_alias merged.oak,pproc,http://contsem.unizar.es/def/sector-publico/pproc#,canonical merged.oak,pq,http://www.wikidata.org/prop/qualifier/,canonical merged.oak,PR,http://purl.obolibrary.org/obo/PR_,canonical merged.oak,pr,http://purl.org/ontology/prv/core#,prefix_alias merged.oak,prefix,http://prefix.cc/,canonical -merged.oak,prefixcommons,https://bioregistry.io/metaregistry/prefixcommons/,canonical +merged.oak,PREFIXCOMMONS,https://bioregistry.io/metaregistry/prefixcommons/,canonical merged.oak,premis,http://www.loc.gov/premis/rdf/v3/,canonical merged.oak,prf,http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#,canonical merged.oak,PRIDE,http://identifiers.org/pride/,canonical merged.oak,PRIDE.PROJECT,http://identifiers.org/pride.project/,canonical -merged.oak,PRINTS,http://identifiers.org/prints/,canonical merged.oak,prism,http://prismstandard.org/namespaces/basic/2.0/,canonical merged.oak,prism21,http://prismstandard.org/namespaces/basic/2.1/,canonical merged.oak,prismdb,https://prismdb.takanakahiko.me/prism-schema.ttl#,canonical merged.oak,prissma,http://ns.inria.fr/prissma/v1#,canonical merged.oak,prj,http://purl.org/stuff/project/,canonical merged.oak,pro,http://purl.org/hpi/patchr#,namespace_alias -merged.oak,probesanddrugs,https://www.probes-drugs.org/compound/,canonical +merged.oak,PROBESANDDRUGS,https://www.probes-drugs.org/compound/,canonical merged.oak,probont,http://www.probonto.org/ontology#,canonical merged.oak,PROBONTO,http://identifiers.org/probonto/,canonical merged.oak,PROCO,http://purl.obolibrary.org/obo/PROCO_,canonical @@ -2849,7 +2791,6 @@ merged.oak,PROTCLUSTDB,http://identifiers.org/protclustdb/,canonical merged.oak,protege,http://protege.stanford.edu/system#,canonical merged.oak,protegedc,http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl#,canonical merged.oak,PROTEOMICSDB.PEPTIDE,http://identifiers.org/proteomicsdb.peptide/,canonical -merged.oak,PROTEOMICSDB.PROTEIN,http://identifiers.org/proteomicsdb.protein/,canonical merged.oak,proton,http://www.ontotext.com/proton/,canonical merged.oak,PROTONET.CLUSTER,http://identifiers.org/protonet.cluster/,canonical merged.oak,PROTONET.PROTEINCARD,http://identifiers.org/protonet.proteincard/,canonical @@ -2865,10 +2806,10 @@ merged.oak,prvr,http://purl.org/ontology/prv/rules#,canonical merged.oak,prvt,http://purl.org/net/provenance/types#,namespace_alias merged.oak,prvtypes,http://purl.org/net/provenance/types#,canonical merged.oak,ps,https://w3id.org/payswarm#,canonical -merged.oak,PSCDB,http://identifiers.org/pscdb/,canonical merged.oak,PSDO,http://purl.obolibrary.org/obo/PSDO_,canonical merged.oak,PSEUDOMONAS,http://identifiers.org/pseudomonas/,canonical merged.oak,psh,http://ns.inria.fr/probabilistic-shacl/,canonical +merged.oak,PSIPAR,http://identifiers.org/psipar/,canonical merged.oak,PSO,http://purl.obolibrary.org/obo/PSO_,canonical merged.oak,pso,http://purl.org/spar/pso/,prefix_alias merged.oak,psv,http://www.wikidata.org/prop/statement/value/,canonical @@ -2879,11 +2820,12 @@ merged.oak,ptop,http://www.ontotext.com/proton/protontop#,canonical merged.oak,ptr,http://www.w3.org/2009/pointers#,canonical merged.oak,pubchem,https://pubchem.ncbi.nlm.nih.gov/,canonical merged.oak,PUBCHEM.BIOASSAY,http://identifiers.org/pubchem.bioassay/,canonical -merged.oak,pubchem.cell,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical +merged.oak,PUBCHEM.CELL,https://pubchem.ncbi.nlm.nih.gov/cell/,canonical merged.oak,PUBCHEM.COMPOUND,http://identifiers.org/pubchem.compound/,canonical -merged.oak,pubchem.element,https://pubchem.ncbi.nlm.nih.gov/element/,canonical +merged.oak,PUBCHEM.ELEMENT,https://pubchem.ncbi.nlm.nih.gov/element/,canonical merged.oak,PUBCHEM.SUBSTANCE,http://identifiers.org/pubchem.substance/,canonical -merged.oak,publons.researcher,https://publons.com/researcher/,canonical +merged.oak,PUBLONS.PUBLICATION,https://publons.com/publon/,canonical +merged.oak,PUBLONS.RESEARCHER,https://publons.com/researcher/,canonical merged.oak,PUBMED,http://identifiers.org/pubmed/,canonical merged.oak,pubmed,http://bio2rdf.org/pubmed_vocabulary:,prefix_alias merged.oak,puc,http://purl.org/NET/puc#,canonical @@ -2915,7 +2857,7 @@ merged.oak,quantities,http://eulersharp.sourceforge.net/2003/03swap/quantitiesEx merged.oak,quantity,http://qudt.org/schema/quantity#,canonical merged.oak,qud,http://qudt.org/1.1/schema/qudt#,canonical merged.oak,qudt,http://qudt.org/schema/qudt/,canonical -merged.oak,qudt,http://qudt.org/schema/qudt#,prefix_alias +merged.oak,QUDT,http://qudt.org/schema/qudt#,prefix_alias merged.oak,quid,https://w3id.org/quid/,canonical merged.oak,quran,http://khalidaloufi.sa/quran#,canonical merged.oak,quty,http://www.telegraphis.net/ontology/measurement/quantity#,canonical @@ -2928,9 +2870,9 @@ merged.oak,r4ta,http://ns.inria.fr/ratio4ta/v1#,canonical merged.oak,raad,https://raadzaam.nl/schema/,canonical merged.oak,rad,http://www.w3.org/ns/rad#,canonical merged.oak,radar,http://www.radar-projekt.org/display/,canonical -merged.oak,radiomics,http://www.radiomics.org/RO/,canonical +merged.oak,RADIOMICS,http://www.radiomics.org/RO/,canonical merged.oak,radion,http://www.w3.org/ns/radion#,canonical -merged.oak,radlex,https://radlex.org/RID/,canonical +merged.oak,RADLEX,https://radlex.org/RID/,canonical merged.oak,rail,http://ontologi.es/rail/vocab#,canonical merged.oak,rami,http://iais.fraunhofer.de/vocabs/rami#,canonical merged.oak,ramon,http://rdfdata.eionet.europa.eu/ramon/ontology/,canonical @@ -3038,17 +2980,17 @@ merged.oak,rdaxd,http://rdaregistry.info/Elements/x/datatype/,canonical merged.oak,rdaxo,http://rdaregistry.info/Elements/x/object/,canonical merged.oak,rdaz,http://rdaregistry.info/Elements/z/,canonical merged.oak,rdb,http://www.dbs.cs.uni-duesseldorf.de/RDF/relational#,canonical -merged.oak,rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical +merged.oak,RDF,http://www.w3.org/1999/02/22-rdf-syntax-ns#,canonical merged.oak,rdf123,http://rdf123.umbc.edu/ns/,canonical merged.oak,rdfa,http://www.w3.org/ns/rdfa#,canonical merged.oak,rdfdata,http://rdf.data-vocabulary.org/rdf.xml#,canonical merged.oak,rdfdf,http://www.openlinksw.com/virtrdf-data-formats#,canonical merged.oak,rdfg,http://www.w3.org/2004/03/trix/rdfg-1/,canonical merged.oak,rdfp,https://w3id.org/rdfp/,canonical -merged.oak,rdfs,http://www.w3.org/2000/01/rdf-schema#,canonical +merged.oak,RDFS,http://www.w3.org/2000/01/rdf-schema#,canonical merged.oak,rdfsharp,https://rdfsharp.codeplex.com/,canonical merged.oak,rdl,http://data.posccaesar.org/rdl/,canonical -merged.oak,rdo,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical +merged.oak,RDO,http://www.semanticweb.org/mca/ontologies/2018/8/untitled-ontology-47#,canonical merged.oak,rdo,http://purl.org/rdo/ns#,prefix_alias merged.oak,rdrel,http://rdvocab.info/RDARelationshipsWEMI/,canonical merged.oak,re,http://www.w3.org/2000/10/swap/reason#,canonical @@ -3056,7 +2998,6 @@ merged.oak,RE3DATA,http://identifiers.org/re3data/,canonical merged.oak,react,https://w3id.org/react#,canonical merged.oak,Reactome,https://identifiers.org/reactome/,canonical merged.oak,REACTOME,http://identifiers.org/reactome/,prefix_alias -merged.oak,REBASE,http://identifiers.org/rebase/,canonical merged.oak,rec,http://purl.org/ontology/rec/core#,canonical merged.oak,rec54,http://www.w3.org/2001/02pd/rec54.rdf#,canonical merged.oak,recipe,http://linkedrecipes.org/schema/,canonical @@ -3065,7 +3006,6 @@ merged.oak,reegle,http://reegle.info/schema#,canonical merged.oak,ref,http://purl.org/vocab/relationship/,namespace_alias merged.oak,refe,http://orion.tw.rpi.edu/~xgmatwc/refe/,canonical merged.oak,refexo,http://purl.jp/bio/01/refexo#,canonical -merged.oak,REFSEQ,http://identifiers.org/refseq/,canonical merged.oak,reg,http://purl.org/linked-data/registry#,canonical merged.oak,regorg,http://www.w3.org/ns/regorg#,namespace_alias merged.oak,rei,http://www.w3.org/2004/06/rei#,canonical @@ -3074,9 +3014,8 @@ merged.oak,religion,http://rdf.muninn-project.org/ontologies/religion#,canonical merged.oak,remetca,http://www.purl.org/net/remetca#,canonical merged.oak,remus,http://www.semanticweb.org/ontologies/2010/6/Ontology1279614123500.owl#,canonical merged.oak,rep,http://www.openrdf.org/config/repository#,canonical -merged.oak,REPEATSDB.PROTEIN,http://identifiers.org/repeatsdb.protein/,canonical merged.oak,REPEATSDB.STRUCTURE,http://identifiers.org/repeatsdb.structure/,canonical -merged.oak,reproduceme,https://w3id.org/reproduceme#,canonical +merged.oak,REPRODUCEME,https://w3id.org/reproduceme#,canonical merged.oak,req,http://purl.org/req/,canonical merged.oak,res,http://dbpedia.org/resource/,namespace_alias merged.oak,resex,http://resex.rkbexplorer.com/ontologies/resex#,canonical @@ -3095,7 +3034,7 @@ merged.oak,RGD.QTL,http://identifiers.org/rgd.qtl/,canonical merged.oak,RGD.STRAIN,http://identifiers.org/rgd.strain/,canonical merged.oak,rgml,http://purl.org/puninj/2001/05/rgml-schema#,canonical merged.oak,RHEA,http://identifiers.org/rhea/,canonical -merged.oak,ribocentre,https://www.ribocentre.org/docs/,canonical +merged.oak,RIBOCENTRE,https://www.ribocentre.org/docs/,canonical merged.oak,RICEGAP,http://identifiers.org/ricegap/,canonical merged.oak,RICENETDB.COMPOUND,http://identifiers.org/ricenetdb.compound/,canonical merged.oak,RICENETDB.GENE,http://identifiers.org/ricenetdb.gene/,canonical @@ -3119,7 +3058,7 @@ merged.oak,rml,http://semweb.mmlab.be/ns/rml#,canonical merged.oak,rmlt,http://semweb.mmlab.be/ns/rml-target#,canonical merged.oak,rmo,http://eatld.et.tu-dresden.de/rmo#,canonical merged.oak,RNACENTRAL,http://identifiers.org/rnacentral/,canonical -merged.oak,rnaloops,https://rnaloops.cs.put.poznan.pl/search/details/,canonical +merged.oak,RNALOOPS,https://rnaloops.cs.put.poznan.pl/search/details/,canonical merged.oak,RNAMODS,http://identifiers.org/rnamods/,canonical merged.oak,RNAO,http://purl.obolibrary.org/obo/RNAO_,canonical merged.oak,rnce,https://data.cultureelerfgoed.nl/id/rnce#,canonical @@ -3151,6 +3090,7 @@ merged.oak,rofsfrda,http://rdaregistry.info/termList/rofsfrda/,canonical merged.oak,rofsm,http://rdaregistry.info/termList/rofsm/,canonical merged.oak,roh,http://w3id.org/roh#,canonical merged.oak,role,https://w3id.org/role/,canonical +merged.oak,RoleO,http://purl.obolibrary.org/obo/RoleO_,canonical merged.oak,room,http://vocab.deri.ie/rooms#,canonical merged.oak,rooms,http://vocab.deri.ie/rooms#,namespace_alias merged.oak,ROR,http://identifiers.org/ror/,canonical @@ -3198,7 +3138,6 @@ merged.oak,s4ener,https://saref.etsi.org/saref4ener/,canonical merged.oak,s4envi,https://w3id.org/def/saref4envi#,canonical merged.oak,s4syst,https://saref.etsi.org/saref4syst/,canonical merged.oak,SABIORK.COMPOUND,http://identifiers.org/sabiork.compound/,canonical -merged.oak,SABIORK.EC,http://identifiers.org/sabiork.ec/,canonical merged.oak,SABIORK.KINETICRECORD,http://identifiers.org/sabiork.kineticrecord/,canonical merged.oak,SABIORK.REACTION,http://identifiers.org/sabiork.reaction/,canonical merged.oak,sad,http://vocab.deri.ie/sad#,canonical @@ -3206,7 +3145,7 @@ merged.oak,saif,http://wwwiti.cs.uni-magdeburg.de/~srahman/,canonical merged.oak,sail,http://www.openrdf.org/config/sail#,canonical merged.oak,sakthi,http://infotech.nitk.ac.in/research-scholars/sakthi-murugan-r/,canonical merged.oak,salad,https://w3id.org/cwl/salad#,canonical -merged.oak,salk,https://abrc.osu.edu/stocks/number/SALK_,canonical +merged.oak,SALK,https://abrc.osu.edu/stocks/number/SALK_,canonical merged.oak,sam,http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling#,canonical merged.oak,samfl,http://def.seegrid.csiro.au/ontology/om/sam-lite#,canonical merged.oak,samian,http://lod.archaeology.link/data/samian/,canonical @@ -3225,26 +3164,27 @@ merged.oak,SBO,http://purl.obolibrary.org/obo/SBO_,canonical merged.oak,sc,http://purl.org/science/owl/sciencecommons/,canonical merged.oak,scco,http://rdf.ebi.ac.uk/terms/surechembl#,canonical merged.oak,SCDO,http://purl.obolibrary.org/obo/SCDO_,canonical -merged.oak,schem,https://biopragmatics.github.io/providers/schem/,canonical +merged.oak,SCHEM,https://biopragmatics.github.io/providers/schem/,canonical merged.oak,schema,http://schema.org/,canonical -merged.oak,schema,https://schema.org/,prefix_alias +merged.oak,SCHEMA,https://schema.org/,prefix_alias merged.oak,scho,http://www.scholarlydata.org/ontology/conference-ontology.owl#,canonical merged.oak,schoi,https://w3id.org/scholarlydata/ontology/indicators-ontology.owl#,canonical -merged.oak,scholia.resource,https://bioregistry.io/metaregistry/scholia/,canonical +merged.oak,SCHOLIA.RESOURCE,https://bioregistry.io/metaregistry/scholia/,canonical merged.oak,scholl,http://menemeneml.com/school#,canonical merged.oak,sci,http://data.scientology.org/ns/,canonical +merged.oak,SCIFLECTION,http://identifiers.org/sciflection/,canonical merged.oak,scip,http://lod.taxonconcept.org/ontology/sci_people.owl#,canonical merged.oak,sciprov,http://sweetontology.net/reprSciProvenance/,canonical merged.oak,scms,http://ns.aksw.org/scms/annotations/,canonical merged.oak,sco,http://purl.org/ontology/sco#,canonical -merged.oak,scomp,https://biopragmatics.github.io/providers/scomp/,canonical +merged.oak,SCOMP,https://biopragmatics.github.io/providers/scomp/,canonical merged.oak,SCOP,http://identifiers.org/scop/,canonical merged.oak,scor,http://purl.org/eis/vocab/scor#,canonical merged.oak,SCoRO,http://purl.org/spar/scoro/,canonical merged.oak,scot,http://rdfs.org/scot/ns#,canonical merged.oak,scovo,http://purl.org/NET/scovo#,canonical merged.oak,scowt,http://purl.org/weso/ontologies/scowt#,canonical -merged.oak,scr,http://scicrunch.org/resolver/SCR_,canonical +merged.oak,SCR,http://scicrunch.org/resolver/SCR_,canonical merged.oak,scra,http://purl.org/net/schemarama#,canonical merged.oak,SCRETF,http://identifiers.org/scretf/,canonical merged.oak,scsv,http://purl.org/NET/schema-org-csv#,canonical @@ -3253,9 +3193,9 @@ merged.oak,scufl2,http://ns.taverna.org.uk/2010/scufl2#,canonical merged.oak,scv,http://purl.org/NET/scovo#,namespace_alias merged.oak,sd,http://www.w3.org/ns/sparql-service-description#,canonical merged.oak,SDBS,http://identifiers.org/sdbs/,canonical -merged.oak,sdgio,http://purl.unep.org/sdg/SDGIO_,canonical +merged.oak,SDGIO,http://purl.unep.org/sdg/SDGIO_,canonical merged.oak,sdgp,http://stats.data-gov.ie/property/,canonical -merged.oak,sdis,https://biopragmatics.github.io/providers/sdis/,canonical +merged.oak,SDIS,https://biopragmatics.github.io/providers/sdis/,canonical merged.oak,sdl,http://purl.org/vocab/riro/sdl#,canonical merged.oak,sdm,https://w3id.org/okn/o/sdm#,canonical merged.oak,sdmx,http://purl.org/linked-data/sdmx#,canonical @@ -3283,6 +3223,7 @@ merged.oak,SEED.COMPOUND,http://identifiers.org/seed.compound/,canonical merged.oak,SEED.REACTION,http://identifiers.org/seed.reaction/,canonical merged.oak,seeds,http://deductions.github.io/seeds.owl.ttl#,canonical merged.oak,sem,http://semanticweb.cs.vu.nl/2009/11/sem/,canonical +merged.oak,SEMAPV,https://w3id.org/semapv/vocab/,canonical merged.oak,semio,http://www.lingvoj.org/semio#,canonical merged.oak,semiot,http://w3id.org/semiot/ontologies/semiot#,canonical merged.oak,semsur,http://purl.org/SemSur/,canonical @@ -3299,7 +3240,7 @@ merged.oak,session,http://redfoot.net/2005/session#,canonical merged.oak,set,http://www.w3.org/2000/10/swap/set#,canonical merged.oak,setl,http://purl.org/twc/vocab/setl/,canonical merged.oak,sf,http://www.opengis.net/ont/sf#,canonical -merged.oak,sfam,https://biopragmatics.github.io/providers/sfam/,canonical +merged.oak,SFAM,https://biopragmatics.github.io/providers/sfam/,canonical merged.oak,sfd,http://semantic-forms.cc:9112/ldp/,canonical merged.oak,sfl,http://data.finlex.fi/schema/sfl/,canonical merged.oak,sfn,http://semweb.datasciencelab.be/ns/sfn#,canonical @@ -3315,11 +3256,10 @@ merged.oak,SGN,http://identifiers.org/sgn/,prefix_alias merged.oak,sgv,http://www.w3.org/TR/SVG/,canonical merged.oak,sh,http://www.w3.org/ns/shacl#,canonical merged.oak,shacl,http://www.w3.org/ns/shacl#,namespace_alias -merged.oak,sharkipedia.species,https://www.sharkipedia.org/species/,canonical -merged.oak,sharkipedia.trait,https://www.sharkipedia.org/traits/,canonical -merged.oak,sharkipedia.trend,https://www.sharkipedia.org/trends/,canonical +merged.oak,SHARKIPEDIA.SPECIES,https://www.sharkipedia.org/species/,canonical +merged.oak,SHARKIPEDIA.TRAIT,https://www.sharkipedia.org/traits/,canonical +merged.oak,SHARKIPEDIA.TREND,https://www.sharkipedia.org/trends/,canonical merged.oak,she,http://shacleditor.org/,canonical -merged.oak,SHEEPQTLDB,http://identifiers.org/sheepqtldb/,canonical merged.oak,shema,http://schema.org/,namespace_alias merged.oak,shex,http://www.w3.org/ns/shex#,canonical merged.oak,shoah,http://dati.cdec.it/lod/shoah/,canonical @@ -3330,9 +3270,8 @@ merged.oak,si,http://sisteminformasi.com/,canonical merged.oak,SIBO,http://purl.obolibrary.org/obo/SIBO_,canonical merged.oak,sider,http://www4.wiwiss.fu-berlin.de/sider/resource/sider/,canonical merged.oak,SIDER.DRUG,http://identifiers.org/sider.drug/,canonical -merged.oak,SIDER.EFFECT,http://identifiers.org/sider.effect/,canonical merged.oak,sig,http://purl.org/signature#,canonical -merged.oak,sigmaaldrich,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical +merged.oak,SIGMAALDRICH,https://www.sigmaaldrich.com/US/en/product/sigma/,canonical merged.oak,SIGNALING-GATEWAY,http://identifiers.org/signaling-gateway/,canonical merged.oak,signify,http://purl.org/signify/ns#,canonical merged.oak,SIGNOR,http://identifiers.org/signor/,canonical @@ -3368,7 +3307,7 @@ merged.oak,SMART,http://identifiers.org/smart/,canonical merged.oak,smartapi,http://smart-api.io/ontology/1.0/smartapi#,canonical merged.oak,smf,http://topbraid.org/sparqlmotionfunctions#,canonical merged.oak,smg,http://ns.cerise-project.nl/energy/def/cim-smartgrid#,canonical -merged.oak,smid,https://smid-db.org/smid/,canonical +merged.oak,SMID,https://smid-db.org/smid/,canonical merged.oak,smiley,http://www.smileyontology.com/ns#,canonical merged.oak,smithy,https://awslabs.github.io/smithy/rdf-1.0#,canonical merged.oak,sml,http://topbraid.org/sparqlmotionlib#,canonical @@ -3378,7 +3317,6 @@ merged.oak,snac,http://socialarchive.iath.virginia.edu/,canonical merged.oak,snarm,http://rdf.myexperiment.org/ontologies/snarm/,canonical merged.oak,SNOMEDCT,http://identifiers.org/snomedct/,canonical merged.oak,snomedct,http://purl.bioontology.org/ontology/SNOMEDCT/,prefix_alias -merged.oak,SNP2TFBS,http://identifiers.org/snp2tfbs/,canonical merged.oak,SO,http://purl.obolibrary.org/obo/SO_,canonical merged.oak,soall,http://sweetontology.net/sweetAll/,canonical merged.oak,soap,http://www.w3.org/2003/05/soap-envelope/,canonical @@ -3622,9 +3560,8 @@ merged.oak,SPDX,http://identifiers.org/spdx/,canonical merged.oak,spdx,http://spdx.org/rdf/terms#,prefix_alias merged.oak,spec,http://www.w3.org/ns/spec#,canonical merged.oak,spfood,http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl#,canonical -merged.oak,sphn,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical +merged.oak,SPHN,https://biomedit.ch/rdf/sphn-ontology/sphn#,canonical merged.oak,spif,http://spinrdf.org/spif#,canonical -merged.oak,SPIKE.MAP,http://identifiers.org/spike.map/,canonical merged.oak,spin,http://spinrdf.org/spin#,canonical merged.oak,spl,http://spinrdf.org/spl#,canonical merged.oak,SPLASH,http://identifiers.org/splash/,canonical @@ -3635,7 +3572,7 @@ merged.oak,spv,http://completeness.inf.unibz.it/sp-vocab#,canonical merged.oak,spvqa,https://bmake.th-brandenburg.de/spv#,canonical merged.oak,sql,http://ns.inria.fr/ast/sql#,canonical merged.oak,sr,http://www.openrdf.org/config/repository/sail#,canonical -merged.oak,srao,http://www.fairsharing.org/ontology/subject/SRAO_,canonical +merged.oak,SRAO,http://www.fairsharing.org/ontology/subject/SRAO_,canonical merged.oak,srmo,https://w3id.org/srmo#,canonical merged.oak,sro,http://salt.semanticauthoring.org/ontologies/sro#,canonical merged.oak,srr,https://w3id.org/srr#,canonical @@ -3644,13 +3581,14 @@ merged.oak,srtun,https://www.inf.bi.rub.de/srtun#,canonical merged.oak,sru,http://www.loc.gov/zing/srw/,canonical merged.oak,srv,http://www.daml.org/services/owl-s/1.2/Service.owl#,namespace_alias merged.oak,srx,http://www.w3.org/2005/sparql-results#,canonical -merged.oak,ssbd.dataset,https://ssbd.riken.jp/database/dataset/,canonical -merged.oak,ssbd.project,https://ssbd.riken.jp/database/project/,canonical +merged.oak,SSBD.DATASET,https://ssbd.riken.jp/database/dataset/,canonical +merged.oak,SSBD.PROJECT,https://ssbd.riken.jp/database/project/,canonical merged.oak,ssn,http://www.w3.org/ns/ssn/,canonical merged.oak,ssno,http://www.w3.org/ns/ssn/,namespace_alias merged.oak,ssnx,http://purl.oclc.org/NET/ssnx/ssn#,canonical merged.oak,sso,http://nlp2rdf.lod2.eu/schema/sso/,canonical merged.oak,ssso,http://purl.org/ontology/ssso#,canonical +merged.oak,SSSOM,https://w3id.org/sssom/,canonical merged.oak,st,http://ns.inria.fr/sparql-template/,canonical merged.oak,stac,http://securitytoolbox.appspot.com/stac#,canonical merged.oak,stanford,http://purl.org/olia/stanford.owl#,canonical @@ -3673,11 +3611,11 @@ merged.oak,stories,http://purl.org/ontology/stories/,canonical merged.oak,str,http://nlp2rdf.lod2.eu/schema/string/,canonical merged.oak,strdf,http://strdf.di.uoa.gr/ontology#,canonical merged.oak,stream,http://dbpedia.org/ontology/Stream/,canonical -merged.oak,STRING,http://identifiers.org/string/,canonical -merged.oak,string,http://www.w3.org/2000/10/swap/string#,prefix_alias +merged.oak,string,http://www.w3.org/2000/10/swap/string#,canonical merged.oak,studiop,http://purl.org/resource/pilatesstudio/,canonical merged.oak,stx,http://purl.org/cyber/stix#,canonical -merged.oak,sty,http://purl.bioontology.org/ontology/STY/,canonical +merged.oak,STY,https://uts.nlm.nih.gov/uts/umls/semantic-network/,canonical +merged.oak,sty,http://purl.bioontology.org/ontology/STY/,prefix_alias merged.oak,SUBTILIST,http://identifiers.org/subtilist/,canonical merged.oak,SUBTIWIKI,http://identifiers.org/subtiwiki/,canonical merged.oak,SUGARBIND,http://identifiers.org/sugarbind/,canonical @@ -3699,11 +3637,10 @@ merged.oak,swanqs,http://purl.org/swan/1.2/qualifiers/,namespace_alias merged.oak,swc,http://data.semanticweb.org/ns/swc/ontology#,canonical merged.oak,swcomp,https://github.com/ali1k/ld-reactor/blob/master/vocabulary/index.ttl#,canonical merged.oak,sweet,http://sweetontology.net/,canonical -merged.oak,sweetrealm,http://sweetontology.net/matrMineral/,canonical +merged.oak,SWEETREALM,http://sweetontology.net/matrMineral/,canonical merged.oak,SWH,http://identifiers.org/SWH/,canonical merged.oak,swh,http://plugin.org.uk/swh-plugins/,prefix_alias merged.oak,swid,http://semanticweb.org/id/,canonical -merged.oak,SWISS-MODEL,http://identifiers.org/swiss-model/,canonical merged.oak,SWISSLIPID,http://identifiers.org/SLM/,canonical merged.oak,SWISSREGULON,http://identifiers.org/swissregulon/,canonical merged.oak,swivt,http://semantic-mediawiki.org/swivt/1.0#,canonical @@ -3752,7 +3689,7 @@ merged.oak,taxref,http://taxref.mnhn.fr/lod/taxon/,canonical merged.oak,taxrefprop,http://taxref.mnhn.fr/lod/property/,canonical merged.oak,tb,https://w3id.org/timebank#,canonical merged.oak,tblcard,http://www.w3.org/People/Berners-Lee/card#,canonical -merged.oak,tcb,https://www.pirbright.ac.uk/node/,canonical +merged.oak,TCB,https://www.pirbright.ac.uk/node/,canonical merged.oak,TCDB,http://identifiers.org/tcdb/,canonical merged.oak,tcga,http://purl.org/tcga/core#,canonical merged.oak,tci,https://w3id.org/lbs/tci#,canonical @@ -3777,17 +3714,18 @@ merged.oak,TGD,https://identifiers.org/tgd/,canonical merged.oak,TGD,http://identifiers.org/tgd/,prefix_alias merged.oak,tgm,http://id.loc.gov/vocabulary/graphicMaterials/,canonical merged.oak,TGMA,http://purl.obolibrary.org/obo/TGMA_,canonical -merged.oak,tgn,http://vocab.getty.edu/tgn/,canonical +merged.oak,TGN,http://vocab.getty.edu/page/tgn/,canonical +merged.oak,tgn,http://vocab.getty.edu/tgn/,prefix_alias merged.oak,theatre,http://purl.org/theatre#,canonical merged.oak,theme,http://voc.odw.tw/theme/,canonical -merged.oak,thermofisher,https://www.thermofisher.com/antibody/product/,canonical +merged.oak,THERMOFISHER,https://www.thermofisher.com/antibody/product/,canonical merged.oak,thors,http://resource.geosciml.org/ontology/timescale/thors#,canonical merged.oak,threat,https://cve.mitre.org/,canonical merged.oak,thub,http://vocabularis.crai.ub.edu/thub/,canonical merged.oak,ti,http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#,canonical merged.oak,TIGRFAM,http://identifiers.org/tigrfam/,canonical merged.oak,tikag,https://www.tikag.com/,canonical -merged.oak,time,http://www.w3.org/2006/time#,canonical +merged.oak,TIME,http://www.w3.org/2006/time#,canonical merged.oak,timeline,http://purl.org/NET/c4dm/timeline.owl#,namespace_alias merged.oak,timex,http://data.wu.ac.at/ns/timex#,canonical merged.oak,tio,http://purl.org/tio/ns#,canonical @@ -3804,7 +3742,6 @@ merged.oak,toaru,https://metadata.moe/toaru-sparql/elements/,canonical merged.oak,toby,http://tobyinkster.co.uk/#,canonical merged.oak,TOL,http://identifiers.org/tol/,canonical merged.oak,TOPDB,http://identifiers.org/topdb/,canonical -merged.oak,TOPFIND,http://identifiers.org/topfind/,canonical merged.oak,topo,http://data.ign.fr/def/topo#,canonical merged.oak,tosh,http://topbraid.org/tosh#,canonical merged.oak,TOXOPLASMA,http://identifiers.org/toxoplasma/,canonical @@ -3821,7 +3758,6 @@ merged.oak,TRANSYT,http://identifiers.org/transyt/,canonical merged.oak,trao,http://linkeddata.finki.ukim.mk/lod/ontology/tao#,canonical merged.oak,travel,http://www.co-ode.org/roberts/travel.owl#,canonical merged.oak,tree,https://w3id.org/tree#,canonical -merged.oak,TREEBASE,http://identifiers.org/treebase/,canonical merged.oak,TREEFAM,http://identifiers.org/treefam/,canonical merged.oak,trek,https://w3id.org/trek/,canonical merged.oak,TRICHDB,http://identifiers.org/trichdb/,canonical @@ -3861,7 +3797,7 @@ merged.oak,ubiq,http://server.ubiqore.com/ubiq/core#,canonical merged.oak,uby,http://purl.org/olia/ubyCat.owl#,canonical merged.oak,uc,http://ucuenca.edu.ec/ontology#,canonical merged.oak,uco,http://purl.org/uco/ns#,canonical -merged.oak,ucum,https://units-of-measurement.org/,canonical +merged.oak,UCUM,https://units-of-measurement.org/,canonical merged.oak,ucum,http://purl.oclc.org/NET/muo/ucum/,prefix_alias merged.oak,ufmedia,http://purl.org/microformat/hmedia/,canonical merged.oak,ufo,http://ufo.com/#,canonical @@ -3892,21 +3828,21 @@ merged.oak,UNIPARC,http://identifiers.org/uniparc/,canonical merged.oak,UNIPATHWAY.COMPOUND,http://identifiers.org/unipathway.compound/,canonical merged.oak,UNIPATHWAY.REACTION,http://identifiers.org/unipathway.reaction/,canonical merged.oak,UNIPROT,http://identifiers.org/uniprot/,canonical -merged.oak,uniprot.arba,https://www.uniprot.org/arba/,canonical +merged.oak,UNIPROT.ARBA,https://www.uniprot.org/arba/,canonical merged.oak,UNIPROT.CHAIN,http://identifiers.org/uniprot.chain/,canonical -merged.oak,uniprot.disease,https://www.uniprot.org/diseases/,canonical +merged.oak,UNIPROT.DISEASE,https://www.uniprot.org/diseases/,canonical merged.oak,UNIPROT.ISOFORM,http://identifiers.org/uniprot.isoform/,canonical -merged.oak,uniprot.journal,https://www.uniprot.org/journals/,canonical -merged.oak,uniprot.keyword,https://www.uniprot.org/keywords/,canonical -merged.oak,uniprot.location,https://www.uniprot.org/locations/,canonical -merged.oak,uniprot.proteome,https://www.uniprot.org/proteomes/,canonical -merged.oak,uniprot.ptm,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical -merged.oak,uniprot.resource,https://www.uniprot.org/database/,canonical +merged.oak,UNIPROT.JOURNAL,https://www.uniprot.org/journals/,canonical +merged.oak,UNIPROT.KEYWORD,https://www.uniprot.org/keywords/,canonical +merged.oak,UNIPROT.LOCATION,https://www.uniprot.org/locations/,canonical +merged.oak,UNIPROT.PROTEOME,https://www.uniprot.org/proteomes/,canonical +merged.oak,UNIPROT.PTM,https://biopragmatics.github.io/providers/uniprot.ptm/,canonical +merged.oak,UNIPROT.RESOURCE,https://www.uniprot.org/database/,canonical merged.oak,UNIPROT.TISSUE,http://identifiers.org/tissuelist/,canonical -merged.oak,uniprot.var,http://purl.uniprot.org/annotation/VAR_,canonical +merged.oak,UNIPROT.VAR,http://purl.uniprot.org/annotation/VAR_,canonical merged.oak,UniProtKB,https://identifiers.org/uniprot/,canonical merged.oak,UNIREF,http://identifiers.org/uniref/,canonical -merged.oak,unirule,https://www.uniprot.org/unirule/,canonical +merged.oak,UNIRULE,https://www.uniprot.org/unirule/,canonical merged.oak,UNISTS,http://identifiers.org/unists/,canonical merged.oak,unit,http://qudt.org/vocab/unit/,canonical merged.oak,UNITE,http://identifiers.org/unite/,canonical @@ -3930,11 +3866,10 @@ merged.oak,va,http://code-research.eu/ontology/visual-analytics#,canonical merged.oak,vacseen1,http://www.semanticweb.org/parthasb/ontologies/2014/6/vacseen1/,canonical merged.oak,vaem,http://www.linkedmodel.org/schema/vaem#,canonical merged.oak,vag,http://www.essepuntato.it/2013/10/vagueness/,canonical -merged.oak,VALIDATORDB,http://identifiers.org/validatordb/,canonical merged.oak,value,http://gfgfd.vs/,canonical merged.oak,valueflows,https://w3id.org/valueflows/,canonical merged.oak,vam,http://www.metmuseum.org/,canonical -merged.oak,vandf,http://purl.bioontology.org/ontology/VANDF/,canonical +merged.oak,VANDF,http://purl.bioontology.org/ontology/VANDF/,canonical merged.oak,vann,https://vocab.org/vann/,canonical merged.oak,vann,http://purl.org/vocab/vann/,prefix_alias merged.oak,vapour,http://vapour.sourceforge.net/vocab.rdf#,canonical @@ -3971,14 +3906,12 @@ merged.oak,VIAF,http://identifiers.org/viaf/,canonical merged.oak,viaf,http://viaf.org/viaf/,prefix_alias merged.oak,video,http://purl.org/ontology/video#,canonical merged.oak,videogame,http://purl.org/net/vgo#,canonical -merged.oak,vido,http://purl.obolibrary.org/obo/VIDO_,canonical +merged.oak,VIDO,http://purl.obolibrary.org/obo/VIDO_,canonical merged.oak,vidont,http://vidont.org/,canonical merged.oak,vin,http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#,canonical -merged.oak,VIPR,http://identifiers.org/vipr/,canonical merged.oak,vir,http://w3id.org/vir#,canonical merged.oak,VIRALZONE,http://identifiers.org/viralzone/,canonical merged.oak,VIRSIRNA,http://identifiers.org/virsirna/,canonical -merged.oak,virushostdb,https://www.genome.jp/virushostdb/,canonical merged.oak,visit,http://purl.org/net/vocab/2004/07/visit#,canonical merged.oak,visko,http://trust.utep.edu/visko/ontology/visko-operator-v3.owl#,canonical merged.oak,viskoo,http://trust.utep.edu/visko/ontology/visko-operator-v3.owl#,namespace_alias @@ -4001,7 +3934,7 @@ merged.oak,vocab,http://rdf.ontology2.com/vocab#,canonical merged.oak,vocals,http://w3id.org/rsp/vocals#,canonical merged.oak,vocnet,http://schema.vocnet.org/,canonical merged.oak,vogd,http://ogd.ifs.tuwien.ac.at/vienna/geo/,canonical -merged.oak,void,http://rdfs.org/ns/void#,canonical +merged.oak,VOID,http://rdfs.org/ns/void#,canonical merged.oak,voidex,http://www.swi-prolog.org/rdf/library/,canonical merged.oak,voidext,http://rdfs.org/ns/void-ext#,canonical merged.oak,voidp,http://www.enakting.org/provenance/voidp/,canonical @@ -4017,7 +3950,7 @@ merged.oak,vrank,http://purl.org/voc/vrank#,canonical merged.oak,vs,http://www.w3.org/2003/06/sw-vocab-status/ns#,canonical merged.oak,VSAO,http://purl.obolibrary.org/obo/VSAO_,canonical merged.oak,vsearch,http://vocab.sti2.at/vsearch#,canonical -merged.oak,vsmo,http://purl.obolibrary.org/obo/VSMO_,canonical +merged.oak,VSMO,http://purl.obolibrary.org/obo/VSMO_,canonical merged.oak,vso,http://purl.org/vso/ns#,canonical merged.oak,vsr,http://purl.org/twc/vocab/vsr#,canonical merged.oak,vss,http://automotive.eurecom.fr/vsso#,namespace_alias @@ -4029,7 +3962,6 @@ merged.oak,vsws,http://verticalsearchworks.com/ontology/synset#,canonical merged.oak,VT,http://purl.obolibrary.org/obo/VT_,canonical merged.oak,VTO,http://purl.obolibrary.org/obo/VTO_,canonical merged.oak,vvo,http://purl.org/vvo/ns#,canonical -merged.oak,vz,https://viralzone.expasy.org/,canonical merged.oak,w3cgeo,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias merged.oak,w3con,http://www.w3.org/2000/10/swap/pim/contact#,namespace_alias merged.oak,w3geo,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias @@ -4067,7 +3999,7 @@ merged.oak,wdv,http://www.wikidata.org/value/,canonical merged.oak,web,http://www.w3.org/2007/uwa/context/web.owl#,canonical merged.oak,webac,http://fedora.info/definitions/v4/webac#,canonical merged.oak,webbox,http://webbox.ecs.soton.ac.uk/ns#,canonical -merged.oak,webelements,https://www.webelements.com/,canonical +merged.oak,WEBELEMENTS,https://www.webelements.com/,canonical merged.oak,webservice,http://www.openlinksw.com/ontology/webservices#,canonical merged.oak,webtlab,http://webtlab.it.uc3m.es/,canonical merged.oak,weki,https://en.wikipedia.org/wiki/,namespace_alias @@ -4080,7 +4012,7 @@ merged.oak,wfont,https://w3id.org/wfont#,canonical merged.oak,wfprov,http://purl.org/wf4ever/wfprov#,canonical merged.oak,wfs,http://schemas.opengis.net/wfs/,canonical merged.oak,wgs,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias -merged.oak,wgs84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical +merged.oak,WGS84,http://www.w3.org/2003/01/geo/wgs84_pos#,canonical merged.oak,wgspos,http://www.w3.org/2003/01/geo/wgs84_pos#,namespace_alias merged.oak,whisky,http://vocab.org/whisky/terms/,canonical merged.oak,who,http://www.who.int/vocab/ontology#,canonical @@ -4089,8 +4021,7 @@ merged.oak,wi,http://purl.org/ontology/wi/core#,canonical merged.oak,wiki,http://en.wikipedia.org/wiki/,canonical merged.oak,wikibase,http://wikiba.se/ontology#,canonical merged.oak,WIKIDATA,http://identifiers.org/wikidata/,canonical -merged.oak,wikidata.property,https://www.wikidata.org/wiki/Property:,canonical -merged.oak,WIKIGENES,http://identifiers.org/wikigenes/,canonical +merged.oak,WIKIDATA.PROPERTY,https://www.wikidata.org/wiki/Property:,canonical merged.oak,wikim,http://spi-fm.uca.es/spdef/models/genericTools/wikim/1.0#,canonical merged.oak,wikimedia,http://upload.wikimedia.org/wikipedia/commons/f/f6/,canonical merged.oak,WIKIPATHWAYS,http://identifiers.org/wikipathways/,canonical @@ -4117,6 +4048,8 @@ merged.oak,won,https://w3id.org/won/core#,canonical merged.oak,wordmap,http://purl.org/net/ns/wordmap#,canonical merged.oak,wordnet,http://wordnet-rdf.princeton.edu/ontology#,canonical merged.oak,WORFDB,http://identifiers.org/worfdb/,canonical +merged.oak,WORLD2DPAGE,https://world-2dpage.expasy.org/repository/,canonical +merged.oak,WORLDAVATAR.KIN,http://www.theworldavatar.com/ontology/ontokin/OntoKin.owl#,canonical merged.oak,worldbank,http://worldbank.270a.info/dataset/,canonical merged.oak,WormBase,http://identifiers.org/wb/,canonical merged.oak,WORMPEP,http://identifiers.org/wormpep/,canonical @@ -4132,7 +4065,7 @@ merged.oak,wscaim,http://www.openk.org/wscaim.owl#,namespace_alias merged.oak,wsdl,http://www.w3.org/ns/wsdl-rdf#,canonical merged.oak,wsl,http://www.wsmo.org/ns/wsmo-lite#,namespace_alias merged.oak,wv,http://vocab.org/waiver/terms/,canonical -merged.oak,wwf.ecoregion,https://www.worldwildlife.org/ecoregions/,canonical +merged.oak,WWF.ECOREGION,https://www.worldwildlife.org/ecoregions/,canonical merged.oak,XAO,http://purl.obolibrary.org/obo/XAO_,canonical merged.oak,xapi,https://w3id.org/xapi/ontology#,canonical merged.oak,xbrli,http://www.xbrl.org/2003/instance#,canonical @@ -4153,13 +4086,15 @@ merged.oak,xhe,http://buzzword.org.uk/rdf/xhtml-elements#,canonical merged.oak,xhtml,http://www.w3.org/1999/xhtml#,canonical merged.oak,xhtmlvocab,http://www.w3.org/1999/xhtml/vocab/,canonical merged.oak,xhv,http://www.w3.org/1999/xhtml/vocab#,canonical -merged.oak,ximbio,https://ximbio.com/reagent/,canonical +merged.oak,XIMBIO,https://ximbio.com/reagent/,canonical merged.oak,xkos,http://rdf-vocabulary.ddialliance.org/xkos#,canonical -merged.oak,xl,http://langegger.at/xlwrap/vocab#,canonical +merged.oak,XL,http://purl.obolibrary.org/obo/XL_,canonical +merged.oak,xl,http://langegger.at/xlwrap/vocab#,prefix_alias merged.oak,xlime,http://xlime-project.org/vocab/,canonical merged.oak,xlink,https://es.scribd.com/doc/79794476/05-Ejercicios-Resueltos-Caja-Negra-y-Recapitulacion/,canonical merged.oak,XLMOD,http://purl.obolibrary.org/obo/XLMOD_,canonical -merged.oak,xml,http://www.w3.org/XML/1998/namespace#,canonical +merged.oak,XMETDB,http://www.xmetdb.org/xmetdb/protocol/,canonical +merged.oak,XML,http://www.w3.org/XML/1998/namespace#,canonical merged.oak,xml,http://www.w3.org/XML/1998/namespace/,prefix_alias merged.oak,xmlns,http://xmlns.com/foaf/0.1/,namespace_alias merged.oak,xmls,http://www.w3.org/2001/XMLSchema#,namespace_alias @@ -4186,7 +4121,7 @@ merged.oak,year,http://www.w3.org/year/,canonical merged.oak,YEASTINTRON,http://identifiers.org/yeastintron/,canonical merged.oak,YETFASCO,http://identifiers.org/yetfasco/,canonical merged.oak,YID,http://identifiers.org/yid/,canonical -merged.oak,ymdb,http://www.ymdb.ca/compounds/,canonical +merged.oak,YMDB,http://www.ymdb.ca/compounds/,canonical merged.oak,yo,http://yovisto.com/,canonical merged.oak,yoda,http://purl.org/NET/yoda#,canonical merged.oak,YPO,http://purl.obolibrary.org/obo/YPO_,canonical @@ -4196,7 +4131,7 @@ merged.oak,zbwext,http://zbw.eu/namespaces/zbw-extensions/,canonical merged.oak,ZEA,http://purl.obolibrary.org/obo/ZEA_,canonical merged.oak,ZECO,http://purl.obolibrary.org/obo/ZECO_,canonical merged.oak,zem,http://s.zemanta.com/ns#,canonical -merged.oak,zenodo.record,https://zenodo.org/record/,canonical +merged.oak,ZENODO.RECORD,https://zenodo.org/record/,canonical merged.oak,ZFA,http://purl.obolibrary.org/obo/ZFA_,canonical merged.oak,ZFIN,https://identifiers.org/zfin/,canonical merged.oak,ZFIN,http://identifiers.org/zfin/,prefix_alias diff --git a/src/prefixmaps/data/w3id.csv b/src/prefixmaps/data/w3id.csv new file mode 100644 index 0000000..9482775 --- /dev/null +++ b/src/prefixmaps/data/w3id.csv @@ -0,0 +1,1017 @@ +context,prefix,namespace,status +w3id,00,https://w3id.org/00/,canonical +w3id,0x1,https://w3id.org/0x1/,canonical +w3id,303,https://w3id.org/303/,canonical +w3id,360-sfs,https://w3id.org/360-sfs/,canonical +w3id,3rs,https://w3id.org/3rs/,canonical +w3id,43met,https://w3id.org/43met/,canonical +w3id,67375,https://w3id.org/67375/,canonical +w3id,a2a-fair-metrics,https://w3id.org/a2a-fair-metrics/,canonical +w3id,abdn,https://w3id.org/abdn/,canonical +w3id,abecto,https://w3id.org/abecto/,canonical +w3id,ac-ontology,https://w3id.org/ac-ontology/,canonical +w3id,AcademIS,https://w3id.org/AcademIS/,canonical +w3id,acdp,https://w3id.org/acdp/,canonical +w3id,acka47,https://w3id.org/acka47/,canonical +w3id,acnp,https://w3id.org/acnp/,canonical +w3id,acordar-2,https://w3id.org/acordar-2/,canonical +w3id,actionizekb,https://w3id.org/actionizekb/,canonical +w3id,activity-streams,https://w3id.org/activity-streams/,canonical +w3id,activityanchors,https://w3id.org/activityanchors/,canonical +w3id,ADHD-KG,https://w3id.org/ADHD-KG/,canonical +w3id,adso,https://w3id.org/adso/,canonical +w3id,AEOLUSsmartApi,https://w3id.org/AEOLUSsmartApi/,canonical +w3id,afarcloud,https://w3id.org/afarcloud/,canonical +w3id,affectedBy,https://w3id.org/affectedBy/,canonical +w3id,afo,https://w3id.org/afo/,canonical +w3id,age,https://w3id.org/age/,canonical +w3id,agrochemicals-ontology,https://w3id.org/agrochemicals-ontology/,canonical +w3id,aho,https://w3id.org/aho/,canonical +w3id,ahso,https://w3id.org/ahso/,canonical +w3id,aida,https://w3id.org/aida/,canonical +w3id,aikg,https://w3id.org/aikg/,canonical +w3id,aio,https://w3id.org/aio/,canonical +w3id,aipo,https://w3id.org/aipo/,canonical +w3id,airiv,https://w3id.org/airiv/,canonical +w3id,airm-o,https://w3id.org/airm-o/,canonical +w3id,AIRO,https://w3id.org/AIRO/,canonical +w3id,akflora,https://w3id.org/akflora/,canonical +w3id,akn,https://w3id.org/akn/,canonical +w3id,alkis,https://w3id.org/alkis/,canonical +w3id,als-telemonitoring,https://w3id.org/als-telemonitoring/,canonical +w3id,AmIFAIR,https://w3id.org/AmIFAIR/,canonical +w3id,amlo,https://w3id.org/amlo/,canonical +w3id,ammo,https://w3id.org/ammo/,canonical +w3id,amv,https://w3id.org/amv/,canonical +w3id,annett-o,https://w3id.org/annett-o/,canonical +w3id,aoi,https://w3id.org/aoi/,canonical +w3id,apn,https://w3id.org/apn/,canonical +w3id,arco,https://w3id.org/arco/,canonical +w3id,ardo,https://w3id.org/ardo/,canonical +w3id,ARK,https://w3id.org/ARK/,canonical +w3id,arm,https://w3id.org/arm/,canonical +w3id,art,https://w3id.org/art/,canonical +w3id,asbingowl,https://w3id.org/asbingowl/,canonical +w3id,asdkb,https://w3id.org/asdkb/,canonical +w3id,asfe,https://w3id.org/asfe/,canonical +w3id,asset,https://w3id.org/asset/,canonical +w3id,asset-tool,https://w3id.org/asset-tool/,canonical +w3id,assets,https://w3id.org/assets/,canonical +w3id,associations,https://w3id.org/associations/,canonical +w3id,atomgraph,https://w3id.org/atomgraph/,canonical +w3id,aufx,https://w3id.org/aufx/,canonical +w3id,AWARE,https://w3id.org/AWARE/,canonical +w3id,basyx,https://w3id.org/basyx/,canonical +w3id,bbs,https://w3id.org/bbs/,canonical +w3id,BCI-ontology,https://w3id.org/BCI-ontology/,canonical +w3id,bcom,https://w3id.org/bcom/,canonical +w3id,bctt,https://w3id.org/bctt/,canonical +w3id,bearchaeo,https://w3id.org/bearchaeo/,canonical +w3id,beaware_ontology,https://w3id.org/beaware_ontology/,canonical +w3id,bedrock,https://w3id.org/bedrock/,canonical +w3id,bero,https://w3id.org/bero/,canonical +w3id,BESDUI,https://w3id.org/BESDUI/,canonical +w3id,besocial,https://w3id.org/besocial/,canonical +w3id,bestr,https://w3id.org/bestr/,canonical +w3id,bgv-fdp,https://w3id.org/bgv-fdp/,canonical +w3id,bibma,https://w3id.org/bibma/,canonical +w3id,BIGOWL,https://w3id.org/BIGOWL/,canonical +w3id,BIGOWL4DQ,https://w3id.org/BIGOWL4DQ/,canonical +w3id,BIGOWLAlgorithm,https://w3id.org/BIGOWLAlgorithm/,canonical +w3id,BIGOWLAlgorithms,https://w3id.org/BIGOWLAlgorithms/,canonical +w3id,BIGOWLData,https://w3id.org/BIGOWLData/,canonical +w3id,BIGOWLProblems,https://w3id.org/BIGOWLProblems/,canonical +w3id,BIGOWLWorkflows,https://w3id.org/BIGOWLWorkflows/,canonical +w3id,bim4eepsa,https://w3id.org/bim4eepsa/,canonical +w3id,bim4pfeepsa,https://w3id.org/bim4pfeepsa/,canonical +w3id,biocompute,https://w3id.org/biocompute/,canonical +w3id,bioit_fair_apps,https://w3id.org/bioit_fair_apps/,canonical +w3id,biolink,https://w3id.org/biolink/,canonical +w3id,biopragmatics,https://w3id.org/biopragmatics/,canonical +w3id,biosemantics-lumc,https://w3id.org/biosemantics-lumc/,canonical +w3id,bird-a,https://w3id.org/bird-a/,canonical +w3id,blockcerts,https://w3id.org/blockcerts/,canonical +w3id,bloxberg,https://w3id.org/bloxberg/,canonical +w3id,bmat,https://w3id.org/bmat/,canonical +w3id,BMO,https://w3id.org/BMO/,canonical +w3id,bmontology,https://w3id.org/bmontology/,canonical +w3id,book,https://w3id.org/book/,canonical +w3id,bop,https://w3id.org/bop/,canonical +w3id,bot,https://w3id.org/bot/,canonical +w3id,bpo,https://w3id.org/bpo/,canonical +w3id,brainteaser,https://w3id.org/brainteaser/,canonical +w3id,brcomp,https://w3id.org/brcomp/,canonical +w3id,bridge,https://w3id.org/bridge/,canonical +w3id,brot,https://w3id.org/brot/,canonical +w3id,brstr,https://w3id.org/brstr/,canonical +w3id,bufalinis-notebook,https://w3id.org/bufalinis-notebook/,canonical +w3id,bundle,https://w3id.org/bundle/,canonical +w3id,BVAS,https://w3id.org/BVAS/,canonical +w3id,c-path,https://w3id.org/c-path/,canonical +w3id,cao,https://w3id.org/cao/,canonical +w3id,CAPABLE,https://w3id.org/CAPABLE/,canonical +w3id,CBGP_SEEK,https://w3id.org/CBGP_SEEK/,canonical +w3id,cbv,https://w3id.org/cbv/,canonical +w3id,cc,https://w3id.org/cc/,canonical +w3id,ccso,https://w3id.org/ccso/,canonical +w3id,cd2h,https://w3id.org/cd2h/,canonical +w3id,cdc,https://w3id.org/cdc/,canonical +w3id,CDO,https://w3id.org/CDO/,canonical +w3id,CDRIO,https://w3id.org/CDRIO/,canonical +w3id,cdt,https://w3id.org/cdt/,canonical +w3id,ce,https://w3id.org/ce/,canonical +w3id,cedar,https://w3id.org/cedar/,canonical +w3id,CEMontology,https://w3id.org/CEMontology/,canonical +w3id,cenpat-gilia,https://w3id.org/cenpat-gilia/,canonical +w3id,CEON,https://w3id.org/CEON/,canonical +w3id,cerif,https://w3id.org/cerif/,canonical +w3id,cerrotti,https://w3id.org/cerrotti/,canonical +w3id,certainty_nanopubs,https://w3id.org/certainty_nanopubs/,canonical +w3id,cevo,https://w3id.org/cevo/,canonical +w3id,chainpoint,https://w3id.org/chainpoint/,canonical +w3id,character-computing,https://w3id.org/character-computing/,canonical +w3id,charity-organization,https://w3id.org/charity-organization/,canonical +w3id,charta77,https://w3id.org/charta77/,canonical +w3id,chaudron,https://w3id.org/chaudron/,canonical +w3id,chemrof,https://w3id.org/chemrof/,canonical +w3id,cis,https://w3id.org/cis/,canonical +w3id,cise,https://w3id.org/cise/,canonical +w3id,cispe,https://w3id.org/cispe/,canonical +w3id,cit,https://w3id.org/cit/,canonical +w3id,citedcat-ap,https://w3id.org/citedcat-ap/,canonical +w3id,citizenship,https://w3id.org/citizenship/,canonical +w3id,cityofthings,https://w3id.org/cityofthings/,canonical +w3id,cityspin,https://w3id.org/cityspin/,canonical +w3id,ckgg,https://w3id.org/ckgg/,canonical +w3id,class,https://w3id.org/class/,canonical +w3id,classrank,https://w3id.org/classrank/,canonical +w3id,cld,https://w3id.org/cld/,canonical +w3id,clinga,https://w3id.org/clinga/,canonical +w3id,clipc,https://w3id.org/clipc/,canonical +w3id,clodg,https://w3id.org/clodg/,canonical +w3id,cmip6dr,https://w3id.org/cmip6dr/,canonical +w3id,cntf,https://w3id.org/cntf/,canonical +w3id,cocoon,https://w3id.org/cocoon/,canonical +w3id,codata,https://w3id.org/codata/,canonical +w3id,codo,https://w3id.org/codo/,canonical +w3id,ColActDOnt,https://w3id.org/ColActDOnt/,canonical +w3id,combining-linking-techniques,https://w3id.org/combining-linking-techniques/,canonical +w3id,comein,https://w3id.org/comein/,canonical +w3id,commerce,https://w3id.org/commerce/,canonical +w3id,con-tax,https://w3id.org/con-tax/,canonical +w3id,conceptual-mapping,https://w3id.org/conceptual-mapping/,canonical +w3id,concrete,https://w3id.org/concrete/,canonical +w3id,conjectures,https://w3id.org/conjectures/,canonical +w3id,consent-mapping-jit,https://w3id.org/consent-mapping-jit/,canonical +w3id,CONSIDER,https://w3id.org/CONSIDER/,canonical +w3id,consolid,https://w3id.org/consolid/,canonical +w3id,contentdesc,https://w3id.org/contentdesc/,canonical +w3id,convology,https://w3id.org/convology/,canonical +w3id,coops-uk,https://w3id.org/coops-uk/,canonical +w3id,corekb,https://w3id.org/corekb/,canonical +w3id,costumeCore,https://w3id.org/costumeCore/,canonical +w3id,CovidO,https://w3id.org/CovidO/,canonical +w3id,cowcerts,https://w3id.org/cowcerts/,canonical +w3id,coypu,https://w3id.org/coypu/,canonical +w3id,cpf-rel,https://w3id.org/cpf-rel/,canonical +w3id,cpld,https://w3id.org/cpld/,canonical +w3id,cpm,https://w3id.org/cpm/,canonical +w3id,cpont,https://w3id.org/cpont/,canonical +w3id,cpr,https://w3id.org/cpr/,canonical +w3id,cramp-fdp,https://w3id.org/cramp-fdp/,canonical +w3id,credentials,https://w3id.org/credentials/,canonical +w3id,credit,https://w3id.org/credit/,canonical +w3id,cri,https://w3id.org/cri/,canonical +w3id,cskg,https://w3id.org/cskg/,canonical +w3id,cso,https://w3id.org/cso/,canonical +w3id,csolink,https://w3id.org/csolink/,canonical +w3id,cspdo,https://w3id.org/cspdo/,canonical +w3id,ctdl,https://w3id.org/ctdl/,canonical +w3id,cto,https://w3id.org/cto/,canonical +w3id,ctsr-fdp,https://w3id.org/ctsr-fdp/,canonical +w3id,culco,https://w3id.org/culco/,canonical +w3id,CulturalKnowledgeGraph,https://w3id.org/CulturalKnowledgeGraph/,canonical +w3id,cwl,https://w3id.org/cwl/,canonical +w3id,cybele,https://w3id.org/cybele/,canonical +w3id,d1f9cd,https://w3id.org/d1f9cd/,canonical +w3id,d2s,https://w3id.org/d2s/,canonical +w3id,dao,https://w3id.org/dao/,canonical +w3id,daselab,https://w3id.org/daselab/,canonical +w3id,Data-Maturity,https://w3id.org/Data-Maturity/,canonical +w3id,data2services,https://w3id.org/data2services/,canonical +w3id,datamart,https://w3id.org/datamart/,canonical +w3id,datascope,https://w3id.org/datascope/,canonical +w3id,dataset_900,https://w3id.org/dataset_900/,canonical +w3id,date,https://w3id.org/date/,canonical +w3id,dats,https://w3id.org/dats/,canonical +w3id,dave,https://w3id.org/dave/,canonical +w3id,dba,https://w3id.org/dba/,canonical +w3id,dc,https://w3id.org/dc/,canonical +w3id,dcat-ap,https://w3id.org/dcat-ap/,canonical +w3id,dcc,https://w3id.org/dcc/,canonical +w3id,dco,https://w3id.org/dco/,canonical +w3id,dcso,https://w3id.org/dcso/,canonical +w3id,dcx,https://w3id.org/dcx/,canonical +w3id,ddb,https://w3id.org/ddb/,canonical +w3id,ddmim,https://w3id.org/ddmim/,canonical +w3id,ddo,https://w3id.org/ddo/,canonical +w3id,deepphe-docs,https://w3id.org/deepphe-docs/,canonical +w3id,deer,https://w3id.org/deer/,canonical +w3id,def,https://w3id.org/def/,canonical +w3id,demeter,https://w3id.org/demeter/,canonical +w3id,DEMETER_ontologies,https://w3id.org/DEMETER_ontologies/,canonical +w3id,demo-resources,https://w3id.org/demo-resources/,canonical +w3id,DepressionFeature,https://w3id.org/DepressionFeature/,canonical +w3id,devops-infra,https://w3id.org/devops-infra/,canonical +w3id,dfd,https://w3id.org/dfd/,canonical +w3id,dfo,https://w3id.org/dfo/,canonical +w3id,dgarijo,https://w3id.org/dgarijo/,canonical +w3id,dggs,https://w3id.org/dggs/,canonical +w3id,dhj,https://w3id.org/dhj/,canonical +w3id,dice-research,https://w3id.org/dice-research/,canonical +w3id,did,https://w3id.org/did/,canonical +w3id,did-resolution,https://w3id.org/did-resolution/,canonical +w3id,didcomm,https://w3id.org/didcomm/,canonical +w3id,diga,https://w3id.org/diga/,canonical +w3id,digitalconstruction,https://w3id.org/digitalconstruction/,canonical +w3id,digitalpeople,https://w3id.org/digitalpeople/,canonical +w3id,DigiTwin,https://w3id.org/DigiTwin/,canonical +w3id,dingo,https://w3id.org/dingo/,canonical +w3id,dini-ag-kim,https://w3id.org/dini-ag-kim/,canonical +w3id,dio,https://w3id.org/dio/,canonical +w3id,diopp,https://w3id.org/diopp/,canonical +w3id,disimgameontology,https://w3id.org/disimgameontology/,canonical +w3id,disk,https://w3id.org/disk/,canonical +w3id,dkg,https://w3id.org/dkg/,canonical +w3id,dlo,https://w3id.org/dlo/,canonical +w3id,DLTOntology,https://w3id.org/DLTOntology/,canonical +w3id,dm4eepsa,https://w3id.org/dm4eepsa/,canonical +w3id,dmi,https://w3id.org/dmi/,canonical +w3id,dmo,https://w3id.org/dmo/,canonical +w3id,dmscope-fdp,https://w3id.org/dmscope-fdp/,canonical +w3id,DnD5eCharacter,https://w3id.org/DnD5eCharacter/,canonical +w3id,do4kg,https://w3id.org/do4kg/,canonical +w3id,DockerPedia,https://w3id.org/DockerPedia/,canonical +w3id,docmaps,https://w3id.org/docmaps/,canonical +w3id,documents,https://w3id.org/documents/,canonical +w3id,dosdp,https://w3id.org/dosdp/,canonical +w3id,dot,https://w3id.org/dot/,canonical +w3id,dpcat,https://w3id.org/dpcat/,canonical +w3id,dpv,https://w3id.org/dpv/,canonical +w3id,dqts,https://w3id.org/dqts/,canonical +w3id,dream-lab,https://w3id.org/dream-lab/,canonical +w3id,drinventor,https://w3id.org/drinventor/,canonical +w3id,drone,https://w3id.org/drone/,canonical +w3id,dsa,https://w3id.org/dsa/,canonical +w3id,dsd,https://w3id.org/dsd/,canonical +w3id,dso,https://w3id.org/dso/,canonical +w3id,dstv,https://w3id.org/dstv/,canonical +w3id,dts,https://w3id.org/dts/,canonical +w3id,duchenne-fdp,https://w3id.org/duchenne-fdp/,canonical +w3id,duchenne-proms,https://w3id.org/duchenne-proms/,canonical +w3id,duodrl,https://w3id.org/duodrl/,canonical +w3id,dwc,https://w3id.org/dwc/,canonical +w3id,earth,https://w3id.org/earth/,canonical +w3id,eb,https://w3id.org/eb/,canonical +w3id,eboca,https://w3id.org/eboca/,canonical +w3id,ecad,https://w3id.org/ecad/,canonical +w3id,ecareathome,https://w3id.org/ecareathome/,canonical +w3id,ecfo,https://w3id.org/ecfo/,canonical +w3id,ecise,https://w3id.org/ecise/,canonical +w3id,ecodigit,https://w3id.org/ecodigit/,canonical +w3id,ecsel-dr,https://w3id.org/ecsel-dr/,canonical +w3id,ecsel-dr-prc-PMV,https://w3id.org/ecsel-dr-prc-PMV/,canonical +w3id,ecsel-dr-sn-SSP,https://w3id.org/ecsel-dr-sn-SSP/,canonical +w3id,edu-sharing,https://w3id.org/edu-sharing/,canonical +w3id,education,https://w3id.org/education/,canonical +w3id,edukg,https://w3id.org/edukg/,canonical +w3id,edwin,https://w3id.org/edwin/,canonical +w3id,edxl,https://w3id.org/edxl/,canonical +w3id,ee4i,https://w3id.org/ee4i/,canonical +w3id,eem,https://w3id.org/eem/,canonical +w3id,eeo,https://w3id.org/eeo/,canonical +w3id,eep,https://w3id.org/eep/,canonical +w3id,eepsa,https://w3id.org/eepsa/,canonical +w3id,eff,https://w3id.org/eff/,canonical +w3id,eipdm,https://w3id.org/eipdm/,canonical +w3id,ejp-rd,https://w3id.org/ejp-rd/,canonical +w3id,eke,https://w3id.org/eke/,canonical +w3id,empathi,https://w3id.org/empathi/,canonical +w3id,encode,https://w3id.org/encode/,canonical +w3id,EnergyInformationModel,https://w3id.org/EnergyInformationModel/,canonical +w3id,engrd,https://w3id.org/engrd/,canonical +w3id,enigma,https://w3id.org/enigma/,canonical +w3id,env,https://w3id.org/env/,canonical +w3id,enyr,https://w3id.org/enyr/,canonical +w3id,eo,https://w3id.org/eo/,canonical +w3id,eo-ontology,https://w3id.org/eo-ontology/,canonical +w3id,ep-plan,https://w3id.org/ep-plan/,canonical +w3id,epont,https://w3id.org/epont/,canonical +w3id,epsilonitalia,https://w3id.org/epsilonitalia/,canonical +w3id,ereefs,https://w3id.org/ereefs/,canonical +w3id,erkreg-fdp,https://w3id.org/erkreg-fdp/,canonical +w3id,ern-euro-nmd-fdp,https://w3id.org/ern-euro-nmd-fdp/,canonical +w3id,esbm,https://w3id.org/esbm/,canonical +w3id,ESO,https://w3id.org/ESO/,canonical +w3id,EUTaxO,https://w3id.org/EUTaxO/,canonical +w3id,EVENTSKG-Dataset,https://w3id.org/EVENTSKG-Dataset/,canonical +w3id,EVI,https://w3id.org/EVI/,canonical +w3id,EXACT,https://w3id.org/EXACT/,canonical +w3id,examode,https://w3id.org/examode/,canonical +w3id,example,https://w3id.org/example/,canonical +w3id,exanet,https://w3id.org/exanet/,canonical +w3id,exasure,https://w3id.org/exasure/,canonical +w3id,exatag,https://w3id.org/exatag/,canonical +w3id,exdoc,https://w3id.org/exdoc/,canonical +w3id,executionTechnique,https://w3id.org/executionTechnique/,canonical +w3id,express,https://w3id.org/express/,canonical +w3id,fair,https://w3id.org/fair/,canonical +w3id,FAIR-Champion-Harvester,https://w3id.org/FAIR-Champion-Harvester/,canonical +w3id,FAIR-course-UT,https://w3id.org/FAIR-course-UT/,canonical +w3id,fair-enough,https://w3id.org/fair-enough/,canonical +w3id,fair-genomes,https://w3id.org/fair-genomes/,canonical +w3id,FAIR_COVID19,https://w3id.org/FAIR_COVID19/,canonical +w3id,FAIR_eva,https://w3id.org/FAIR_eva/,canonical +w3id,FAIR_Evaluator,https://w3id.org/FAIR_Evaluator/,canonical +w3id,FAIR_Tests,https://w3id.org/FAIR_Tests/,canonical +w3id,FAIR_Training_LDP,https://w3id.org/FAIR_Training_LDP/,canonical +w3id,faircookbook,https://w3id.org/faircookbook/,canonical +w3id,FAIROS,https://w3id.org/FAIROS/,canonical +w3id,FAIRVASC,https://w3id.org/FAIRVASC/,canonical +w3id,fairvasc-fdp,https://w3id.org/fairvasc-fdp/,canonical +w3id,farm-stack,https://w3id.org/farm-stack/,canonical +w3id,FATO,https://w3id.org/FATO/,canonical +w3id,fcage,https://w3id.org/fcage/,canonical +w3id,fdo,https://w3id.org/fdo/,canonical +w3id,fdof,https://w3id.org/fdof/,canonical +w3id,fdp,https://w3id.org/fdp/,canonical +w3id,FDS_VocBench3,https://w3id.org/FDS_VocBench3/,canonical +w3id,fdso,https://w3id.org/fdso/,canonical +w3id,fdt,https://w3id.org/fdt/,canonical +w3id,FeatureOnto,https://w3id.org/FeatureOnto/,canonical +w3id,fides,https://w3id.org/fides/,canonical +w3id,fip,https://w3id.org/fip/,canonical +w3id,fkb-okn,https://w3id.org/fkb-okn/,canonical +w3id,fkresearch,https://w3id.org/fkresearch/,canonical +w3id,flashcards,https://w3id.org/flashcards/,canonical +w3id,flex,https://w3id.org/flex/,canonical +w3id,fog,https://w3id.org/fog/,canonical +w3id,food,https://w3id.org/food/,canonical +w3id,foodallergen,https://w3id.org/foodallergen/,canonical +w3id,foodie,https://w3id.org/foodie/,canonical +w3id,foops,https://w3id.org/foops/,canonical +w3id,forecasting4eepsa,https://w3id.org/forecasting4eepsa/,canonical +w3id,fox,https://w3id.org/fox/,canonical +w3id,fr,https://w3id.org/fr/,canonical +w3id,framester,https://w3id.org/framester/,canonical +w3id,fraunhofer,https://w3id.org/fraunhofer/,canonical +w3id,frontier,https://w3id.org/frontier/,canonical +w3id,frost,https://w3id.org/frost/,canonical +w3id,fso,https://w3id.org/fso/,canonical +w3id,fst,https://w3id.org/fst/,canonical +w3id,ftm,https://w3id.org/ftm/,canonical +w3id,FTP,https://w3id.org/FTP/,canonical +w3id,function,https://w3id.org/function/,canonical +w3id,g0v,https://w3id.org/g0v/,canonical +w3id,ga4gh,https://w3id.org/ga4gh/,canonical +w3id,gaia-x,https://w3id.org/gaia-x/,canonical +w3id,games,https://w3id.org/games/,canonical +w3id,gas,https://w3id.org/gas/,canonical +w3id,GasInformationModel,https://w3id.org/GasInformationModel/,canonical +w3id,gba,https://w3id.org/gba/,canonical +w3id,gbo,https://w3id.org/gbo/,canonical +w3id,GConsent,https://w3id.org/GConsent/,canonical +w3id,GDPRep,https://w3id.org/GDPRep/,canonical +w3id,gdprif,https://w3id.org/gdprif/,canonical +w3id,GDPRov,https://w3id.org/GDPRov/,canonical +w3id,GDPRtEXT,https://w3id.org/GDPRtEXT/,canonical +w3id,gensc,https://w3id.org/gensc/,canonical +w3id,geoff,https://w3id.org/geoff/,canonical +w3id,geohealth,https://w3id.org/geohealth/,canonical +w3id,geolit,https://w3id.org/geolit/,canonical +w3id,geoshacl,https://w3id.org/geoshacl/,canonical +w3id,geotime,https://w3id.org/geotime/,canonical +w3id,gerbil,https://w3id.org/gerbil/,canonical +w3id,gicentre,https://w3id.org/gicentre/,canonical +w3id,GISOntology4Renovation,https://w3id.org/GISOntology4Renovation/,canonical +w3id,gizmo,https://w3id.org/gizmo/,canonical +w3id,glmo,https://w3id.org/glmo/,canonical +w3id,globalise,https://w3id.org/globalise/,canonical +w3id,glosis,https://w3id.org/glosis/,canonical +w3id,gom,https://w3id.org/gom/,canonical +w3id,Green-AI-Ontology,https://w3id.org/Green-AI-Ontology/,canonical +w3id,greycite,https://w3id.org/greycite/,canonical +w3id,gso,https://w3id.org/gso/,canonical +w3id,gub,https://w3id.org/gub/,canonical +w3id,haf,https://w3id.org/haf/,canonical +w3id,haf-dev,https://w3id.org/haf-dev/,canonical +w3id,haps,https://w3id.org/haps/,canonical +w3id,hart,https://w3id.org/hart/,canonical +w3id,hclscg,https://w3id.org/hclscg/,canonical +w3id,hdgi,https://w3id.org/hdgi/,canonical +w3id,hdruk,https://w3id.org/hdruk/,canonical +w3id,health-schemas,https://w3id.org/health-schemas/,canonical +w3id,helis,https://w3id.org/helis/,canonical +w3id,hero,https://w3id.org/hero/,canonical +w3id,HHT,https://w3id.org/HHT/,canonical +w3id,hi,https://w3id.org/hi/,canonical +w3id,hico,https://w3id.org/hico/,canonical +w3id,hlac,https://w3id.org/hlac/,canonical +w3id,hobbit,https://w3id.org/hobbit/,canonical +w3id,hospex,https://w3id.org/hospex/,canonical +w3id,hpdb,https://w3id.org/hpdb/,canonical +w3id,hpont,https://w3id.org/hpont/,canonical +w3id,hso,https://w3id.org/hso/,canonical +w3id,hsu-aut,https://w3id.org/hsu-aut/,canonical +w3id,htad-fdp,https://w3id.org/htad-fdp/,canonical +w3id,http,https://w3id.org/http/,canonical +w3id,huml,https://w3id.org/huml/,canonical +w3id,hydra,https://w3id.org/hydra/,canonical +w3id,hysope2,https://w3id.org/hysope2/,canonical +w3id,i2i,https://w3id.org/i2i/,canonical +w3id,i40,https://w3id.org/i40/,canonical +w3id,iacs,https://w3id.org/iacs/,canonical +w3id,iadb,https://w3id.org/iadb/,canonical +w3id,iadopt,https://w3id.org/iadopt/,canonical +w3id,ibp,https://w3id.org/ibp/,canonical +w3id,ic,https://w3id.org/ic/,canonical +w3id,icddl,https://w3id.org/icddl/,canonical +w3id,icity,https://w3id.org/icity/,canonical +w3id,icon,https://w3id.org/icon/,canonical +w3id,id-rules,https://w3id.org/id-rules/,canonical +w3id,idafensp,https://w3id.org/idafensp/,canonical +w3id,iddo,https://w3id.org/iddo/,canonical +w3id,identity,https://w3id.org/identity/,canonical +w3id,idn,https://w3id.org/idn/,canonical +w3id,ido,https://w3id.org/ido/,canonical +w3id,idpo,https://w3id.org/idpo/,canonical +w3id,idsa,https://w3id.org/idsa/,canonical +w3id,ieee,https://w3id.org/ieee/,canonical +w3id,ifc,https://w3id.org/ifc/,canonical +w3id,ifcp,https://w3id.org/ifcp/,canonical +w3id,iliad,https://w3id.org/iliad/,canonical +w3id,illusnip,https://w3id.org/illusnip/,canonical +w3id,imec,https://w3id.org/imec/,canonical +w3id,imgpedia,https://w3id.org/imgpedia/,canonical +w3id,imkg,https://w3id.org/imkg/,canonical +w3id,inbio,https://w3id.org/inbio/,canonical +w3id,inrupt,https://w3id.org/inrupt/,canonical +w3id,interactions,https://w3id.org/interactions/,canonical +w3id,interont,https://w3id.org/interont/,canonical +w3id,ioc,https://w3id.org/ioc/,canonical +w3id,iomust,https://w3id.org/iomust/,canonical +w3id,iot,https://w3id.org/iot/,canonical +w3id,iot-tta,https://w3id.org/iot-tta/,canonical +w3id,ipsoeu,https://w3id.org/ipsoeu/,canonical +w3id,iqb,https://w3id.org/iqb/,canonical +w3id,irnerio,https://w3id.org/irnerio/,canonical +w3id,isa,https://w3id.org/isa/,canonical +w3id,isample,https://w3id.org/isample/,canonical +w3id,iSeeOnto,https://w3id.org/iSeeOnto/,canonical +w3id,isil,https://w3id.org/isil/,canonical +w3id,italia,https://w3id.org/italia/,canonical +w3id,itil,https://w3id.org/itil/,canonical +w3id,ixo,https://w3id.org/ixo/,canonical +w3id,JazzOntology,https://w3id.org/JazzOntology/,canonical +w3id,jhercher,https://w3id.org/jhercher/,canonical +w3id,jp-cos,https://w3id.org/jp-cos/,canonical +w3id,jp-textbook,https://w3id.org/jp-textbook/,canonical +w3id,json-ld-patch,https://w3id.org/json-ld-patch/,canonical +w3id,json-patch,https://w3id.org/json-patch/,canonical +w3id,jws,https://w3id.org/jws/,canonical +w3id,kdsf-ffk,https://w3id.org/kdsf-ffk/,canonical +w3id,kg-construct,https://w3id.org/kg-construct/,canonical +w3id,kg3d,https://w3id.org/kg3d/,canonical +w3id,kg4di,https://w3id.org/kg4di/,canonical +w3id,kgcl,https://w3id.org/kgcl/,canonical +w3id,kgcm,https://w3id.org/kgcm/,canonical +w3id,kgcp,https://w3id.org/kgcp/,canonical +w3id,kgtk_kypher,https://w3id.org/kgtk_kypher/,canonical +w3id,kim,https://w3id.org/kim/,canonical +w3id,knowhow,https://w3id.org/knowhow/,canonical +w3id,knowledge-engine,https://w3id.org/knowledge-engine/,canonical +w3id,knowledge-space,https://w3id.org/knowledge-space/,canonical +w3id,knwols,https://w3id.org/knwols/,canonical +w3id,kobl,https://w3id.org/kobl/,canonical +w3id,kos,https://w3id.org/kos/,canonical +w3id,kouigenjimonogatari,https://w3id.org/kouigenjimonogatari/,canonical +w3id,kpionto,https://w3id.org/kpionto/,canonical +w3id,kpxl,https://w3id.org/kpxl/,canonical +w3id,kxu,https://w3id.org/kxu/,canonical +w3id,l4dr,https://w3id.org/l4dr/,canonical +w3id,la,https://w3id.org/la/,canonical +w3id,laas-iot,https://w3id.org/laas-iot/,canonical +w3id,latuli,https://w3id.org/latuli/,canonical +w3id,launuts,https://w3id.org/launuts/,canonical +w3id,lbdserver,https://w3id.org/lbdserver/,canonical +w3id,lbs,https://w3id.org/lbs/,canonical +w3id,ld4ie,https://w3id.org/ld4ie/,canonical +w3id,ldasw,https://w3id.org/ldasw/,canonical +w3id,ldes,https://w3id.org/ldes/,canonical +w3id,ldpdl,https://w3id.org/ldpdl/,canonical +w3id,legal_form,https://w3id.org/legal_form/,canonical +w3id,legalhtml,https://w3id.org/legalhtml/,canonical +w3id,lemon-tree,https://w3id.org/lemon-tree/,canonical +w3id,leo,https://w3id.org/leo/,canonical +w3id,ler,https://w3id.org/ler/,canonical +w3id,library,https://w3id.org/library/,canonical +w3id,libris,https://w3id.org/libris/,canonical +w3id,lindt,https://w3id.org/lindt/,canonical +w3id,linked-fiestas,https://w3id.org/linked-fiestas/,canonical +w3id,linkedEarth,https://w3id.org/linkedEarth/,canonical +w3id,linkedsensor,https://w3id.org/linkedsensor/,canonical +w3id,linkflows,https://w3id.org/linkflows/,canonical +w3id,linkgen,https://w3id.org/linkgen/,canonical +w3id,linkml,https://w3id.org/linkml/,canonical +w3id,lio,https://w3id.org/lio/,canonical +w3id,list,https://w3id.org/list/,canonical +w3id,listdb,https://w3id.org/listdb/,canonical +w3id,lit,https://w3id.org/lit/,canonical +w3id,livingreviews,https://w3id.org/livingreviews/,canonical +w3id,lmodel,https://w3id.org/lmodel/,canonical +w3id,ln,https://w3id.org/ln/,canonical +w3id,lob,https://w3id.org/lob/,canonical +w3id,lobid,https://w3id.org/lobid/,canonical +w3id,locolligo,https://w3id.org/locolligo/,canonical +w3id,lode,https://w3id.org/lode/,canonical +w3id,lodquator,https://w3id.org/lodquator/,canonical +w3id,lodsight,https://w3id.org/lodsight/,canonical +w3id,loin,https://w3id.org/loin/,canonical +w3id,loinc2hpo,https://w3id.org/loinc2hpo/,canonical +w3id,lomap,https://w3id.org/lomap/,canonical +w3id,loupe,https://w3id.org/loupe/,canonical +w3id,lovcube,https://w3id.org/lovcube/,canonical +w3id,LPT,https://w3id.org/LPT/,canonical +w3id,lrm,https://w3id.org/lrm/,canonical +w3id,lsd,https://w3id.org/lsd/,canonical +w3id,lso,https://w3id.org/lso/,canonical +w3id,lsq,https://w3id.org/lsq/,canonical +w3id,lss-usdl,https://w3id.org/lss-usdl/,canonical +w3id,lumc,https://w3id.org/lumc/,canonical +w3id,lustre,https://w3id.org/lustre/,canonical +w3id,Mach30,https://w3id.org/Mach30/,canonical +w3id,madmp,https://w3id.org/madmp/,canonical +w3id,makg,https://w3id.org/makg/,canonical +w3id,mapvowl,https://w3id.org/mapvowl/,canonical +w3id,mare,https://w3id.org/mare/,canonical +w3id,mdc-docs,https://w3id.org/mdc-docs/,canonical +w3id,mdo,https://w3id.org/mdo/,canonical +w3id,measurements4eepsa,https://w3id.org/measurements4eepsa/,canonical +w3id,measurements4pfeepsa,https://w3id.org/measurements4pfeepsa/,canonical +w3id,media,https://w3id.org/media/,canonical +w3id,mediatype,https://w3id.org/mediatype/,canonical +w3id,medred,https://w3id.org/medred/,canonical +w3id,medtag,https://w3id.org/medtag/,canonical +w3id,meta-share,https://w3id.org/meta-share/,canonical +w3id,metadocencia,https://w3id.org/metadocencia/,canonical +w3id,metamodeling,https://w3id.org/metamodeling/,canonical +w3id,mex,https://w3id.org/mex/,canonical +w3id,mgkb,https://w3id.org/mgkb/,canonical +w3id,mica,https://w3id.org/mica/,canonical +w3id,midas-catalog,https://w3id.org/midas-catalog/,canonical +w3id,midas-metadata,https://w3id.org/midas-metadata/,canonical +w3id,minerva,https://w3id.org/minerva/,canonical +w3id,mint,https://w3id.org/mint/,canonical +w3id,minte,https://w3id.org/minte/,canonical +w3id,mircat,https://w3id.org/mircat/,canonical +w3id,mixs,https://w3id.org/mixs/,canonical +w3id,mo,https://w3id.org/mo/,canonical +w3id,mo-ld,https://w3id.org/mo-ld/,canonical +w3id,mobility,https://w3id.org/mobility/,canonical +w3id,mod,https://w3id.org/mod/,canonical +w3id,moeebius,https://w3id.org/moeebius/,canonical +w3id,mojo-ac,https://w3id.org/mojo-ac/,canonical +w3id,MON,https://w3id.org/MON/,canonical +w3id,montolo,https://w3id.org/montolo/,canonical +w3id,moody,https://w3id.org/moody/,canonical +w3id,MoRe-SFB1475,https://w3id.org/MoRe-SFB1475/,canonical +w3id,mpilhlt,https://w3id.org/mpilhlt/,canonical +w3id,MQIO,https://w3id.org/MQIO/,canonical +w3id,MQIO-metrics,https://w3id.org/MQIO-metrics/,canonical +w3id,mqtt-plan,https://w3id.org/mqtt-plan/,canonical +w3id,MQV,https://w3id.org/MQV/,canonical +w3id,mtv,https://w3id.org/mtv/,canonical +w3id,multidimensional-interface,https://w3id.org/multidimensional-interface/,canonical +w3id,multidimensional-quantity,https://w3id.org/multidimensional-quantity/,canonical +w3id,musco,https://w3id.org/musco/,canonical +w3id,music-circle,https://w3id.org/music-circle/,canonical +w3id,musico,https://w3id.org/musico/,canonical +w3id,musow,https://w3id.org/musow/,canonical +w3id,n2t,https://w3id.org/n2t/,canonical +w3id,nanoweb,https://w3id.org/nanoweb/,canonical +w3id,national-ocean-council,https://w3id.org/national-ocean-council/,canonical +w3id,navigation_menu,https://w3id.org/navigation_menu/,canonical +w3id,nddo,https://w3id.org/nddo/,canonical +w3id,neat-ml,https://w3id.org/neat-ml/,canonical +w3id,nellrdf,https://w3id.org/nellrdf/,canonical +w3id,nen2660,https://w3id.org/nen2660/,canonical +w3id,neptis,https://w3id.org/neptis/,canonical +w3id,netbeheer,https://w3id.org/netbeheer/,canonical +w3id,neural-sparql-machines,https://w3id.org/neural-sparql-machines/,canonical +w3id,nfdi4cat,https://w3id.org/nfdi4cat/,canonical +w3id,nfdi4ing,https://w3id.org/nfdi4ing/,canonical +w3id,nfsec,https://w3id.org/nfsec/,canonical +w3id,nidash,https://w3id.org/nidash/,canonical +w3id,nipype,https://w3id.org/nipype/,canonical +w3id,niw,https://w3id.org/niw/,canonical +w3id,nkos,https://w3id.org/nkos/,canonical +w3id,nlp,https://w3id.org/nlp/,canonical +w3id,nls,https://w3id.org/nls/,canonical +w3id,nmdc,https://w3id.org/nmdc/,canonical +w3id,nmdr,https://w3id.org/nmdr/,canonical +w3id,nno,https://w3id.org/nno/,canonical +w3id,noria,https://w3id.org/noria/,canonical +w3id,nostr,https://w3id.org/nostr/,canonical +w3id,np,https://w3id.org/np/,canonical +w3id,nsd,https://w3id.org/nsd/,canonical +w3id,nsdra,https://w3id.org/nsdra/,canonical +w3id,nta8035,https://w3id.org/nta8035/,canonical +w3id,nwo-research-fields,https://w3id.org/nwo-research-fields/,canonical +w3id,oac,https://w3id.org/oac/,canonical +w3id,oak,https://w3id.org/oak/,canonical +w3id,obda,https://w3id.org/obda/,canonical +w3id,obelisk,https://w3id.org/obelisk/,canonical +w3id,obo,https://w3id.org/obo/,canonical +w3id,obpa,https://w3id.org/obpa/,canonical +w3id,obpd,https://w3id.org/obpd/,canonical +w3id,oc,https://w3id.org/oc/,canonical +w3id,occ,https://w3id.org/occ/,canonical +w3id,OCL-SOP,https://w3id.org/OCL-SOP/,canonical +w3id,ocqa,https://w3id.org/ocqa/,canonical +w3id,ocs,https://w3id.org/ocs/,canonical +w3id,odissei,https://w3id.org/odissei/,canonical +w3id,oebDataFormats,https://w3id.org/oebDataFormats/,canonical +w3id,oebDatasets,https://w3id.org/oebDatasets/,canonical +w3id,oerbase,https://w3id.org/oerbase/,canonical +w3id,ofo,https://w3id.org/ofo/,canonical +w3id,oho,https://w3id.org/oho/,canonical +w3id,okn,https://w3id.org/okn/,canonical +w3id,olu,https://w3id.org/olu/,canonical +w3id,omg,https://w3id.org/omg/,canonical +w3id,omicron,https://w3id.org/omicron/,canonical +w3id,omn,https://w3id.org/omn/,canonical +w3id,omop,https://w3id.org/omop/,canonical +w3id,onderwijs-vlaanderen,https://w3id.org/onderwijs-vlaanderen/,canonical +w3id,ontoboldt,https://w3id.org/ontoboldt/,canonical +w3id,ontocis,https://w3id.org/ontocis/,canonical +w3id,ontocity,https://w3id.org/ontocity/,canonical +w3id,OntoDM-core-extended,https://w3id.org/OntoDM-core-extended/,canonical +w3id,OntoDocRel,https://w3id.org/OntoDocRel/,canonical +w3id,OntoDT-extended,https://w3id.org/OntoDT-extended/,canonical +w3id,ontoeng,https://w3id.org/ontoeng/,canonical +w3id,ontoexp,https://w3id.org/ontoexp/,canonical +w3id,ontogpt,https://w3id.org/ontogpt/,canonical +w3id,OntoGraphDB,https://w3id.org/OntoGraphDB/,canonical +w3id,ontoim,https://w3id.org/ontoim/,canonical +w3id,ontolink,https://w3id.org/ontolink/,canonical +w3id,ontomlc,https://w3id.org/ontomlc/,canonical +w3id,ontoology,https://w3id.org/ontoology/,canonical +w3id,ontop,https://w3id.org/ontop/,canonical +w3id,ontopbm,https://w3id.org/ontopbm/,canonical +w3id,ontopbm-aquatic,https://w3id.org/ontopbm-aquatic/,canonical +w3id,ontopbm-watershed,https://w3id.org/ontopbm-watershed/,canonical +w3id,OntoSecurityGraphDB,https://w3id.org/OntoSecurityGraphDB/,canonical +w3id,ontosenticnet,https://w3id.org/ontosenticnet/,canonical +w3id,ontosoft,https://w3id.org/ontosoft/,canonical +w3id,ontosoft-vff,https://w3id.org/ontosoft-vff/,canonical +w3id,ontouml,https://w3id.org/ontouml/,canonical +w3id,ontouml-models,https://w3id.org/ontouml-models/,canonical +w3id,oop,https://w3id.org/oop/,canonical +w3id,OOSMP,https://w3id.org/OOSMP/,canonical +w3id,ooxml,https://w3id.org/ooxml/,canonical +w3id,openbadges,https://w3id.org/openbadges/,canonical +w3id,openeduhub,https://w3id.org/openeduhub/,canonical +w3id,openfooddata,https://w3id.org/openfooddata/,canonical +w3id,opengtsc,https://w3id.org/opengtsc/,canonical +w3id,openmhealth,https://w3id.org/openmhealth/,canonical +w3id,openstreetmap,https://w3id.org/openstreetmap/,canonical +w3id,opentecr,https://w3id.org/opentecr/,canonical +w3id,opentrafficlights,https://w3id.org/opentrafficlights/,canonical +w3id,OPLaX,https://w3id.org/OPLaX/,canonical +w3id,opm,https://w3id.org/opm/,canonical +w3id,ops,https://w3id.org/ops/,canonical +w3id,orb,https://w3id.org/orb/,canonical +w3id,orca-x,https://w3id.org/orca-x/,canonical +w3id,orcidio,https://w3id.org/orcidio/,canonical +w3id,ore,https://w3id.org/ore/,canonical +w3id,organization,https://w3id.org/organization/,canonical +w3id,orphadata,https://w3id.org/orphadata/,canonical +w3id,OSCD,https://w3id.org/OSCD/,canonical +w3id,osdu,https://w3id.org/osdu/,canonical +w3id,ost,https://w3id.org/ost/,canonical +w3id,ovama-proms,https://w3id.org/ovama-proms/,canonical +w3id,OWLToOAS,https://w3id.org/OWLToOAS/,canonical +w3id,OWLunit,https://w3id.org/OWLunit/,canonical +w3id,own,https://w3id.org/own/,canonical +w3id,ozcar-theia,https://w3id.org/ozcar-theia/,canonical +w3id,pandp,https://w3id.org/pandp/,canonical +w3id,patent_ontologies,https://w3id.org/patent_ontologies/,canonical +w3id,payments,https://w3id.org/payments/,canonical +w3id,payswarm,https://w3id.org/payswarm/,canonical +w3id,pbs,https://w3id.org/pbs/,canonical +w3id,pc,https://w3id.org/pc/,canonical +w3id,peco,https://w3id.org/peco/,canonical +w3id,pedigree,https://w3id.org/pedigree/,canonical +w3id,people,https://w3id.org/people/,canonical +w3id,pep,https://w3id.org/pep/,canonical +w3id,peripleo,https://w3id.org/peripleo/,canonical +w3id,permafrost,https://w3id.org/permafrost/,canonical +w3id,pet,https://w3id.org/pet/,canonical +w3id,pfeepsa,https://w3id.org/pfeepsa/,canonical +w3id,pgp,https://w3id.org/pgp/,canonical +w3id,phuse,https://w3id.org/phuse/,canonical +w3id,pizza2,https://w3id.org/pizza2/,canonical +w3id,pkd4wod,https://w3id.org/pkd4wod/,canonical +w3id,plegma_labs,https://w3id.org/plegma_labs/,canonical +w3id,plp,https://w3id.org/plp/,canonical +w3id,pm,https://w3id.org/pm/,canonical +w3id,pmd,https://w3id.org/pmd/,canonical +w3id,pmlm,https://w3id.org/pmlm/,canonical +w3id,pnv,https://w3id.org/pnv/,canonical +w3id,PO2,https://w3id.org/PO2/,canonical +w3id,polifonia,https://w3id.org/polifonia/,canonical +w3id,pope,https://w3id.org/pope/,canonical +w3id,poseidon,https://w3id.org/poseidon/,canonical +w3id,poultryFarms4eepsa,https://w3id.org/poultryFarms4eepsa/,canonical +w3id,ppdb,https://w3id.org/ppdb/,canonical +w3id,ppop,https://w3id.org/ppop/,canonical +w3id,premon,https://w3id.org/premon/,canonical +w3id,probs-lab,https://w3id.org/probs-lab/,canonical +w3id,profile,https://w3id.org/profile/,canonical +w3id,profileresourcerole,https://w3id.org/profileresourcerole/,canonical +w3id,prohow,https://w3id.org/prohow/,canonical +w3id,promis-proms,https://w3id.org/promis-proms/,canonical +w3id,proteinkg65,https://w3id.org/proteinkg65/,canonical +w3id,provcorp,https://w3id.org/provcorp/,canonical +w3id,psnpbind,https://w3id.org/psnpbind/,canonical +w3id,publiccode,https://w3id.org/publiccode/,canonical +w3id,pvont,https://w3id.org/pvont/,canonical +w3id,qb4solap,https://w3id.org/qb4solap/,canonical +w3id,quality,https://w3id.org/quality/,canonical +w3id,qudt,https://w3id.org/qudt/,canonical +w3id,quid,https://w3id.org/quid/,canonical +w3id,rai,https://w3id.org/rai/,canonical +w3id,rail,https://w3id.org/rail/,canonical +w3id,rains,https://w3id.org/rains/,canonical +w3id,RAND,https://w3id.org/RAND/,canonical +w3id,rash,https://w3id.org/rash/,canonical +w3id,rbeepsa,https://w3id.org/rbeepsa/,canonical +w3id,rc,https://w3id.org/rc/,canonical +w3id,rd-fairmetrics,https://w3id.org/rd-fairmetrics/,canonical +w3id,rd-fairness-tests,https://w3id.org/rd-fairness-tests/,canonical +w3id,rdf-spreadsheet,https://w3id.org/rdf-spreadsheet/,canonical +w3id,rdfbones,https://w3id.org/rdfbones/,canonical +w3id,rdfp,https://w3id.org/rdfp/,canonical +w3id,rdw,https://w3id.org/rdw/,canonical +w3id,react,https://w3id.org/react/,canonical +w3id,readi,https://w3id.org/readi/,canonical +w3id,rebase,https://w3id.org/rebase/,canonical +w3id,rec,https://w3id.org/rec/,canonical +w3id,related-to,https://w3id.org/related-to/,canonical +w3id,relod,https://w3id.org/relod/,canonical +w3id,reproduceme,https://w3id.org/reproduceme/,canonical +w3id,requirement-ontology,https://w3id.org/requirement-ontology/,canonical +w3id,research-technology-readiness-levels,https://w3id.org/research-technology-readiness-levels/,canonical +w3id,reseo,https://w3id.org/reseo/,canonical +w3id,reshare,https://w3id.org/reshare/,canonical +w3id,resource2vec,https://w3id.org/resource2vec/,canonical +w3id,respond,https://w3id.org/respond/,canonical +w3id,resriskonto,https://w3id.org/resriskonto/,canonical +w3id,reward-ontology,https://w3id.org/reward-ontology/,canonical +w3id,rg-mpg-de,https://w3id.org/rg-mpg-de/,canonical +w3id,rgom,https://w3id.org/rgom/,canonical +w3id,rhonda,https://w3id.org/rhonda/,canonical +w3id,ride2rail,https://w3id.org/ride2rail/,canonical +w3id,rights-vocabulary,https://w3id.org/rights-vocabulary/,canonical +w3id,riskonto,https://w3id.org/riskonto/,canonical +w3id,rmco,https://w3id.org/rmco/,canonical +w3id,rml,https://w3id.org/rml/,canonical +w3id,ro,https://w3id.org/ro/,canonical +w3id,ro-id,https://w3id.org/ro-id/,canonical +w3id,ro-id-dev,https://w3id.org/ro-id-dev/,canonical +w3id,roar,https://w3id.org/roar/,canonical +w3id,roh,https://w3id.org/roh/,canonical +w3id,role,https://w3id.org/role/,canonical +w3id,rorio,https://w3id.org/rorio/,canonical +w3id,rp,https://w3id.org/rp/,canonical +w3id,rsp,https://w3id.org/rsp/,canonical +w3id,rsp4j,https://w3id.org/rsp4j/,canonical +w3id,rtc,https://w3id.org/rtc/,canonical +w3id,rv-ontology,https://w3id.org/rv-ontology/,canonical +w3id,rvo,https://w3id.org/rvo/,canonical +w3id,s3n,https://w3id.org/s3n/,canonical +w3id,saegroup,https://w3id.org/saegroup/,canonical +w3id,salon,https://w3id.org/salon/,canonical +w3id,sao,https://w3id.org/sao/,canonical +w3id,saref,https://w3id.org/saref/,canonical +w3id,saref4ee,https://w3id.org/saref4ee/,canonical +w3id,saref4ener,https://w3id.org/saref4ener/,canonical +w3id,sari,https://w3id.org/sari/,canonical +w3id,saro,https://w3id.org/saro/,canonical +w3id,satellite,https://w3id.org/satellite/,canonical +w3id,sbeo,https://w3id.org/sbeo/,canonical +w3id,scc,https://w3id.org/scc/,canonical +w3id,scdv,https://w3id.org/scdv/,canonical +w3id,scholarlydata,https://w3id.org/scholarlydata/,canonical +w3id,sdc,https://w3id.org/sdc/,canonical +w3id,SDEBM,https://w3id.org/SDEBM/,canonical +w3id,sdids,https://w3id.org/sdids/,canonical +w3id,sdo,https://w3id.org/sdo/,canonical +w3id,sdpo,https://w3id.org/sdpo/,canonical +w3id,sds,https://w3id.org/sds/,canonical +w3id,se,https://w3id.org/se/,canonical +w3id,sea-lod,https://w3id.org/sea-lod/,canonical +w3id,seas,https://w3id.org/seas/,canonical +w3id,security,https://w3id.org/security/,canonical +w3id,sek4eepsa,https://w3id.org/sek4eepsa/,canonical +w3id,sek4pfeepsa,https://w3id.org/sek4pfeepsa/,canonical +w3id,semapv,https://w3id.org/semapv/,canonical +w3id,semcon,https://w3id.org/semcon/,canonical +w3id,semiot,https://w3id.org/semiot/,canonical +w3id,semmd,https://w3id.org/semmd/,canonical +w3id,SemOpenAlex,https://w3id.org/SemOpenAlex/,canonical +w3id,semsci,https://w3id.org/semsci/,canonical +w3id,SemSur,https://w3id.org/SemSur/,canonical +w3id,semsys,https://w3id.org/semsys/,canonical +w3id,semtk,https://w3id.org/semtk/,canonical +w3id,seneca,https://w3id.org/seneca/,canonical +w3id,sentitrack,https://w3id.org/sentitrack/,canonical +w3id,seo,https://w3id.org/seo/,canonical +w3id,sepses,https://w3id.org/sepses/,canonical +w3id,serdif,https://w3id.org/serdif/,canonical +w3id,sfs-ontology,https://w3id.org/sfs-ontology/,canonical +w3id,sgov,https://w3id.org/sgov/,canonical +w3id,shack,https://w3id.org/shack/,canonical +w3id,shacl2fol,https://w3id.org/shacl2fol/,canonical +w3id,shp,https://w3id.org/shp/,canonical +w3id,simulation,https://w3id.org/simulation/,canonical +w3id,sip,https://w3id.org/sip/,canonical +w3id,sketup,https://w3id.org/sketup/,canonical +w3id,sketx,https://w3id.org/sketx/,canonical +w3id,skg,https://w3id.org/skg/,canonical +w3id,skgo,https://w3id.org/skgo/,canonical +w3id,slo,https://w3id.org/slo/,canonical +w3id,sm,https://w3id.org/sm/,canonical +w3id,smarcql,https://w3id.org/smarcql/,canonical +w3id,smartcare-fdp,https://w3id.org/smartcare-fdp/,canonical +w3id,smartenvironment,https://w3id.org/smartenvironment/,canonical +w3id,smartflanders,https://w3id.org/smartflanders/,canonical +w3id,smetzger,https://w3id.org/smetzger/,canonical +w3id,smi,https://w3id.org/smi/,canonical +w3id,SocDOnt,https://w3id.org/SocDOnt/,canonical +w3id,sociallink,https://w3id.org/sociallink/,canonical +w3id,socomp,https://w3id.org/socomp/,canonical +w3id,software-iodata,https://w3id.org/software-iodata/,canonical +w3id,software-types,https://w3id.org/software-types/,canonical +w3id,softwareCredit,https://w3id.org/softwareCredit/,canonical +w3id,solid,https://w3id.org/solid/,canonical +w3id,sona,https://w3id.org/sona/,canonical +w3id,sora,https://w3id.org/sora/,canonical +w3id,soya,https://w3id.org/soya/,canonical +w3id,spar,https://w3id.org/spar/,canonical +w3id,sparql-generate,https://w3id.org/sparql-generate/,canonical +w3id,special,https://w3id.org/special/,canonical +w3id,spew,https://w3id.org/spew/,canonical +w3id,spice,https://w3id.org/spice/,canonical +w3id,spoi,https://w3id.org/spoi/,canonical +w3id,sqo,https://w3id.org/sqo/,canonical +w3id,squap,https://w3id.org/squap/,canonical +w3id,squirrel,https://w3id.org/squirrel/,canonical +w3id,sri-lanka,https://w3id.org/sri-lanka/,canonical +w3id,srmo,https://w3id.org/srmo/,canonical +w3id,srr,https://w3id.org/srr/,canonical +w3id,srt,https://w3id.org/srt/,canonical +w3id,sskg,https://w3id.org/sskg/,canonical +w3id,sssom,https://w3id.org/sssom/,canonical +w3id,stahl,https://w3id.org/stahl/,canonical +w3id,stargate-h2020,https://w3id.org/stargate-h2020/,canonical +w3id,steel,https://w3id.org/steel/,canonical +w3id,stirdata,https://w3id.org/stirdata/,canonical +w3id,stlab,https://w3id.org/stlab/,canonical +w3id,stn,https://w3id.org/stn/,canonical +w3id,stopp,https://w3id.org/stopp/,canonical +w3id,STREAM,https://w3id.org/STREAM/,canonical +w3id,sukilam-educational-metadata,https://w3id.org/sukilam-educational-metadata/,canonical +w3id,sumo,https://w3id.org/sumo/,canonical +w3id,survey-ontology,https://w3id.org/survey-ontology/,canonical +w3id,sw4ml-datasets,https://w3id.org/sw4ml-datasets/,canonical +w3id,swot,https://w3id.org/swot/,canonical +w3id,sxacml,https://w3id.org/sxacml/,canonical +w3id,synbio,https://w3id.org/synbio/,canonical +w3id,synthmorph,https://w3id.org/synthmorph/,canonical +w3id,synthstrip,https://w3id.org/synthstrip/,canonical +w3id,t-rex,https://w3id.org/t-rex/,canonical +w3id,t-sita,https://w3id.org/t-sita/,canonical +w3id,tangpoem,https://w3id.org/tangpoem/,canonical +w3id,tao,https://w3id.org/tao/,canonical +w3id,tate-skos,https://w3id.org/tate-skos/,canonical +w3id,tawc,https://w3id.org/tawc/,canonical +w3id,td,https://w3id.org/td/,canonical +w3id,tdy,https://w3id.org/tdy/,canonical +w3id,teamingai,https://w3id.org/teamingai/,canonical +w3id,tern,https://w3id.org/tern/,canonical +w3id,terror,https://w3id.org/terror/,canonical +w3id,testalod,https://w3id.org/testalod/,canonical +w3id,testlink,https://w3id.org/testlink/,canonical +w3id,tib,https://w3id.org/tib/,canonical +w3id,timebank,https://w3id.org/timebank/,canonical +w3id,timefuncs,https://w3id.org/timefuncs/,canonical +w3id,tinyml-schema,https://w3id.org/tinyml-schema/,canonical +w3id,todo,https://w3id.org/todo/,canonical +w3id,top-level,https://w3id.org/top-level/,canonical +w3id,traceability,https://w3id.org/traceability/,canonical +w3id,transmodel,https://w3id.org/transmodel/,canonical +w3id,tree,https://w3id.org/tree/,canonical +w3id,trek,https://w3id.org/trek/,canonical +w3id,TRO,https://w3id.org/TRO/,canonical +w3id,truecred,https://w3id.org/truecred/,canonical +w3id,tso,https://w3id.org/tso/,canonical +w3id,ttla,https://w3id.org/ttla/,canonical +w3id,TTRpg,https://w3id.org/TTRpg/,canonical +w3id,twins,https://w3id.org/twins/,canonical +w3id,uco,https://w3id.org/uco/,canonical +w3id,ufo,https://w3id.org/ufo/,canonical +w3id,uh-linked-data,https://w3id.org/uh-linked-data/,canonical +w3id,um,https://w3id.org/um/,canonical +w3id,umms,https://w3id.org/umms/,canonical +w3id,un,https://w3id.org/un/,canonical +w3id,UnderRepresentedWritersOntology,https://w3id.org/UnderRepresentedWritersOntology/,canonical +w3id,unileiden,https://w3id.org/unileiden/,canonical +w3id,unit,https://w3id.org/unit/,canonical +w3id,university,https://w3id.org/university/,canonical +w3id,uom,https://w3id.org/uom/,canonical +w3id,urban-iot,https://w3id.org/urban-iot/,canonical +w3id,uri4uri,https://w3id.org/uri4uri/,canonical +w3id,usability,https://w3id.org/usability/,canonical +w3id,user,https://w3id.org/user/,canonical +w3id,usgs,https://w3id.org/usgs/,canonical +w3id,uva,https://w3id.org/uva/,canonical +w3id,vacceval,https://w3id.org/vacceval/,canonical +w3id,vaccination,https://w3id.org/vaccination/,canonical +w3id,vacseen,https://w3id.org/vacseen/,canonical +w3id,vair,https://w3id.org/vair/,canonical +w3id,valueflows,https://w3id.org/valueflows/,canonical +w3id,var,https://w3id.org/var/,canonical +w3id,vc,https://w3id.org/vc/,canonical +w3id,vc-http-api,https://w3id.org/vc-http-api/,canonical +w3id,vc-revocation-list-2020,https://w3id.org/vc-revocation-list-2020/,canonical +w3id,vcb,https://w3id.org/vcb/,canonical +w3id,vdl,https://w3id.org/vdl/,canonical +w3id,vehicle,https://w3id.org/vehicle/,canonical +w3id,verb,https://w3id.org/verb/,canonical +w3id,veres-one,https://w3id.org/veres-one/,canonical +w3id,verifiable-claims,https://w3id.org/verifiable-claims/,canonical +w3id,version,https://w3id.org/version/,canonical +w3id,vhbieo,https://w3id.org/vhbieo/,canonical +w3id,vhmml,https://w3id.org/vhmml/,canonical +w3id,vir,https://w3id.org/vir/,canonical +w3id,visualsense,https://w3id.org/visualsense/,canonical +w3id,vocab,https://w3id.org/vocab/,canonical +w3id,vocabulary,https://w3id.org/vocabulary/,canonical +w3id,voic,https://w3id.org/voic/,canonical +w3id,voldemortkg,https://w3id.org/voldemortkg/,canonical +w3id,vsat,https://w3id.org/vsat/,canonical +w3id,vsm,https://w3id.org/vsm/,canonical +w3id,w2share,https://w3id.org/w2share/,canonical +w3id,w4ra,https://w3id.org/w4ra/,canonical +w3id,wallet,https://w3id.org/wallet/,canonical +w3id,waterSmart,https://w3id.org/waterSmart/,canonical +w3id,wd_quality,https://w3id.org/wd_quality/,canonical +w3id,wdaqua,https://w3id.org/wdaqua/,canonical +w3id,wdio,https://w3id.org/wdio/,canonical +w3id,web-keys,https://w3id.org/web-keys/,canonical +w3id,webid,https://w3id.org/webid/,canonical +w3id,webkms,https://w3id.org/webkms/,canonical +w3id,webledger,https://w3id.org/webledger/,canonical +w3id,webpayments,https://w3id.org/webpayments/,canonical +w3id,webstreams,https://w3id.org/webstreams/,canonical +w3id,webvowl,https://w3id.org/webvowl/,canonical +w3id,wellfort,https://w3id.org/wellfort/,canonical +w3id,wesp,https://w3id.org/wesp/,canonical +w3id,wfont,https://w3id.org/wfont/,canonical +w3id,where-is-my-uri,https://w3id.org/where-is-my-uri/,canonical +w3id,whow,https://w3id.org/whow/,canonical +w3id,widoco,https://w3id.org/widoco/,canonical +w3id,wikidated,https://w3id.org/wikidated/,canonical +w3id,wimuq,https://w3id.org/wimuq/,canonical +w3id,wings,https://w3id.org/wings/,canonical +w3id,wm,https://w3id.org/wm/,canonical +w3id,wmo,https://w3id.org/wmo/,canonical +w3id,woleet,https://w3id.org/woleet/,canonical +w3id,won,https://w3id.org/won/,canonical +w3id,workflowhub,https://w3id.org/workflowhub/,canonical +w3id,wrfy,https://w3id.org/wrfy/,canonical +w3id,wsp,https://w3id.org/wsp/,canonical +w3id,xapi,https://w3id.org/xapi/,canonical +w3id,xd,https://w3id.org/xd/,canonical +w3id,xmal,https://w3id.org/xmal/,canonical +w3id,yago,https://w3id.org/yago/,canonical +w3id,yarrrml,https://w3id.org/yarrrml/,canonical +w3id,ylu,https://w3id.org/ylu/,canonical +w3id,yxl,https://w3id.org/yxl/,canonical +w3id,zcap,https://w3id.org/zcap/,canonical +w3id,zdb,https://w3id.org/zdb/,canonical +w3id,zericatalog,https://w3id.org/zericatalog/,canonical +w3id,zohar,https://w3id.org/zohar/,canonical +w3id,zoraActions,https://w3id.org/zoraActions/,canonical +w3id,zpid,https://w3id.org/zpid/,canonical diff --git a/src/prefixmaps/ingest/etl_runner.py b/src/prefixmaps/ingest/etl_runner.py index d05a2f7..4f107e7 100644 --- a/src/prefixmaps/ingest/etl_runner.py +++ b/src/prefixmaps/ingest/etl_runner.py @@ -15,6 +15,7 @@ from prefixmaps.ingest.ingest_jsonld import from_prefixcc from prefixmaps.ingest.ingest_linkml import from_semweb_curated from prefixmaps.ingest.ingest_shacl import from_obo +from prefixmaps.ingest.ingest_w3id import from_w3id from prefixmaps.io.writer import context_to_file # TODO: replace this with introspection from metadata file @@ -26,6 +27,7 @@ "bioregistry.upper": from_bioregistry_upper, "bioregistry": from_bioregistry, "prefixcc": from_prefixcc, + "w3id": from_w3id, } """Maps the name of a context to the python function that can generate it""" diff --git a/src/prefixmaps/ingest/ingest_bioregistry.py b/src/prefixmaps/ingest/ingest_bioregistry.py index 5d0e35d..35b2a1d 100644 --- a/src/prefixmaps/ingest/ingest_bioregistry.py +++ b/src/prefixmaps/ingest/ingest_bioregistry.py @@ -1,19 +1,13 @@ """ETL from bioregistry to prefixmaps.""" + import logging -import re + +from tqdm import tqdm from prefixmaps.datamodel.context import NAMESPACE_RE, Context -priority = [ - "obofoundry", - "semweb", - "miriam", - "default", - "bioportal", - "ols", - "n2t", -] -"""Priority order for bioregistry.""" +# Problematic records, look into later +SKIP = {"gro"} def from_bioregistry_upper(**kwargs) -> Context: @@ -54,27 +48,33 @@ def from_bioregistry(upper=False, canonical_idorg=True, filter_dubious=True) -> strict namespace regular expression :return: """ - from bioregistry import get_prefix_map, get_resource + import bioregistry - ctxt = Context("bioregistry", upper=upper) - # We always set use_preferred=True, which ensures that OBO prefixes - # are either capitalized (e.g. GO) or use the preferred form (e.g. FBbt) - prefix_map = get_prefix_map(priority=priority, use_preferred=True) - pm_non_preferred = get_prefix_map(priority=priority, use_preferred=False) - pm_miriam = get_prefix_map(priority=["miriam"]) - for prefix, uri_prefix in prefix_map.items(): - preferred = prefix not in pm_non_preferred or prefix not in pm_miriam - if get_resource(prefix).deprecated: + context = Context("bioregistry", upper=upper) + prefix_priority = [ + # "obofoundry.preferred", + "preferred", + # "obofoundry", + "default", + ] + priority = [ + "obofoundry", + "miriam.legacy" if canonical_idorg else "miriam", + "default", + "bioportal", + "ols", + "n2t", + ] + records = bioregistry.get_extended_prefix_map( + uri_prefix_priority=priority, prefix_priority=prefix_priority + ) + for record in tqdm(records): + if record.prefix in SKIP: continue - if canonical_idorg: - uri_prefix = re.sub( - r"^https://identifiers.org/(\S+):$", - r"http://identifiers.org/\1/", - uri_prefix, - ) - if filter_dubious and not NAMESPACE_RE.match(uri_prefix): - logging.debug(f"Skipping dubious ns {prefix} => {uri_prefix}") + if filter_dubious and not NAMESPACE_RE.match(record.uri_prefix): + logging.debug(f"Skipping dubious ns {record.prefix} => {record.uri_prefix}") continue - - ctxt.add_prefix(prefix, uri_prefix, preferred=preferred) - return ctxt + preferred = record.prefix == bioregistry.get_preferred_prefix(record.prefix) + context.add_prefix(record.prefix, record.uri_prefix, preferred=preferred) + # TODO add synonyms, do in later PR since it will increase diff and complexity of review + return context diff --git a/src/prefixmaps/ingest/ingest_w3id.py b/src/prefixmaps/ingest/ingest_w3id.py new file mode 100644 index 0000000..7a8bdf9 --- /dev/null +++ b/src/prefixmaps/ingest/ingest_w3id.py @@ -0,0 +1,31 @@ +"""ETL from w3id to prefixmaps.""" + +from prefixmaps.datamodel.context import Context + +API_LIST_CALL = "https://api.github.com/repos/perma-id/w3id.org/git/trees/master" + + +def from_w3id() -> Context: + """ + Creates a Context from the https://github.com/perma-id/w3id.org/. + + :return: + """ + import requests + + r = requests.get(API_LIST_CALL) + results = r.json() + if r.status_code != 200: + raise ValueError(results.message) + if results["truncated"]: + raise ValueError("truncated results") + ctxt = Context("w3id") + for entry in r.json()["tree"]: + if entry["type"] != "tree": + continue + path = entry["path"] + if "." in path: + # skip hidden files like .htaccess + continue + ctxt.add_prefix(path, f"https://w3id.org/{path}/") + return ctxt diff --git a/tests/test_core/test_integrity.py b/tests/test_core/test_integrity.py index 4ef03dc..2a2713a 100644 --- a/tests/test_core/test_integrity.py +++ b/tests/test_core/test_integrity.py @@ -14,9 +14,8 @@ class TestIntegrity(unittest.TestCase): def setUp(self) -> None: """Set up the test case with all contexts.""" - # it's likely there will be some issues with data - # integrity caused by merge, so best to skip these - # on the first attempt at doing data integrity tests + # We don't expect some merged contexts to pass all tests, see: + # See: https://github.com/linkml/prefixmaps/issues/26 skip = {"merged", "merged.oak"} self.contexts: Mapping[str, Context] = { key: load_context(key) for key, path in context_paths.items() if key not in skip @@ -58,7 +57,6 @@ def test_unique_canonical_namespace(self): def test_prefix_aliases(self): """Test that namespace aliases have a valid prefix.""" for key, context in self.contexts.items(): - with self.subTest(key=key): canonical_prefixes = { expansion.prefix diff --git a/tests/test_etl/test_w3id.py b/tests/test_etl/test_w3id.py new file mode 100644 index 0000000..77a7b96 --- /dev/null +++ b/tests/test_etl/test_w3id.py @@ -0,0 +1,23 @@ +import unittest + +from prefixmaps.ingest.ingest_w3id import from_w3id + +# use test cases that are likely to be stable +EXPECTED = [ + ("kgcl", "https://w3id.org/kgcl/"), + ("linkml", "https://w3id.org/linkml/"), + ("biolink", "https://w3id.org/biolink/"), + ("chemrof", "https://w3id.org/chemrof/"), + ("nfdi4cat", "https://w3id.org/nfdi4cat/"), + ("yago", "https://w3id.org/yago/"), +] + + +class TestW3id(unittest.TestCase): + def test_w3id(self): + ctxt = from_w3id() + pm = ctxt.as_dict() + pmi = ctxt.as_inverted_dict() + for pfx, ns in EXPECTED: + self.assertEqual(pm[pfx], ns) + self.assertEqual(pmi[ns], pfx) diff --git a/tox.ini b/tox.ini index b250924..40c27c4 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ ignore = S603 # subprocess call - check for execution of untrusted input. S607 # Starting a process with a partial executable path ["open" in both cases] S608 # Possible SQL injection vector through string-based query construction. + S113 # Requests timeout max-line-length = 120 max-complexity = 13 import-order-style = pycharm