From 27ffbb225937321bda1e428db1b7930cff065791 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Fri, 12 Apr 2024 15:08:19 -0700 Subject: [PATCH] readying for release --- poetry.lock | 356 +- project/jsonld/biolink_model.context.jsonld | 2282 +- project/jsonld/biolink_model.jsonld | 4 +- project/jsonschema/biolink_model.schema.json | 2 +- project/owl/biolink_model.owl.ttl | 5468 +-- project/shacl/biolink_model.shacl.ttl | 35524 ++++++++-------- project/shex/biolink_model.shex | 685 +- pyproject.toml | 8 +- src/biolink_model/datamodel/model.py | 3 +- .../datamodel/pydanticmodel_v2.py | 948 +- src/biolink_model/scripts/classprefixes.py | 3 +- src/docs/categories.json | 8 +- src/docs/qualifiers.json | 4 + 13 files changed, 23698 insertions(+), 21597 deletions(-) diff --git a/poetry.lock b/poetry.lock index 525007c15..055e0b48c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "annotated-types" version = "0.6.0" description = "Reusable constraint types to use with typing.Annotated" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -15,6 +16,7 @@ files = [ name = "antlr4-python3-runtime" version = "4.9.3" description = "ANTLR 4.9.3 runtime for Python 3.7" +category = "dev" optional = false python-versions = "*" files = [ @@ -25,6 +27,7 @@ files = [ name = "arrow" version = "1.3.0" description = "Better dates & times for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -38,12 +41,13 @@ types-python-dateutil = ">=2.8.10" [package.extras] doc = ["doc8", "sphinx (>=7.0.0)", "sphinx-autobuild", "sphinx-autodoc-typehints", "sphinx_rtd_theme (>=1.3.0)"] -test = ["dateparser (==1.*)", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytz (==2021.1)", "simplejson (==3.*)"] +test = ["dateparser (>=1.0.0,<2.0.0)", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytz (==2021.1)", "simplejson (>=3.0.0,<4.0.0)"] [[package]] name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -62,6 +66,7 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "babel" version = "2.13.1" description = "Internationalization utilities" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -79,6 +84,7 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" +category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -100,6 +106,7 @@ lxml = ["lxml"] name = "bioregistry" version = "0.10.89" description = "Integrated registry of biological databases and nomenclatures" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -130,6 +137,7 @@ web = ["bootstrap-flask (<=2.0.0)", "curies[fastapi]", "fastapi", "flask (<2.2.4 name = "cachetools" version = "5.3.2" description = "Extensible memoizing collections and decorators" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -141,6 +149,7 @@ files = [ name = "certifi" version = "2023.11.17" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -152,6 +161,7 @@ files = [ name = "cfgraph" version = "0.2.1" description = "rdflib collections flattening graph" +category = "dev" optional = false python-versions = "*" files = [ @@ -165,6 +175,7 @@ rdflib = ">=0.4.2" name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -176,6 +187,7 @@ files = [ name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -275,6 +287,7 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -289,6 +302,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "codespell" version = "2.2.6" description = "Codespell" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -306,6 +320,7 @@ types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -317,6 +332,7 @@ files = [ name = "curies" version = "0.7.4" description = "Idiomatic conversion between URIs and compact URIs (CURIEs)." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -341,6 +357,7 @@ tests = ["coverage", "pytest"] name = "daff" version = "1.3.46" description = "Diff and patch tables" +category = "dev" optional = false python-versions = "*" files = [ @@ -351,6 +368,7 @@ files = [ name = "deprecated" version = "1.2.14" description = "Python @deprecated decorator to deprecate old python classes, functions or methods." +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -364,21 +382,11 @@ wrapt = ">=1.10,<2" [package.extras] dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] -[[package]] -name = "distlib" -version = "0.3.7" -description = "Distribution utilities" -optional = false -python-versions = "*" -files = [ - {file = "distlib-0.3.7-py2.py3-none-any.whl", hash = "sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057"}, - {file = "distlib-0.3.7.tar.gz", hash = "sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8"}, -] - [[package]] name = "editorconfig" version = "0.12.3" description = "EditorConfig File Locator and Interpreter for Python" +category = "dev" optional = false python-versions = "*" files = [ @@ -390,6 +398,7 @@ files = [ name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -401,6 +410,7 @@ files = [ name = "exceptiongroup" version = "1.2.0" description = "Backport of PEP 654 (exception groups)" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -411,26 +421,11 @@ files = [ [package.extras] test = ["pytest (>=6)"] -[[package]] -name = "filelock" -version = "3.13.1" -description = "A platform independent file lock." -optional = false -python-versions = ">=3.8" -files = [ - {file = "filelock-3.13.1-py3-none-any.whl", hash = "sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c"}, - {file = "filelock-3.13.1.tar.gz", hash = "sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e"}, -] - -[package.extras] -docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.24)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)"] -typing = ["typing-extensions (>=4.8)"] - [[package]] name = "fqdn" version = "1.5.1" description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers" +category = "dev" optional = false python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4" files = [ @@ -442,6 +437,7 @@ files = [ name = "ghp-import" version = "2.1.0" description = "Copy your docs directly to the gh-pages branch." +category = "dev" optional = false python-versions = "*" files = [ @@ -459,6 +455,7 @@ dev = ["flake8", "markdown", "twine", "wheel"] name = "google" version = "3.0.0" description = "Python bindings to the Google search engine." +category = "dev" optional = false python-versions = "*" files = [ @@ -473,6 +470,7 @@ beautifulsoup4 = "*" name = "google-api-core" version = "2.14.0" description = "Google API client core library" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -495,6 +493,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] name = "google-api-python-client" version = "2.109.0" description = "Google API Client Library for Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -503,7 +502,7 @@ files = [ ] [package.dependencies] -google-api-core = ">=1.31.5,<2.0.dev0 || >2.3.0,<3.0.0.dev0" +google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0.dev0" google-auth = ">=1.19.0,<3.0.0.dev0" google-auth-httplib2 = ">=0.1.0" httplib2 = ">=0.15.0,<1.dev0" @@ -513,6 +512,7 @@ uritemplate = ">=3.0.1,<5" name = "google-auth" version = "2.23.4" description = "Google Authentication Library" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -536,6 +536,7 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] name = "google-auth-httplib2" version = "0.1.1" description = "Google Authentication Library: httplib2 transport" +category = "dev" optional = false python-versions = "*" files = [ @@ -551,6 +552,7 @@ httplib2 = ">=0.19.0" name = "google-auth-oauthlib" version = "1.1.0" description = "Google Authentication Library" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -569,6 +571,7 @@ tool = ["click (>=6.0.0)"] name = "googleapis-common-protos" version = "1.61.0" description = "Common protobufs used in Google APIs" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -586,6 +589,7 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] name = "graphviz" version = "0.20.1" description = "Simple Python interface for Graphviz" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -602,6 +606,7 @@ test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>= name = "greenlet" version = "3.0.1" description = "Lightweight in-process concurrent programming" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -672,6 +677,7 @@ test = ["objgraph", "psutil"] name = "gspread" version = "5.12.1" description = "Google Spreadsheets Python API" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -687,6 +693,7 @@ google-auth-oauthlib = ">=0.4.1" name = "gspread-formatting" version = "1.1.2" description = "Complete Google Sheets formatting support for gspread worksheets" +category = "dev" optional = false python-versions = "*" files = [ @@ -701,6 +708,7 @@ gspread = ">=3.0.0" name = "hbreader" version = "0.9.1" description = "Honey Badger reader - a generic file/url/string open and read tool" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -712,6 +720,7 @@ files = [ name = "httplib2" version = "0.22.0" description = "A comprehensive HTTP client library." +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -726,6 +735,7 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -737,6 +747,7 @@ files = [ name = "importlib-metadata" version = "7.0.1" description = "Read metadata from Python packages" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -756,6 +767,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -767,6 +779,7 @@ files = [ name = "isodate" version = "0.6.1" description = "An ISO 8601 date/time/duration parser and formatter" +category = "dev" optional = false python-versions = "*" files = [ @@ -781,6 +794,7 @@ six = "*" name = "isoduration" version = "20.11.0" description = "Operations with ISO 8601 durations" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -795,6 +809,7 @@ arrow = ">=0.15.0" name = "jinja2" version = "3.1.3" description = "A very fast and expressive template engine." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -812,6 +827,7 @@ i18n = ["Babel (>=2.7)"] name = "jsbeautifier" version = "1.14.11" description = "JavaScript unobfuscator and beautifier." +category = "dev" optional = false python-versions = "*" files = [ @@ -826,6 +842,7 @@ six = ">=1.13.0" name = "json-flattener" version = "0.1.9" description = "Python library for denormalizing nested dicts or json objects to tables and back" +category = "dev" optional = false python-versions = ">=3.7.0" files = [ @@ -841,6 +858,7 @@ pyyaml = "*" name = "jsonasobj" version = "1.3.1" description = "JSON as python objects" +category = "dev" optional = false python-versions = "*" files = [ @@ -852,6 +870,7 @@ files = [ name = "jsonasobj2" version = "1.0.4" description = "JSON as python objects - version 2" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -866,6 +885,7 @@ hbreader = "*" name = "jsonpatch" version = "1.33" description = "Apply JSON-Patches (RFC 6902)" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" files = [ @@ -880,6 +900,7 @@ jsonpointer = ">=1.9" name = "jsonpath-ng" version = "1.6.0" description = "A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming." +category = "dev" optional = false python-versions = "*" files = [ @@ -894,6 +915,7 @@ ply = "*" name = "jsonpointer" version = "2.4" description = "Identify specific nodes in a JSON document (RFC 6901)" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" files = [ @@ -905,6 +927,7 @@ files = [ name = "jsonschema" version = "4.20.0" description = "An implementation of JSON Schema validation for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -934,6 +957,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.11.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -946,13 +970,14 @@ referencing = ">=0.31.0" [[package]] name = "linkml" -version = "1.6.5" +version = "1.7.8" description = "Linked Open Data Modeling Language" +category = "dev" optional = false -python-versions = ">=3.8.1,<4.0.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "linkml-1.6.5-py3-none-any.whl", hash = "sha256:b13535f99e9a6047e9af3294e9a44760de89f287ec3d056de8fdff75a54bbfd0"}, - {file = "linkml-1.6.5.tar.gz", hash = "sha256:1df5b38f89058486ff92ec107deb403cf69a11f03b7d1c2a79840050fd789064"}, + {file = "linkml-1.7.8-py3-none-any.whl", hash = "sha256:4b8ebe33b422517b08ca01802dc2899ac133c502a71d811c58fa6f4263130709"}, + {file = "linkml-1.7.8.tar.gz", hash = "sha256:af48ee1ad6751c8d20de2832dbeefe225da9be5f39a7f8ea7821a691cf7c0148"}, ] [package.dependencies] @@ -965,11 +990,11 @@ jinja2 = ">=3.1.0" jsonasobj2 = ">=1.0.3,<2.0.0" jsonschema = {version = ">=4.0.0", extras = ["format"]} linkml-dataops = "*" -linkml-runtime = ">=1.6.0" +linkml-runtime = ">=1.7.4" openpyxl = "*" parse = "*" prefixcommons = ">=0.1.7" -prefixmaps = ">=0.1.3" +prefixmaps = ">=0.2.2" pydantic = ">=1.0.0,<3.0.0" pyjsg = ">=0.11.6" pyshex = ">=0.7.20" @@ -981,10 +1006,16 @@ requests = ">=2.22" sqlalchemy = ">=1.4.31" watchdog = ">=0.9.0" +[package.extras] +black = ["black (>=24.0.0)"] +shacl = ["pyshacl (>=0.25.0,<0.26.0)"] +tests = ["black (>=24.0.0)", "pyshacl (>=0.25.0,<0.26.0)"] + [[package]] name = "linkml-dataops" version = "0.1.0" description = "LinkML Data Operations API" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1001,13 +1032,14 @@ linkml-runtime = ">=1.1.6" [[package]] name = "linkml-runtime" -version = "1.6.3" +version = "1.7.5" description = "Runtime environment for LinkML, the Linked open data modeling language" +category = "dev" optional = false -python-versions = ">=3.7.6,<4.0.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "linkml_runtime-1.6.3-py3-none-any.whl", hash = "sha256:08f616302ce493be775104c87bd5a2ec0eb2c67624e611a3f7e28c978d08a4d1"}, - {file = "linkml_runtime-1.6.3.tar.gz", hash = "sha256:88e3d0b776055723d187128c03527145dc1ffdc2d2a69e89f8aabce203d418a3"}, + {file = "linkml_runtime-1.7.5-py3-none-any.whl", hash = "sha256:c58000c7c68fa97b7d76c50421a85a64e25f07eec5bcac464bc00c4cd79007a6"}, + {file = "linkml_runtime-1.7.5.tar.gz", hash = "sha256:b31197a5398359441ae1ed43470c54377a1d08db961366dda670300dddcd71d7"}, ] [package.dependencies] @@ -1029,6 +1061,7 @@ requests = "*" name = "markdown" version = "3.5.1" description = "Python implementation of John Gruber's Markdown." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1047,6 +1080,7 @@ testing = ["coverage", "pyyaml"] name = "markupsafe" version = "2.1.3" description = "Safely add untrusted strings to HTML/XML markup." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1070,16 +1104,6 @@ files = [ {file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac"}, {file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl", hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb"}, {file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-win32.whl", hash = "sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007"}, - {file = "MarkupSafe-2.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b"}, {file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707"}, @@ -1116,6 +1140,7 @@ files = [ name = "mergedeep" version = "1.3.4" description = "A deep merge function for šŸ." +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1127,6 +1152,7 @@ files = [ name = "mkdocs" version = "1.5.3" description = "Project documentation with Markdown." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1156,13 +1182,14 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-material" -version = "9.4.14" +version = "9.5.17" description = "Documentation that simply works" +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.4.14-py3-none-any.whl", hash = "sha256:dbc78a4fea97b74319a6aa9a2f0be575a6028be6958f813ba367188f7b8428f6"}, - {file = "mkdocs_material-9.4.14.tar.gz", hash = "sha256:a511d3ff48fa8718b033e7e37d17abd9cc1de0fdf0244a625ca2ae2387e2416d"}, + {file = "mkdocs_material-9.5.17-py3-none-any.whl", hash = "sha256:14a2a60119a785e70e765dd033e6211367aca9fc70230e577c1cf6a326949571"}, + {file = "mkdocs_material-9.5.17.tar.gz", hash = "sha256:06ae1275a72db1989cf6209de9e9ecdfbcfdbc24c58353877b2bb927dbe413e4"}, ] [package.dependencies] @@ -1170,7 +1197,7 @@ babel = ">=2.10,<3.0" colorama = ">=0.4,<1.0" jinja2 = ">=3.0,<4.0" markdown = ">=3.2,<4.0" -mkdocs = ">=1.5.3,<2.0" +mkdocs = ">=1.5.3,<1.6.0" mkdocs-material-extensions = ">=1.3,<2.0" paginate = ">=0.5,<1.0" pygments = ">=2.16,<3.0" @@ -1179,14 +1206,15 @@ regex = ">=2022.4" requests = ">=2.26,<3.0" [package.extras] -git = ["mkdocs-git-committers-plugin-2 (>=1.1,<2.0)", "mkdocs-git-revision-date-localized-plugin (>=1.2,<2.0)"] -imaging = ["cairosvg (>=2.6,<3.0)", "pillow (>=9.4,<10.0)"] +git = ["mkdocs-git-committers-plugin-2 (>=1.1,<2.0)", "mkdocs-git-revision-date-localized-plugin (>=1.2.4,<2.0)"] +imaging = ["cairosvg (>=2.6,<3.0)", "pillow (>=10.2,<11.0)"] recommended = ["mkdocs-minify-plugin (>=0.7,<1.0)", "mkdocs-redirects (>=1.2,<2.0)", "mkdocs-rss-plugin (>=1.6,<2.0)"] [[package]] name = "mkdocs-material-extensions" version = "1.3.1" description = "Extension pack for Python Markdown and MkDocs Material." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1198,6 +1226,7 @@ files = [ name = "mkdocs-mermaid2-plugin" version = "1.1.1" description = "A MkDocs plugin for including mermaid graphs in markdown sources" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1220,6 +1249,7 @@ test = ["mkdocs-material"] name = "more-click" version = "0.1.2" description = "More click." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1237,6 +1267,7 @@ tests = ["coverage", "pytest"] name = "oauthlib" version = "3.2.2" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1253,6 +1284,7 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] name = "ontodev-cogs" version = "0.3.3" description = "COGS Operates Google Sheets" +category = "dev" optional = false python-versions = ">=3.6, <4" files = [ @@ -1274,6 +1306,7 @@ termcolor = "*" name = "openpyxl" version = "3.1.2" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1288,6 +1321,7 @@ et-xmlfile = "*" name = "packaging" version = "23.2" description = "Core utilities for Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1299,6 +1333,7 @@ files = [ name = "paginate" version = "0.5.6" description = "Divides large result sets into pages for easier browsing" +category = "dev" optional = false python-versions = "*" files = [ @@ -1309,6 +1344,7 @@ files = [ name = "parse" version = "1.20.0" description = "parse() is the opposite of format()" +category = "dev" optional = false python-versions = "*" files = [ @@ -1320,6 +1356,7 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1331,6 +1368,7 @@ files = [ name = "platformdirs" version = "4.0.0" 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" files = [ @@ -1344,13 +1382,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pluggy" -version = "1.3.0" +version = "1.4.0" description = "plugin and hook calling mechanisms for python" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pluggy-1.3.0-py3-none-any.whl", hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7"}, - {file = "pluggy-1.3.0.tar.gz", hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"}, + {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, + {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, ] [package.extras] @@ -1361,6 +1400,7 @@ testing = ["pytest", "pytest-benchmark"] name = "ply" version = "3.11" description = "Python Lex & Yacc" +category = "dev" optional = false python-versions = "*" files = [ @@ -1372,6 +1412,7 @@ files = [ name = "prefixcommons" version = "0.1.12" description = "A python API for working with ID prefixes" +category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -1387,30 +1428,25 @@ requests = ">=2.28.1,<3.0.0" [[package]] name = "prefixmaps" -version = "0.2.0" +version = "0.2.3" description = "A python library for retrieving semantic prefix maps" +category = "main" optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "prefixmaps-0.2.0-py3-none-any.whl", hash = "sha256:a0f87077ac1651f1b386c178b80cd2edc294a6b7b628b30143ac98a1dae6f0b7"}, - {file = "prefixmaps-0.2.0.tar.gz", hash = "sha256:0e3fdabf90b991e1f44a2b455e9042f6ba0e498fa7a769ffd8a6ad248f43af0c"}, + {file = "prefixmaps-0.2.3-py3-none-any.whl", hash = "sha256:342f13b74c056f5b99bcd55e79710a7cb53a2908a2a424c68d830d8d68bb9491"}, + {file = "prefixmaps-0.2.3.tar.gz", hash = "sha256:b63df4428672e89dc39a7f02816e47b1e8d74653dd3308a69465d6694fad7618"}, ] [package.dependencies] -click = ">=8.1.3" curies = ">=0.5.3" -pydantic = ">=2.5,<3.0" pyyaml = ">=5.3.1" -tox = ">=4.11.3,<5.0.0" - -[package.extras] -docs = ["Sphinx[docs] (>=7.2.6,<8.0.0)", "myst-parser[docs] (>=2.0.0,<3.0.0)", "sphinx-autodoc-typehints[docs] (>=1.23.4,<2.0.0)", "sphinx-click[docs] (>=4.3.0,<5.0.0)", "sphinx-rtd-theme[docs] (>=1.0.0,<2.0.0)"] -refresh = ["bioregistry[refresh] (>=0.10.65,<0.11.0)", "rdflib[refresh] (>=6.2.0,<7.0.0)", "requests[refresh] (>=2.28.1,<3.0.0)"] [[package]] name = "protobuf" version = "4.25.1" description = "" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1431,6 +1467,7 @@ files = [ name = "pyasn1" version = "0.5.1" description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1442,6 +1479,7 @@ files = [ name = "pyasn1-modules" version = "0.3.0" description = "A collection of ASN.1-based protocols modules" +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1456,6 +1494,7 @@ pyasn1 = ">=0.4.6,<0.6.0" name = "pydantic" version = "2.5.2" description = "Data validation using Python type hints" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1475,6 +1514,7 @@ email = ["email-validator (>=2.0.0)"] name = "pydantic-core" version = "2.14.5" description = "" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1592,6 +1632,7 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" name = "pygments" version = "2.17.2" description = "Pygments is a syntax highlighting package written in Python." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1607,6 +1648,7 @@ windows-terminal = ["colorama (>=0.4.6)"] name = "pyjsg" version = "0.11.10" description = "Python JSON Schema Grammar interpreter" +category = "dev" optional = false python-versions = "*" files = [ @@ -1622,6 +1664,7 @@ jsonasobj = ">=1.2.1" name = "pymdown-extensions" version = "10.5" description = "Extension pack for Python Markdown." +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1640,6 +1683,7 @@ extra = ["pygments (>=2.12)"] name = "pyparsing" version = "3.1.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" +category = "dev" optional = false python-versions = ">=3.6.8" files = [ @@ -1650,29 +1694,11 @@ files = [ [package.extras] diagrams = ["jinja2", "railroad-diagrams"] -[[package]] -name = "pyproject-api" -version = "1.6.1" -description = "API to interact with the python pyproject.toml based projects" -optional = false -python-versions = ">=3.8" -files = [ - {file = "pyproject_api-1.6.1-py3-none-any.whl", hash = "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"}, - {file = "pyproject_api-1.6.1.tar.gz", hash = "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538"}, -] - -[package.dependencies] -packaging = ">=23.1" -tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} - -[package.extras] -docs = ["furo (>=2023.8.19)", "sphinx (<7.2)", "sphinx-autodoc-typehints (>=1.24)"] -testing = ["covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)", "setuptools (>=68.1.2)", "wheel (>=0.41.2)"] - [[package]] name = "pyshex" version = "0.8.1" description = "Python ShEx Implementation" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1695,6 +1721,7 @@ urllib3 = "*" name = "pyshexc" version = "0.9.1" description = "PyShExC - Python ShEx compiler" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1714,6 +1741,7 @@ shexjsg = ">=0.8.1" name = "pystow" version = "0.5.2" description = "Easily pick a place to store data for your python package." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1736,13 +1764,14 @@ xml = ["lxml"] [[package]] name = "pytest" -version = "7.4.3" +version = "8.1.1" description = "pytest: simple powerful testing with Python" +category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] @@ -1750,16 +1779,17 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} +pluggy = ">=1.4,<2.0" +tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-logging" version = "2015.11.4" description = "Configures logging and allows tweaking the log level with a py.test flag" +category = "dev" optional = false python-versions = "*" files = [ @@ -1773,6 +1803,7 @@ pytest = ">=2.8.1" name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1787,10 +1818,10 @@ six = ">=1.5" name = "pytrie" version = "0.4.0" description = "A pure Python implementation of the trie data structure." +category = "main" optional = false python-versions = "*" files = [ - {file = "PyTrie-0.4.0-py3-none-any.whl", hash = "sha256:f687c224ee8c66cda8e8628a903011b692635ffbb08d4b39c5f92b18eb78c950"}, {file = "PyTrie-0.4.0.tar.gz", hash = "sha256:8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379"}, ] @@ -1801,6 +1832,7 @@ sortedcontainers = "*" name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1809,7 +1841,6 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, - {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -1817,16 +1848,8 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, - {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, - {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, - {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, - {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -1843,7 +1866,6 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, - {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -1851,7 +1873,6 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, - {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -1861,6 +1882,7 @@ files = [ name = "pyyaml-env-tag" version = "0.1" description = "A custom YAML tag for referencing environment variables in YAML files. " +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1875,6 +1897,7 @@ pyyaml = "*" name = "rdflib" version = "7.0.0" description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." +category = "dev" optional = false python-versions = ">=3.8.1,<4.0.0" files = [ @@ -1896,6 +1919,7 @@ networkx = ["networkx (>=2.0.0,<3.0.0)"] name = "rdflib-jsonld" version = "0.6.1" description = "rdflib extension adding JSON-LD parser and serializer" +category = "dev" optional = false python-versions = "*" files = [ @@ -1910,6 +1934,7 @@ rdflib = ">=5.0.0" name = "rdflib-shim" version = "1.0.3" description = "Shim for rdflib 5 and 6 incompatibilities" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1925,6 +1950,7 @@ rdflib-jsonld = "0.6.1" name = "referencing" version = "0.31.0" description = "JSON Referencing + Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1940,6 +1966,7 @@ rpds-py = ">=0.7.0" name = "regex" version = "2023.10.3" description = "Alternative regular expression module, to replace re." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2037,6 +2064,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2058,6 +2086,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "requests-oauthlib" version = "1.3.1" description = "OAuthlib authentication support for Requests." +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2076,6 +2105,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] name = "rfc3339-validator" version = "0.1.4" description = "A pure python RFC3339 validator" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -2090,6 +2120,7 @@ six = "*" name = "rfc3987" version = "1.3.8" description = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" +category = "dev" optional = false python-versions = "*" files = [ @@ -2101,6 +2132,7 @@ files = [ name = "rpds-py" version = "0.13.1" description = "Python bindings to Rust's persistent data structures (rpds)" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2209,6 +2241,7 @@ files = [ name = "rsa" version = "4.9" description = "Pure-Python RSA implementation" +category = "dev" optional = false python-versions = ">=3.6,<4" files = [ @@ -2223,6 +2256,7 @@ pyasn1 = ">=0.1.3" name = "ruamel-yaml" version = "0.18.5" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2241,56 +2275,43 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] name = "ruamel-yaml-clib" version = "0.2.8" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" +category = "dev" optional = false python-versions = ">=3.6" files = [ {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d"}, {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462"}, + {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:d92f81886165cb14d7b067ef37e142256f1c6a90a65cd156b063a43da1708cfd"}, {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"}, - {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_24_aarch64.whl", hash = "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f"}, - {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334"}, - {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d"}, {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-win32.whl", hash = "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d"}, {file = "ruamel.yaml.clib-0.2.8-cp310-cp310-win_amd64.whl", hash = "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31"}, {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069"}, {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248"}, + {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:b5edda50e5e9e15e54a6a8a0070302b00c518a9d32accc2346ad6c984aacd279"}, {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b"}, - {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_24_aarch64.whl", hash = "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe"}, - {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899"}, - {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9"}, {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win32.whl", hash = "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7"}, {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win_amd64.whl", hash = "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb"}, {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1"}, {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_13_0_arm64.whl", hash = "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2"}, + {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:7048c338b6c86627afb27faecf418768acb6331fc24cfa56c93e8c9780f815fa"}, {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92"}, - {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_24_aarch64.whl", hash = "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62"}, - {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9"}, - {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d"}, - {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win32.whl", hash = "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa"}, - {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win_amd64.whl", hash = "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b"}, {file = "ruamel.yaml.clib-0.2.8-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed"}, {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942"}, {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-macosx_12_0_arm64.whl", hash = "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875"}, - {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_24_aarch64.whl", hash = "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6"}, + {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:3fcc54cb0c8b811ff66082de1680b4b14cf8a81dce0d4fbf665c2265a81e07a1"}, {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3"}, - {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7"}, - {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3"}, {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-win32.whl", hash = "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b"}, {file = "ruamel.yaml.clib-0.2.8-cp37-cp37m-win_amd64.whl", hash = "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675"}, {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615"}, {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337"}, - {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_24_aarch64.whl", hash = "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1"}, + {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:665f58bfd29b167039f714c6998178d27ccd83984084c286110ef26b230f259f"}, {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91"}, - {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28"}, - {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d"}, {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-win32.whl", hash = "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe"}, {file = "ruamel.yaml.clib-0.2.8-cp38-cp38-win_amd64.whl", hash = "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312"}, {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001"}, {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf"}, - {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_24_aarch64.whl", hash = "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c"}, + {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:9eb5dee2772b0f704ca2e45b1713e4e5198c18f515b52743576d196348f374d3"}, {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5"}, - {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b"}, - {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880"}, {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-win32.whl", hash = "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5"}, {file = "ruamel.yaml.clib-0.2.8-cp39-cp39-win_amd64.whl", hash = "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15"}, {file = "ruamel.yaml.clib-0.2.8.tar.gz", hash = "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512"}, @@ -2298,13 +2319,14 @@ files = [ [[package]] name = "schemasheets" -version = "0.1.24" +version = "0.2.1" description = "Package to author schemas using spreadsheets" +category = "dev" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "schemasheets-0.1.24-py3-none-any.whl", hash = "sha256:b7ebceb28e6cd61bbe743945d54e5d45540e794cfc0432b52cb228af8015c4cc"}, - {file = "schemasheets-0.1.24.tar.gz", hash = "sha256:af18b1012994989cd6c811b770ed547ac52067a640e04b5a4a63cf32306dab3a"}, + {file = "schemasheets-0.2.1-py3-none-any.whl", hash = "sha256:e574e941a6be023055f5aff1d436e70d4a2f18e11b575c5aa9d72bea305d402b"}, + {file = "schemasheets-0.2.1.tar.gz", hash = "sha256:3d82a241f89735c74c7f0fda4d780c5b1fadc3e59aeaedb008a71673105966ea"}, ] [package.dependencies] @@ -2318,6 +2340,7 @@ ontodev-cogs = ">=0.3.3,<0.4.0" name = "setuptools" version = "69.0.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2334,6 +2357,7 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar name = "shexjsg" version = "0.8.2" description = "ShExJSG - Astract Syntax Tree for the ShEx 2.0 language" +category = "dev" optional = false python-versions = "*" files = [ @@ -2348,6 +2372,7 @@ pyjsg = ">=0.11.10" name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2359,6 +2384,7 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" +category = "main" optional = false python-versions = "*" files = [ @@ -2370,6 +2396,7 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2381,6 +2408,7 @@ files = [ name = "sparqlslurper" version = "0.5.1" description = "SPARQL Slurper for rdflib" +category = "dev" optional = false python-versions = ">=3.7.4" files = [ @@ -2397,6 +2425,7 @@ sparqlwrapper = ">=1.8.2" name = "sparqlwrapper" version = "1.8.5" description = "SPARQL Endpoint interface to Python" +category = "dev" optional = false python-versions = "*" files = [ @@ -2415,6 +2444,7 @@ keepalive = ["keepalive (>=0.5)"] name = "sqlalchemy" version = "2.0.23" description = "Database Abstraction Library" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2502,6 +2532,7 @@ sqlcipher = ["sqlcipher3-binary"] name = "stringcase" version = "1.2.0" description = "String case converter." +category = "main" optional = false python-versions = "*" files = [ @@ -2512,6 +2543,7 @@ files = [ name = "tabulate" version = "0.9.0" description = "Pretty-print tabular data" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2526,6 +2558,7 @@ widechars = ["wcwidth"] name = "termcolor" version = "2.3.0" description = "ANSI color formatting for output in terminal" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2540,6 +2573,7 @@ tests = ["pytest", "pytest-cov"] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2547,37 +2581,11 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "tox" -version = "4.11.4" -description = "tox is a generic virtualenv management and test command line tool" -optional = false -python-versions = ">=3.8" -files = [ - {file = "tox-4.11.4-py3-none-any.whl", hash = "sha256:2adb83d68f27116812b69aa36676a8d6a52249cb0d173649de0e7d0c2e3e7229"}, - {file = "tox-4.11.4.tar.gz", hash = "sha256:73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1"}, -] - -[package.dependencies] -cachetools = ">=5.3.1" -chardet = ">=5.2" -colorama = ">=0.4.6" -filelock = ">=3.12.3" -packaging = ">=23.1" -platformdirs = ">=3.10" -pluggy = ">=1.3" -pyproject-api = ">=1.6.1" -tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} -virtualenv = ">=20.24.3" - -[package.extras] -docs = ["furo (>=2023.8.19)", "sphinx (>=7.2.4)", "sphinx-argparse-cli (>=1.11.1)", "sphinx-autodoc-typehints (>=1.24)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] -testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "detect-test-pollution (>=1.1.1)", "devpi-process (>=1)", "diff-cover (>=7.7)", "distlib (>=0.3.7)", "flaky (>=3.7)", "hatch-vcs (>=0.3)", "hatchling (>=1.18)", "psutil (>=5.9.5)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)", "pytest-xdist (>=3.3.1)", "re-assert (>=1.1)", "time-machine (>=2.12)", "wheel (>=0.41.2)"] - [[package]] name = "tqdm" version = "4.66.1" description = "Fast, Extensible Progress Meter" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2598,6 +2606,7 @@ telegram = ["requests"] name = "types-python-dateutil" version = "2.8.19.14" description = "Typing stubs for python-dateutil" +category = "dev" optional = false python-versions = "*" files = [ @@ -2609,6 +2618,7 @@ files = [ name = "typing-extensions" version = "4.8.0" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2620,6 +2630,7 @@ files = [ name = "uri-template" version = "1.3.0" description = "RFC 6570 URI Template Processor" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2634,6 +2645,7 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake name = "uritemplate" version = "4.1.1" description = "Implementation of RFC 6570 URI Templates" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2645,6 +2657,7 @@ files = [ name = "urllib3" version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2657,30 +2670,11 @@ brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] -[[package]] -name = "virtualenv" -version = "20.24.7" -description = "Virtual Python Environment builder" -optional = false -python-versions = ">=3.7" -files = [ - {file = "virtualenv-20.24.7-py3-none-any.whl", hash = "sha256:a18b3fd0314ca59a2e9f4b556819ed07183b3e9a3702ecfe213f593d44f7b3fd"}, - {file = "virtualenv-20.24.7.tar.gz", hash = "sha256:69050ffb42419c91f6c1284a7b24e0475d793447e35929b488bf6a0aade39353"}, -] - -[package.dependencies] -distlib = ">=0.3.7,<1" -filelock = ">=3.12.2,<4" -platformdirs = ">=3.9.1,<5" - -[package.extras] -docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] -test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] - [[package]] name = "watchdog" version = "3.0.0" description = "Filesystem events monitoring" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2720,6 +2714,7 @@ watchmedo = ["PyYAML (>=3.10)"] name = "webcolors" version = "1.13" description = "A library for working with the color formats defined by HTML and CSS." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2735,6 +2730,7 @@ tests = ["pytest", "pytest-cov"] name = "wrapt" version = "1.16.0" description = "Module for decorators, wrappers and monkey patching." +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -2814,6 +2810,7 @@ files = [ name = "yamllint" version = "1.35.1" description = "A linter for YAML files." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2832,6 +2829,7 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] name = "zipp" version = "3.17.0" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2849,4 +2847,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bdc230ccdde3e6167d7ee92b598e4c272679b28af002d96ea84684c443d29c81" +content-hash = "b13a7bbdefea80ebd1de3de9c404cdd53ae99a345ba53da2c4049f8dfd5724e2" diff --git a/project/jsonld/biolink_model.context.jsonld b/project/jsonld/biolink_model.context.jsonld index 1aeb1131d..3b1a008d3 100644 --- a/project/jsonld/biolink_model.context.jsonld +++ b/project/jsonld/biolink_model.context.jsonld @@ -1,7 +1,7 @@ { "comments": { "description": "Auto generated by LinkML jsonld context generator", - "generation_date": "2024-04-12T14:21:26", + "generation_date": "2024-04-12T14:59:03", "source": "biolink_model.yaml" }, "@context": { @@ -581,52 +581,71 @@ "xsd": "http://www.w3.org/2001/XMLSchema#", "@vocab": "https://w3id.org/biolink/vocab/", "active_in": { - "@type": "@id" + "@type": "@id", + "@id": "active_in" }, "actively_involved_in": { - "@type": "@id" + "@type": "@id", + "@id": "actively_involved_in" }, "actively_involves": { - "@type": "@id" + "@type": "@id", + "@id": "actively_involves" }, "acts_upstream_of": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of" }, "acts_upstream_of_negative_effect": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of_negative_effect" }, "acts_upstream_of_or_within": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of_or_within" }, "acts_upstream_of_or_within_negative_effect": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of_or_within_negative_effect" }, "acts_upstream_of_or_within_positive_effect": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of_or_within_positive_effect" }, "acts_upstream_of_positive_effect": { - "@type": "@id" + "@type": "@id", + "@id": "acts_upstream_of_positive_effect" + }, + "address": { + "@id": "address" }, "adjusted_p_value": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "adjusted_p_value" }, "adverse_event_of": { - "@type": "@id" + "@type": "@id", + "@id": "adverse_event_of" }, "affected_by": { - "@type": "@id" + "@type": "@id", + "@id": "affected_by" }, "affects": { - "@type": "@id" + "@type": "@id", + "@id": "affects" }, "affects_likelihood_of": { - "@type": "@id" + "@type": "@id", + "@id": "affects_likelihood_of" }, "affects_response_to": { - "@type": "@id" + "@type": "@id", + "@id": "affects_response_to" }, "affiliation": { - "@type": "@id" + "@type": "@id", + "@id": "affiliation" }, "agent_type": { "@context": { @@ -634,50 +653,83 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "agent_type" }, "id": "@id", + "aggregate_statistic": { + "@id": "aggregate_statistic" + }, + "aggregator_knowledge_source": { + "@id": "aggregator_knowledge_source" + }, "ameliorates_condition": { - "@type": "@id" + "@type": "@id", + "@id": "ameliorates_condition" }, "amount_or_activity_decreased_by": { - "@type": "@id" + "@type": "@id", + "@id": "amount_or_activity_decreased_by" }, "amount_or_activity_increased_by": { - "@type": "@id" + "@type": "@id", + "@id": "amount_or_activity_increased_by" + }, + "anatomical_context_qualifier": { + "@id": "anatomical_context_qualifier" }, "animal_model_available_from": { - "@type": "@id" + "@type": "@id", + "@id": "animal_model_available_from" }, "applied_to_treat": { - "@type": "@id" + "@type": "@id", + "@id": "applied_to_treat" + }, + "aspect_qualifier": { + "@id": "aspect_qualifier" }, "assesses": { - "@type": "@id" + "@type": "@id", + "@id": "assesses" + }, + "associated_environmental_context": { + "@id": "associated_environmental_context" }, "associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with" }, "associated_with_decreased_likelihood_of": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with_decreased_likelihood_of" }, "associated_with_increased_likelihood_of": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with_increased_likelihood_of" }, "associated_with_likelihood_of": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with_likelihood_of" }, "associated_with_resistance_to": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with_resistance_to" }, "associated_with_sensitivity_to": { - "@type": "@id" + "@type": "@id", + "@id": "associated_with_sensitivity_to" + }, + "association_slot": { + "@id": "association_slot" }, "author": { - "@type": "@id" + "@type": "@id", + "@id": "author" }, "authors": { - "@type": "@id" + "@type": "@id", + "@id": "authors" }, "available_from": { "@context": { @@ -685,40 +737,61 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "available_from" }, "base_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "base_coordinate" }, "beneficial_in_models_for": { - "@type": "@id" + "@type": "@id", + "@id": "beneficial_in_models_for" }, "binds": { - "@type": "@id" + "@type": "@id", + "@id": "binds" + }, + "biological_role_mixin": { + "@id": "biological_role_mixin" }, "biomarker_for": { - "@type": "@id" + "@type": "@id", + "@id": "biomarker_for" }, "bonferonni_adjusted_p_value": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "bonferonni_adjusted_p_value" }, "broad_match": { - "@type": "@id" + "@type": "@id", + "@id": "broad_match" + }, + "broad_matches": { + "@id": "broad_matches" + }, + "broad_synonym": { + "@id": "broad_synonym" }, "can_be_carried_out_by": { - "@type": "@id" + "@type": "@id", + "@id": "can_be_carried_out_by" }, "capable_of": { - "@type": "@id" + "@type": "@id", + "@id": "capable_of" }, "catalyst_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "catalyst_qualifier" }, "catalyzes": { - "@type": "@id" + "@type": "@id", + "@id": "catalyzes" }, "category": { - "@type": "@id" + "@type": "@id", + "@id": "category" }, "causal_mechanism_qualifier": { "@context": { @@ -726,19 +799,33 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "causal_mechanism_qualifier" }, "caused_by": { - "@type": "@id" + "@type": "@id", + "@id": "caused_by" }, "causes": { - "@type": "@id" + "@type": "@id", + "@id": "causes" + }, + "chapter": { + "@id": "chapter" + }, + "chemical_entity_or_drug_or_treatment": { + "@id": "chemical_entity_or_drug_or_treatment" + }, + "chemical_role_mixin": { + "@id": "chemical_role_mixin" }, "chemically_similar_to": { - "@type": "@id" + "@type": "@id", + "@id": "chemically_similar_to" }, "chi_squared_statistic": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "chi_squared_statistic" }, "clinical_approval_status": { "@context": { @@ -746,175 +833,256 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "clinical_approval_status" }, "clinical_modifier_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "clinical_modifier_qualifier" }, "close_match": { - "@type": "@id" + "@type": "@id", + "@id": "close_match" }, "coexists_with": { - "@type": "@id" + "@type": "@id", + "@id": "coexists_with" }, "coexpressed_with": { - "@type": "@id" + "@type": "@id", + "@id": "coexpressed_with" }, "colocalizes_with": { - "@type": "@id" + "@type": "@id", + "@id": "colocalizes_with" }, "completed_by": { - "@type": "@id" + "@type": "@id", + "@id": "completed_by" }, "composed_primarily_of": { - "@type": "@id" + "@type": "@id", + "@id": "composed_primarily_of" }, "concept_count_object": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "concept_count_object" }, "concept_count_subject": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "concept_count_subject" }, "concept_pair_count": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "concept_pair_count" }, "condition_ameliorated_by": { - "@type": "@id" + "@type": "@id", + "@id": "condition_ameliorated_by" }, "condition_associated_with_gene": { - "@type": "@id" + "@type": "@id", + "@id": "condition_associated_with_gene" }, "condition_exacerbated_by": { - "@type": "@id" + "@type": "@id", + "@id": "condition_exacerbated_by" }, "condition_predisposed_by": { - "@type": "@id" + "@type": "@id", + "@id": "condition_predisposed_by" }, "condition_prevented_by": { - "@type": "@id" + "@type": "@id", + "@id": "condition_prevented_by" }, "condition_promoted_by": { - "@type": "@id" + "@type": "@id", + "@id": "condition_promoted_by" }, "consumed_by": { - "@type": "@id" + "@type": "@id", + "@id": "consumed_by" }, "consumes": { - "@type": "@id" + "@type": "@id", + "@id": "consumes" }, "contains_process": { - "@type": "@id" + "@type": "@id", + "@id": "contains_process" + }, + "context_qualifier": { + "@id": "context_qualifier" }, "contraindicated_in": { - "@type": "@id" + "@type": "@id", + "@id": "contraindicated_in" }, "contributes_to": { - "@type": "@id" + "@type": "@id", + "@id": "contributes_to" }, "contribution_from": { - "@type": "@id" + "@type": "@id", + "@id": "contribution_from" }, "contributor": { - "@type": "@id" + "@type": "@id", + "@id": "contributor" }, "correlated_with": { - "@type": "@id" + "@type": "@id", + "@id": "correlated_with" + }, + "created_with": { + "@id": "created_with" }, "creation_date": { - "@type": "xsd:date" + "@type": "xsd:date", + "@id": "creation_date" }, "dataset_count": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "dataset_count" }, "dataset_download_url": { "@id": "dcat:downloadURL" }, "decreased_amount_in": { - "@type": "@id" + "@type": "@id", + "@id": "decreased_amount_in" }, "decreased_likelihood_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "decreased_likelihood_associated_with" }, "decreases_amount_or_activity_of": { - "@type": "@id" + "@type": "@id", + "@id": "decreases_amount_or_activity_of" }, "decreases_response_to": { - "@type": "@id" + "@type": "@id", + "@id": "decreases_response_to" }, "deprecated": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "deprecated" + }, + "derivative_qualifier": { + "@id": "derivative_qualifier" }, "derives_from": { - "@type": "@id" + "@type": "@id", + "@id": "derives_from" }, "derives_into": { - "@type": "@id" + "@type": "@id", + "@id": "derives_into" }, "description": { "@id": "dct:description" }, "develops_from": { - "@type": "@id" + "@type": "@id", + "@id": "develops_from" }, "develops_into": { - "@type": "@id" + "@type": "@id", + "@id": "develops_into" }, "diagnoses": { - "@type": "@id" + "@type": "@id", + "@id": "diagnoses" + }, + "direction_qualifier": { + "@id": "direction_qualifier" }, "directly_physically_interacts_with": { - "@type": "@id" + "@type": "@id", + "@id": "directly_physically_interacts_with" }, "disease_has_basis_in": { - "@type": "@id" + "@type": "@id", + "@id": "disease_has_basis_in" }, "disease_has_location": { - "@type": "@id" + "@type": "@id", + "@id": "disease_has_location" }, "disrupted_by": { - "@type": "@id" + "@type": "@id", + "@id": "disrupted_by" }, "disrupts": { - "@type": "@id" + "@type": "@id", + "@id": "disrupts" + }, + "distribution_download_url": { + "@id": "distribution_download_url" }, "download_url": { "@id": "dcat:downloadURL" }, + "drug_regulatory_status_world_wide": { + "@id": "drug_regulatory_status_world_wide" + }, "editor": { - "@type": "@id" + "@type": "@id", + "@id": "editor" }, "enabled_by": { - "@type": "@id" + "@type": "@id", + "@id": "enabled_by" }, "enables": { - "@type": "@id" + "@type": "@id", + "@id": "enables" }, "end_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "end_coordinate" }, "end_interbase_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "end_interbase_coordinate" }, "evidence_count": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "evidence_count" }, "exacerbates_condition": { - "@type": "@id" + "@type": "@id", + "@id": "exacerbates_condition" }, "exact_match": { - "@type": "@id" + "@type": "@id", + "@id": "exact_match" + }, + "exact_matches": { + "@id": "exact_matches" + }, + "exact_synonym": { + "@id": "exact_synonym" + }, + "expected_count": { + "@id": "expected_count" }, "expressed_in": { - "@type": "@id" + "@type": "@id", + "@id": "expressed_in" }, "expresses": { - "@type": "@id" + "@type": "@id", + "@id": "expresses" }, "expression_site": { - "@type": "@id" + "@type": "@id", + "@id": "expression_site" }, "extraction_confidence_score": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "extraction_confidence_score" }, "FDA_adverse_event_level": { "@context": { @@ -922,34 +1090,53 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "FDA_adverse_event_level" }, "food_component_of": { - "@type": "@id" + "@type": "@id", + "@id": "food_component_of" + }, + "form_or_variant_qualifier": { + "@id": "form_or_variant_qualifier" + }, + "format": { + "@id": "format" }, "frequency_qualifier": { - "@type": "UO:0000105" + "@type": "UO:0000105", + "@id": "frequency_qualifier" + }, + "full_name": { + "@id": "full_name" }, "gene_associated_with_condition": { - "@type": "@id" + "@type": "@id", + "@id": "gene_associated_with_condition" }, "gene_product_of": { - "@type": "@id" + "@type": "@id", + "@id": "gene_product_of" }, "gene_fusion_with": { - "@type": "@id" + "@type": "@id", + "@id": "gene_fusion_with" }, "genetic_association": { - "@type": "@id" + "@type": "@id", + "@id": "genetic_association" }, "genetic_neighborhood_of": { - "@type": "@id" + "@type": "@id", + "@id": "genetic_neighborhood_of" }, "genetically_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "genetically_associated_with" }, "genetically_interacts_with": { - "@type": "@id" + "@type": "@id", + "@id": "genetically_interacts_with" }, "genome_build": { "@context": { @@ -957,341 +1144,488 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "genome_build" }, "has_active_component": { - "@type": "@id" + "@type": "@id", + "@id": "has_active_component" }, "has_active_ingredient": { - "@type": "@id" + "@type": "@id", + "@id": "has_active_ingredient" }, "has_adverse_event": { - "@type": "@id" + "@type": "@id", + "@id": "has_adverse_event" }, "has_attribute": { - "@type": "@id" + "@type": "@id", + "@id": "has_attribute" }, "has_attribute_type": { - "@type": "@id" + "@type": "@id", + "@id": "has_attribute_type" }, "has_author": { - "@type": "@id" + "@type": "@id", + "@id": "has_author" + }, + "has_biological_sequence": { + "@id": "has_biological_sequence" }, "has_biomarker": { - "@type": "@id" + "@type": "@id", + "@id": "has_biomarker" }, "has_catalyst": { - "@type": "@id" + "@type": "@id", + "@id": "has_catalyst" + }, + "has_chemical_formula": { + "@id": "has_chemical_formula" }, "has_chemical_role": { - "@type": "@id" + "@type": "@id", + "@id": "has_chemical_role" }, "has_completed": { - "@type": "@id" + "@type": "@id", + "@id": "has_completed" }, "has_confidence_level": { - "@type": "@id" + "@type": "@id", + "@id": "has_confidence_level" }, "has_constituent": { - "@type": "@id" + "@type": "@id", + "@id": "has_constituent" }, "has_contraindication": { - "@type": "@id" + "@type": "@id", + "@id": "has_contraindication" }, "has_contributor": { - "@type": "@id" + "@type": "@id", + "@id": "has_contributor" }, "has_count": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "has_count" }, "has_dataset": { - "@type": "@id" + "@type": "@id", + "@id": "has_dataset" }, "has_decreased_amount": { - "@type": "@id" + "@type": "@id", + "@id": "has_decreased_amount" }, "has_device": { - "@type": "@id" + "@type": "@id", + "@id": "has_device" }, "has_distribution": { "@type": "@id", "@id": "dct:distribution" }, "has_drug": { - "@type": "@id" + "@type": "@id", + "@id": "has_drug" }, "has_editor": { - "@type": "@id" + "@type": "@id", + "@id": "has_editor" }, "has_evidence": { - "@type": "@id" + "@type": "@id", + "@id": "has_evidence" }, "has_excipient": { - "@type": "@id" + "@type": "@id", + "@id": "has_excipient" }, "has_food_component": { - "@type": "@id" + "@type": "@id", + "@id": "has_food_component" }, "has_frameshift_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_frameshift_variant" }, "has_gene": { - "@type": "@id" + "@type": "@id", + "@id": "has_gene" }, "has_gene_or_gene_product": { - "@type": "@id" + "@type": "@id", + "@id": "has_gene_or_gene_product" }, "has_gene_product": { - "@type": "@id" + "@type": "@id", + "@id": "has_gene_product" }, "has_increased_amount": { - "@type": "@id" + "@type": "@id", + "@id": "has_increased_amount" }, "has_input": { - "@type": "@id" + "@type": "@id", + "@id": "has_input" }, "has_manifestation": { - "@type": "@id" + "@type": "@id", + "@id": "has_manifestation" }, "has_member": { - "@type": "@id" + "@type": "@id", + "@id": "has_member" }, "has_metabolite": { - "@type": "@id" + "@type": "@id", + "@id": "has_metabolite" }, "has_missense_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_missense_variant" }, "has_mode_of_inheritance": { - "@type": "@id" + "@type": "@id", + "@id": "has_mode_of_inheritance" }, "has_molecular_consequence": { - "@type": "@id" + "@type": "@id", + "@id": "has_molecular_consequence" }, "has_nearby_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_nearby_variant" }, "has_negative_upstream_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_negative_upstream_actor" }, "has_negative_upstream_or_within_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_negative_upstream_or_within_actor" }, "has_non_coding_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_non_coding_variant" }, "has_nonsense_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_nonsense_variant" }, "has_not_completed": { - "@type": "@id" + "@type": "@id", + "@id": "has_not_completed" }, "has_numeric_value": { - "@type": "xsd:double" + "@type": "xsd:double", + "@id": "has_numeric_value" }, "has_nutrient": { - "@type": "@id" + "@type": "@id", + "@id": "has_nutrient" }, "has_output": { - "@type": "@id" + "@type": "@id", + "@id": "has_output" }, "has_part": { - "@type": "@id" + "@type": "@id", + "@id": "has_part" }, "has_participant": { - "@type": "@id" + "@type": "@id", + "@id": "has_participant" }, "has_percentage": { - "@type": "xsd:double" + "@type": "xsd:double", + "@id": "has_percentage" }, "has_phenotype": { - "@type": "@id" + "@type": "@id", + "@id": "has_phenotype" }, "has_plasma_membrane_part": { - "@type": "@id" + "@type": "@id", + "@id": "has_plasma_membrane_part" }, "has_positive_upstream_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_positive_upstream_actor" }, "has_positive_upstream_or_within_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_positive_upstream_or_within_actor" }, "has_procedure": { - "@type": "@id" + "@type": "@id", + "@id": "has_procedure" }, "has_provider": { - "@type": "@id" + "@type": "@id", + "@id": "has_provider" }, "has_publisher": { - "@type": "@id" + "@type": "@id", + "@id": "has_publisher" }, "has_qualitative_value": { - "@type": "@id" + "@type": "@id", + "@id": "has_qualitative_value" }, "has_quantitative_value": { - "@type": "@id" + "@type": "@id", + "@id": "has_quantitative_value" }, "has_quotient": { - "@type": "xsd:double" + "@type": "xsd:double", + "@id": "has_quotient" }, "has_receptor": { - "@type": "@id" + "@type": "@id", + "@id": "has_receptor" + }, + "has_route": { + "@id": "has_route" }, "has_sequence_location": { - "@type": "@id" + "@type": "@id", + "@id": "has_sequence_location" }, "has_sequence_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_sequence_variant" }, "has_side_effect": { - "@type": "@id" + "@type": "@id", + "@id": "has_side_effect" }, "has_splice_site_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_splice_site_variant" + }, + "has_stressor": { + "@id": "has_stressor" }, "has_substrate": { - "@type": "@id" + "@type": "@id", + "@id": "has_substrate" + }, + "has_supporting_study_result": { + "@id": "has_supporting_study_result" }, "has_synonymous_variant": { - "@type": "@id" + "@type": "@id", + "@id": "has_synonymous_variant" }, "has_target": { - "@type": "@id" + "@type": "@id", + "@id": "has_target" }, "has_taxonomic_rank": { - "@type": "@id" + "@type": "@id", + "@id": "has_taxonomic_rank" }, "has_topic": { - "@type": "@id" + "@type": "@id", + "@id": "has_topic" }, "has_total": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "has_total" }, "has_unit": { - "@type": "UO:0000000" + "@type": "UO:0000000", + "@id": "has_unit" }, "has_upstream_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_upstream_actor" }, "has_upstream_or_within_actor": { - "@type": "@id" + "@type": "@id", + "@id": "has_upstream_or_within_actor" }, "has_variant_part": { - "@type": "@id" + "@type": "@id", + "@id": "has_variant_part" }, "has_zygosity": { - "@type": "@id" + "@type": "@id", + "@id": "has_zygosity" + }, + "highest_FDA_approval_status": { + "@id": "highest_FDA_approval_status" }, "homologous_to": { - "@type": "@id" + "@type": "@id", + "@id": "homologous_to" }, "in_cell_population_with": { - "@type": "@id" + "@type": "@id", + "@id": "in_cell_population_with" }, "in_clinical_trials_for": { - "@type": "@id" + "@type": "@id", + "@id": "in_clinical_trials_for" }, "in_complex_with": { - "@type": "@id" + "@type": "@id", + "@id": "in_complex_with" }, "in_linkage_disequilibrium_with": { - "@type": "@id" + "@type": "@id", + "@id": "in_linkage_disequilibrium_with" }, "in_pathway_with": { - "@type": "@id" + "@type": "@id", + "@id": "in_pathway_with" }, "in_preclinical_trials_for": { - "@type": "@id" + "@type": "@id", + "@id": "in_preclinical_trials_for" }, "in_taxon": { - "@type": "@id" + "@type": "@id", + "@id": "in_taxon" + }, + "in_taxon_label": { + "@id": "in_taxon_label" }, "increased_amount_of": { - "@type": "@id" + "@type": "@id", + "@id": "increased_amount_of" }, "increased_likelihood_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "increased_likelihood_associated_with" }, "increases_amount_or_activity_of": { - "@type": "@id" + "@type": "@id", + "@id": "increases_amount_or_activity_of" }, "increases_response_to": { - "@type": "@id" + "@type": "@id", + "@id": "increases_response_to" }, "indirectly_physically_interacts_with": { - "@type": "@id" + "@type": "@id", + "@id": "indirectly_physically_interacts_with" + }, + "ingest_date": { + "@id": "ingest_date" }, "interacting_molecules_category": { - "@type": "@id" + "@type": "@id", + "@id": "interacting_molecules_category" }, "interacts_with": { - "@type": "@id" + "@type": "@id", + "@id": "interacts_with" }, "interbase_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "interbase_coordinate" }, "iri": { - "@type": "@id" + "@type": "@id", + "@id": "iri" }, "is_active_ingredient_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_active_ingredient_of" }, "is_assessed_by": { - "@type": "@id" + "@type": "@id", + "@id": "is_assessed_by" }, "is_diagnosed_by": { - "@type": "@id" + "@type": "@id", + "@id": "is_diagnosed_by" }, "is_excipient_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_excipient_of" }, "is_frameshift_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_frameshift_variant_of" }, "is_input_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_input_of" }, "is_metabolite": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "is_metabolite" }, "is_metabolite_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_metabolite_of" }, "is_missense_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_missense_variant_of" }, "is_molecular_consequence_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_molecular_consequence_of" }, "is_nearby_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_nearby_variant_of" }, "is_non_coding_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_non_coding_variant_of" }, "is_nonsense_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_nonsense_variant_of" }, "is_output_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_output_of" }, "is_sequence_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_sequence_variant_of" }, "is_side_effect_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_side_effect_of" }, "is_splice_site_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_splice_site_variant_of" }, "is_substrate_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_substrate_of" + }, + "is_supplement": { + "@id": "is_supplement" }, "is_synonymous_variant_of": { - "@type": "@id" + "@type": "@id", + "@id": "is_synonymous_variant_of" }, "is_toxic": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "is_toxic" + }, + "iso_abbreviation": { + "@id": "iso_abbreviation" + }, + "issue": { + "@id": "issue" + }, + "keywords": { + "@id": "keywords" }, "knowledge_level": { "@context": { @@ -1299,40 +1633,58 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "knowledge_level" + }, + "knowledge_source": { + "@id": "knowledge_source" }, "lacks_part": { - "@type": "@id" + "@type": "@id", + "@id": "lacks_part" }, "latitude": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "latitude" + }, + "license": { + "@id": "license" }, "likelihood_affected_by": { - "@type": "@id" + "@type": "@id", + "@id": "likelihood_affected_by" }, "likelihood_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "likelihood_associated_with" }, "ln_ratio": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "ln_ratio" }, "ln_ratio_confidence_interval": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "ln_ratio_confidence_interval" }, "located_in": { - "@type": "@id" + "@type": "@id", + "@id": "located_in" }, "location_of": { - "@type": "@id" + "@type": "@id", + "@id": "location_of" }, "location_of_disease": { - "@type": "@id" + "@type": "@id", + "@id": "location_of_disease" }, "log_odds_ratio": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "log_odds_ratio" }, "log_odds_ratio_95_ci": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "log_odds_ratio_95_ci" }, "logical_interpretation": { "@context": { @@ -1340,13 +1692,19 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "logical_interpretation" }, "longitude": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "longitude" }, "manifestation_of": { - "@type": "@id" + "@type": "@id", + "@id": "manifestation_of" + }, + "mapped_predicate": { + "@id": "mapped_predicate" }, "max_research_phase": { "@context": { @@ -1354,65 +1712,107 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "max_research_phase" + }, + "max_tolerated_dose": { + "@id": "max_tolerated_dose" }, "mechanism_of_action": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "mechanism_of_action" }, "member_of": { - "@type": "@id" + "@type": "@id", + "@id": "member_of" }, "mentioned_by": { - "@type": "@id" + "@type": "@id", + "@id": "mentioned_by" }, "mentions": { - "@type": "@id" + "@type": "@id", + "@id": "mentions" }, "mesh_terms": { - "@type": "@id" + "@type": "@id", + "@id": "mesh_terms" }, "missing_from": { - "@type": "@id" + "@type": "@id", + "@id": "missing_from" }, "mode_of_inheritance_of": { - "@type": "@id" + "@type": "@id", + "@id": "mode_of_inheritance_of" }, "model_of": { - "@type": "@id" + "@type": "@id", + "@id": "model_of" }, "models": { - "@type": "@id" + "@type": "@id", + "@id": "models" }, "models_demonstrating_benefits_for": { - "@type": "@id" + "@type": "@id", + "@id": "models_demonstrating_benefits_for" }, "name": { "@id": "rdfs:label" }, "narrow_match": { - "@type": "@id" + "@type": "@id", + "@id": "narrow_match" + }, + "narrow_matches": { + "@id": "narrow_matches" + }, + "narrow_synonym": { + "@id": "narrow_synonym" }, "negated": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "negated" }, "negatively_correlated_with": { - "@type": "@id" + "@type": "@id", + "@id": "negatively_correlated_with" + }, + "node_property": { + "@id": "node_property" }, "not_completed_by": { - "@type": "@id" + "@type": "@id", + "@id": "not_completed_by" }, "nutrient_of": { - "@type": "@id" + "@type": "@id", + "@id": "nutrient_of" }, "object": { "@type": "@id", "@id": "rdf:object" }, + "object_aspect_qualifier": { + "@id": "object_aspect_qualifier" + }, "object_category": { - "@type": "@id" + "@type": "@id", + "@id": "object_category" }, "object_category_closure": { - "@type": "@id" + "@type": "@id", + "@id": "object_category_closure" + }, + "object_closure": { + "@id": "object_closure" + }, + "object_context_qualifier": { + "@id": "object_context_qualifier" + }, + "object_derivative_qualifier": { + "@id": "object_derivative_qualifier" }, "object_direction_qualifier": { "@context": { @@ -1420,46 +1820,84 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "object_direction_qualifier" + }, + "object_form_or_variant_qualifier": { + "@id": "object_form_or_variant_qualifier" + }, + "object_label_closure": { + "@id": "object_label_closure" }, "object_location_in_text": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "object_location_in_text" + }, + "object_namespace": { + "@id": "object_namespace" + }, + "object_part_qualifier": { + "@id": "object_part_qualifier" }, "occurs_in": { - "@type": "@id" + "@type": "@id", + "@id": "occurs_in" }, "occurs_in_disease": { - "@type": "@id" + "@type": "@id", + "@id": "occurs_in_disease" }, "occurs_together_in_literature_with": { - "@type": "@id" + "@type": "@id", + "@id": "occurs_together_in_literature_with" }, "onset_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "onset_qualifier" }, "opposite_of": { - "@type": "@id" + "@type": "@id", + "@id": "opposite_of" + }, + "original_object": { + "@id": "original_object" }, "original_predicate": { - "@type": "@id" + "@type": "@id", + "@id": "original_predicate" + }, + "original_subject": { + "@id": "original_subject" }, "orthologous_to": { - "@type": "@id" + "@type": "@id", + "@id": "orthologous_to" }, "overlaps": { - "@type": "@id" + "@type": "@id", + "@id": "overlaps" }, "p_value": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "p_value" + }, + "pages": { + "@id": "pages" }, "paralogous_to": { - "@type": "@id" + "@type": "@id", + "@id": "paralogous_to" }, "part_of": { - "@type": "@id" + "@type": "@id", + "@id": "part_of" + }, + "part_qualifier": { + "@id": "part_qualifier" }, "participates_in": { - "@type": "@id" + "@type": "@id", + "@id": "participates_in" }, "phase": { "@context": { @@ -1467,80 +1905,115 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "phase" }, "phenotype_of": { - "@type": "@id" + "@type": "@id", + "@id": "phenotype_of" }, "phenotypic_state": { - "@type": "@id" + "@type": "@id", + "@id": "phenotypic_state" }, "physically_interacts_with": { - "@type": "@id" + "@type": "@id", + "@id": "physically_interacts_with" }, "plasma_membrane_part_of": { - "@type": "@id" + "@type": "@id", + "@id": "plasma_membrane_part_of" }, "population_context_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "population_context_qualifier" }, "positively_correlated_with": { - "@type": "@id" + "@type": "@id", + "@id": "positively_correlated_with" }, "preceded_by": { - "@type": "@id" + "@type": "@id", + "@id": "preceded_by" }, "precedes": { - "@type": "@id" + "@type": "@id", + "@id": "precedes" }, "predicate": { "@type": "@id", "@id": "rdf:predicate" }, "predicate_mappings": { - "@type": "@id" + "@type": "@id", + "@id": "predicate_mappings" }, "predisposes_to_condition": { - "@type": "@id" + "@type": "@id", + "@id": "predisposes_to_condition" }, "preventative_for_condition": { - "@type": "@id" + "@type": "@id", + "@id": "preventative_for_condition" }, "primarily_composed_of": { - "@type": "@id" + "@type": "@id", + "@id": "primarily_composed_of" + }, + "primary_knowledge_source": { + "@id": "primary_knowledge_source" }, "produced_by": { - "@type": "@id" + "@type": "@id", + "@id": "produced_by" }, "produces": { - "@type": "@id" + "@type": "@id", + "@id": "produces" }, "promotes_condition": { - "@type": "@id" + "@type": "@id", + "@id": "promotes_condition" + }, + "provided_by": { + "@id": "provided_by" }, "provider": { - "@type": "@id" + "@type": "@id", + "@id": "provider" }, "publication_type": { "@id": "dct:type" }, "publications": { - "@type": "@id" + "@type": "@id", + "@id": "publications" }, "published_in": { - "@type": "@id" + "@type": "@id", + "@id": "published_in" }, "publisher": { - "@type": "@id" + "@type": "@id", + "@id": "publisher" + }, + "qualified_predicate": { + "@id": "qualified_predicate" + }, + "qualifier": { + "@id": "qualifier" }, "qualifiers": { - "@type": "@id" + "@type": "@id", + "@id": "qualifiers" }, "quantifier_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "quantifier_qualifier" }, "reaction_balanced": { - "@type": "xsd:boolean" + "@type": "xsd:boolean", + "@id": "reaction_balanced" }, "reaction_direction": { "@context": { @@ -1548,7 +2021,8 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "reaction_direction" }, "reaction_side": { "@context": { @@ -1556,34 +2030,59 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "reaction_side" }, "regulated_by": { - "@type": "@id" + "@type": "@id", + "@id": "regulated_by" }, "regulates": { - "@type": "@id" + "@type": "@id", + "@id": "regulates" }, "related_condition": { - "@type": "@id" + "@type": "@id", + "@id": "related_condition" + }, + "related_synonym": { + "@id": "related_synonym" }, "related_to": { - "@type": "@id" + "@type": "@id", + "@id": "related_to" }, "related_to_at_concept_level": { - "@type": "@id" + "@type": "@id", + "@id": "related_to_at_concept_level" }, "related_to_at_instance_level": { - "@type": "@id" + "@type": "@id", + "@id": "related_to_at_instance_level" + }, + "relation": { + "@id": "relation" + }, + "relative_frequency_object": { + "@id": "relative_frequency_object" + }, + "relative_frequency_object_confidence_interval": { + "@id": "relative_frequency_object_confidence_interval" }, "relative_frequency_subject": { - "@type": "xsd:float" + "@type": "xsd:float", + "@id": "relative_frequency_subject" + }, + "relative_frequency_subject_confidence_interval": { + "@id": "relative_frequency_subject_confidence_interval" }, "resistance_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "resistance_associated_with" }, "resource_id": { - "@type": "@id" + "@type": "@id", + "@id": "resource_id" }, "resource_role": { "@context": { @@ -1591,22 +2090,31 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "resource_role" }, "response_affected_by": { - "@type": "@id" + "@type": "@id", + "@id": "response_affected_by" }, "response_decreased_by": { - "@type": "@id" + "@type": "@id", + "@id": "response_decreased_by" }, "response_increased_by": { - "@type": "@id" + "@type": "@id", + "@id": "response_increased_by" }, "retrieval_source_ids": { - "@type": "@id" + "@type": "@id", + "@id": "retrieval_source_ids" }, "retrieved_on": { - "@type": "xsd:date" + "@type": "xsd:date", + "@id": "retrieved_on" + }, + "rights": { + "@id": "rights" }, "routes_of_delivery": { "@context": { @@ -1614,49 +2122,72 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "routes_of_delivery" }, "same_as": { - "@type": "@id" + "@type": "@id", + "@id": "same_as" }, "semmed_agreement_count": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "semmed_agreement_count" }, "sensitivity_associated_with": { - "@type": "@id" + "@type": "@id", + "@id": "sensitivity_associated_with" + }, + "sequence_localization_attribute": { + "@id": "sequence_localization_attribute" }, "sequence_location_of": { - "@type": "@id" + "@type": "@id", + "@id": "sequence_location_of" }, "sequence_variant_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "sequence_variant_qualifier" }, "severity_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "severity_qualifier" }, "sex_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "sex_qualifier" }, "similar_to": { - "@type": "@id" + "@type": "@id", + "@id": "similar_to" }, "source_logo": { "@id": "schema:logo" }, + "source_web_page": { + "@id": "source_web_page" + }, "species_context_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "species_context_qualifier" }, "stage_qualifier": { - "@type": "@id" + "@type": "@id", + "@id": "stage_qualifier" }, "start_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "start_coordinate" }, "start_interbase_coordinate": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "start_interbase_coordinate" + }, + "statement_qualifier": { + "@id": "statement_qualifier" }, "stoichiometry": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "stoichiometry" }, "strand": { "@context": { @@ -1664,23 +2195,40 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "strand" }, "studied_to_treat": { - "@type": "@id" + "@type": "@id", + "@id": "studied_to_treat" }, "subclass_of": { - "@type": "@id" + "@type": "@id", + "@id": "subclass_of" }, "subject": { "@type": "@id", "@id": "rdf:subject" }, + "subject_aspect_qualifier": { + "@id": "subject_aspect_qualifier" + }, "subject_category": { - "@type": "@id" + "@type": "@id", + "@id": "subject_category" }, "subject_category_closure": { - "@type": "@id" + "@type": "@id", + "@id": "subject_category_closure" + }, + "subject_closure": { + "@id": "subject_closure" + }, + "subject_context_qualifier": { + "@id": "subject_context_qualifier" + }, + "subject_derivative_qualifier": { + "@id": "subject_derivative_qualifier" }, "subject_direction_qualifier": { "@context": { @@ -1688,109 +2236,1117 @@ "text": "skos:notation", "description": "skos:prefLabel", "meaning": "@id" - } + }, + "@id": "subject_direction_qualifier" + }, + "subject_form_or_variant_qualifier": { + "@id": "subject_form_or_variant_qualifier" + }, + "subject_label_closure": { + "@id": "subject_label_closure" }, "subject_location_in_text": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "subject_location_in_text" + }, + "subject_namespace": { + "@id": "subject_namespace" }, "subject_of_treatment_application_or_study_for_treatment_by": { - "@type": "@id" + "@type": "@id", + "@id": "subject_of_treatment_application_or_study_for_treatment_by" + }, + "subject_part_qualifier": { + "@id": "subject_part_qualifier" + }, + "summary": { + "@id": "summary" }, "superclass_of": { - "@type": "@id" + "@type": "@id", + "@id": "superclass_of" + }, + "support_graphs": { + "@id": "support_graphs" + }, + "supporting_data_set": { + "@id": "supporting_data_set" + }, + "supporting_data_source": { + "@id": "supporting_data_source" + }, + "supporting_document_type": { + "@id": "supporting_document_type" }, "supporting_document_year": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "supporting_document_year" }, "supporting_documents": { - "@type": "@id" + "@type": "@id", + "@id": "supporting_documents" + }, + "supporting_study_cohort": { + "@id": "supporting_study_cohort" + }, + "supporting_study_context": { + "@id": "supporting_study_context" + }, + "supporting_study_date_range": { + "@id": "supporting_study_date_range" + }, + "supporting_study_metadata": { + "@id": "supporting_study_metadata" }, "supporting_study_method_description": { - "@type": "@id" + "@type": "@id", + "@id": "supporting_study_method_description" }, "supporting_study_method_type": { - "@type": "@id" + "@type": "@id", + "@id": "supporting_study_method_type" }, "supporting_study_size": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "supporting_study_size" + }, + "supporting_text": { + "@id": "supporting_text" + }, + "supporting_text_section_type": { + "@id": "supporting_text_section_type" + }, + "symbol": { + "@id": "symbol" + }, + "synonym": { + "@id": "synonym" }, "systematic_synonym": { "@id": "GOP:systematic_synonym" }, "target_for": { - "@type": "@id" + "@type": "@id", + "@id": "target_for" }, "taxon_of": { - "@type": "@id" + "@type": "@id", + "@id": "taxon_of" }, "temporal_context_qualifier": { - "@type": "xsd:time" + "@type": "xsd:time", + "@id": "temporal_context_qualifier" }, "temporal_interval_qualifier": { - "@type": "xsd:time" + "@type": "xsd:time", + "@id": "temporal_interval_qualifier" }, "temporally_related_to": { - "@type": "@id" + "@type": "@id", + "@id": "temporally_related_to" }, "tested_by_clinical_trials_of": { - "@type": "@id" + "@type": "@id", + "@id": "tested_by_clinical_trials_of" }, "tested_by_preclinical_trials_of": { - "@type": "@id" + "@type": "@id", + "@id": "tested_by_preclinical_trials_of" }, "timepoint": { - "@type": "xsd:time" + "@type": "xsd:time", + "@id": "timepoint" }, "total_sample_size": { - "@type": "xsd:integer" + "@type": "xsd:integer", + "@id": "total_sample_size" + }, + "trade_name": { + "@id": "trade_name" }, "transcribed_from": { - "@type": "@id" + "@type": "@id", + "@id": "transcribed_from" }, "transcribed_to": { - "@type": "@id" + "@type": "@id", + "@id": "transcribed_to" }, "translates_to": { - "@type": "@id" + "@type": "@id", + "@id": "translates_to" }, "translation_of": { - "@type": "@id" + "@type": "@id", + "@id": "translation_of" }, "treated_by": { - "@type": "@id" + "@type": "@id", + "@id": "treated_by" }, "treated_in_studies_by": { - "@type": "@id" + "@type": "@id", + "@id": "treated_in_studies_by" }, "treatment_applications_from": { - "@type": "@id" + "@type": "@id", + "@id": "treatment_applications_from" }, "treats": { - "@type": "@id" + "@type": "@id", + "@id": "treats" }, "treats_or_applied_or_studied_to_treat": { - "@type": "@id" + "@type": "@id", + "@id": "treats_or_applied_or_studied_to_treat" }, "type": { "@id": "rdf:type" }, "update_date": { - "@type": "xsd:date" + "@type": "xsd:date", + "@id": "update_date" }, "upstream_resource_ids": { - "@type": "@id" + "@type": "@id", + "@id": "upstream_resource_ids" }, "variant_part_of": { - "@type": "@id" + "@type": "@id", + "@id": "variant_part_of" + }, + "version": { + "@id": "version" }, "version_of": { - "@type": "@id" + "@type": "@id", + "@id": "version_of" + }, + "volume": { + "@id": "volume" }, "xenologous_to": { - "@type": "@id" + "@type": "@id", + "@id": "xenologous_to" }, "xref": { - "@type": "@id" + "@type": "@id", + "@id": "xref" + }, + "AccessibleDnaRegion": { + "@id": "AccessibleDnaRegion" + }, + "Activity": { + "@id": "Activity" + }, + "ActivityAndBehavior": { + "@id": "ActivityAndBehavior" + }, + "AdministrativeEntity": { + "@id": "AdministrativeEntity" + }, + "Agent": { + "@id": "Agent" + }, + "AnatomicalEntity": { + "@id": "AnatomicalEntity" + }, + "AnatomicalEntityToAnatomicalEntityAssociation": { + "@id": "AnatomicalEntityToAnatomicalEntityAssociation" + }, + "AnatomicalEntityToAnatomicalEntityOntogenicAssociation": { + "@id": "AnatomicalEntityToAnatomicalEntityOntogenicAssociation" + }, + "AnatomicalEntityToAnatomicalEntityPartOfAssociation": { + "@id": "AnatomicalEntityToAnatomicalEntityPartOfAssociation" + }, + "Annotation": { + "@id": "Annotation" + }, + "Article": { + "@id": "Article" + }, + "Association": { + "@id": "Association" + }, + "Attribute": { + "@id": "Attribute" + }, + "Bacterium": { + "@id": "Bacterium" + }, + "Behavior": { + "@id": "Behavior" + }, + "BehaviorToBehavioralFeatureAssociation": { + "@id": "BehaviorToBehavioralFeatureAssociation" + }, + "BehavioralExposure": { + "@id": "BehavioralExposure" + }, + "BehavioralFeature": { + "@id": "BehavioralFeature" + }, + "BehavioralOutcome": { + "@id": "BehavioralOutcome" + }, + "BiologicalEntity": { + "@id": "BiologicalEntity" + }, + "BiologicalProcess": { + "@id": "BiologicalProcess" + }, + "BiologicalProcessOrActivity": { + "@id": "BiologicalProcessOrActivity" + }, + "BiologicalSex": { + "@id": "BiologicalSex" + }, + "BioticExposure": { + "@id": "BioticExposure" + }, + "Book": { + "@id": "Book" + }, + "BookChapter": { + "@id": "BookChapter" + }, + "Case": { + "@id": "Case" + }, + "CaseToEntityAssociationMixin": { + "@id": "CaseToEntityAssociationMixin" + }, + "CaseToPhenotypicFeatureAssociation": { + "@id": "CaseToPhenotypicFeatureAssociation" + }, + "CausalGeneToDiseaseAssociation": { + "@id": "CausalGeneToDiseaseAssociation" + }, + "Cell": { + "@id": "Cell" + }, + "CellLine": { + "@id": "CellLine" + }, + "CellLineAsAModelOfDiseaseAssociation": { + "@id": "CellLineAsAModelOfDiseaseAssociation" + }, + "CellLineToDiseaseOrPhenotypicFeatureAssociation": { + "@id": "CellLineToDiseaseOrPhenotypicFeatureAssociation" + }, + "CellLineToEntityAssociationMixin": { + "@id": "CellLineToEntityAssociationMixin" + }, + "CellularComponent": { + "@id": "CellularComponent" + }, + "CellularOrganism": { + "@id": "CellularOrganism" + }, + "ChemicalAffectsGeneAssociation": { + "@id": "ChemicalAffectsGeneAssociation" + }, + "ChemicalEntity": { + "@id": "ChemicalEntity" + }, + "ChemicalEntityAssessesNamedThingAssociation": { + "@id": "ChemicalEntityAssessesNamedThingAssociation" + }, + "ChemicalEntityOrGeneOrGeneProduct": { + "@id": "ChemicalEntityOrGeneOrGeneProduct" + }, + "ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation": { + "@id": "ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation" + }, + "ChemicalEntityOrProteinOrPolypeptide": { + "@id": "ChemicalEntityOrProteinOrPolypeptide" + }, + "ChemicalEntityToEntityAssociationMixin": { + "@id": "ChemicalEntityToEntityAssociationMixin" + }, + "ChemicalExposure": { + "@id": "ChemicalExposure" + }, + "ChemicalGeneInteractionAssociation": { + "@id": "ChemicalGeneInteractionAssociation" + }, + "ChemicalMixture": { + "@id": "ChemicalMixture" + }, + "ChemicalOrDrugOrTreatment": { + "@id": "ChemicalOrDrugOrTreatment" + }, + "ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation": { + "@id": "ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation" + }, + "ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation": { + "@id": "ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation" + }, + "ChemicalRole": { + "@id": "ChemicalRole" + }, + "ChemicalToChemicalAssociation": { + "@id": "ChemicalToChemicalAssociation" + }, + "ChemicalToChemicalDerivationAssociation": { + "@id": "ChemicalToChemicalDerivationAssociation" + }, + "ChemicalToDiseaseOrPhenotypicFeatureAssociation": { + "@id": "ChemicalToDiseaseOrPhenotypicFeatureAssociation" + }, + "ChemicalToEntityAssociationMixin": { + "@id": "ChemicalToEntityAssociationMixin" + }, + "ChemicalToPathwayAssociation": { + "@id": "ChemicalToPathwayAssociation" + }, + "ChiSquaredAnalysisResult": { + "@id": "ChiSquaredAnalysisResult" + }, + "ClinicalAttribute": { + "@id": "ClinicalAttribute" + }, + "ClinicalCourse": { + "@id": "ClinicalCourse" + }, + "ClinicalEntity": { + "@id": "ClinicalEntity" + }, + "ClinicalFinding": { + "@id": "ClinicalFinding" + }, + "ClinicalIntervention": { + "@id": "ClinicalIntervention" + }, + "ClinicalMeasurement": { + "@id": "ClinicalMeasurement" + }, + "ClinicalModifier": { + "@id": "ClinicalModifier" + }, + "ClinicalTrial": { + "@id": "ClinicalTrial" + }, + "CodingSequence": { + "@id": "CodingSequence" + }, + "Cohort": { + "@id": "Cohort" + }, + "CommonDataElement": { + "@id": "CommonDataElement" + }, + "ComplexChemicalExposure": { + "@id": "ComplexChemicalExposure" + }, + "ComplexMolecularMixture": { + "@id": "ComplexMolecularMixture" + }, + "ConceptCountAnalysisResult": { + "@id": "ConceptCountAnalysisResult" + }, + "ConfidenceLevel": { + "@id": "ConfidenceLevel" + }, + "ContributorAssociation": { + "@id": "ContributorAssociation" + }, + "CorrelatedGeneToDiseaseAssociation": { + "@id": "CorrelatedGeneToDiseaseAssociation" + }, + "Dataset": { + "@id": "Dataset" + }, + "DatasetDistribution": { + "@id": "DatasetDistribution" + }, + "DatasetSummary": { + "@id": "DatasetSummary" + }, + "DatasetVersion": { + "@id": "DatasetVersion" + }, + "Device": { + "@id": "Device" + }, + "DiagnosticAid": { + "@id": "DiagnosticAid" + }, + "Disease": { + "@id": "Disease" + }, + "DiseaseOrPhenotypicFeature": { + "@id": "DiseaseOrPhenotypicFeature" + }, + "DiseaseOrPhenotypicFeatureExposure": { + "@id": "DiseaseOrPhenotypicFeatureExposure" + }, + "DiseaseOrPhenotypicFeatureOutcome": { + "@id": "DiseaseOrPhenotypicFeatureOutcome" + }, + "DiseaseOrPhenotypicFeatureToEntityAssociationMixin": { + "@id": "DiseaseOrPhenotypicFeatureToEntityAssociationMixin" + }, + "DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation": { + "@id": "DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation" + }, + "DiseaseOrPhenotypicFeatureToLocationAssociation": { + "@id": "DiseaseOrPhenotypicFeatureToLocationAssociation" + }, + "DiseaseToEntityAssociationMixin": { + "@id": "DiseaseToEntityAssociationMixin" + }, + "DiseaseToExposureEventAssociation": { + "@id": "DiseaseToExposureEventAssociation" + }, + "DiseaseToPhenotypicFeatureAssociation": { + "@id": "DiseaseToPhenotypicFeatureAssociation" + }, + "Drug": { + "@id": "Drug" + }, + "DrugExposure": { + "@id": "DrugExposure" + }, + "DrugLabel": { + "@id": "DrugLabel" + }, + "DrugToEntityAssociationMixin": { + "@id": "DrugToEntityAssociationMixin" + }, + "DrugToGeneAssociation": { + "@id": "DrugToGeneAssociation" + }, + "DrugToGeneInteractionExposure": { + "@id": "DrugToGeneInteractionExposure" + }, + "DruggableGeneToDiseaseAssociation": { + "@id": "DruggableGeneToDiseaseAssociation" + }, + "Entity": { + "@id": "Entity" + }, + "EntityToDiseaseAssociation": { + "@id": "EntityToDiseaseAssociation" + }, + "EntityToDiseaseAssociationMixin": { + "@id": "EntityToDiseaseAssociationMixin" + }, + "EntityToDiseaseOrPhenotypicFeatureAssociationMixin": { + "@id": "EntityToDiseaseOrPhenotypicFeatureAssociationMixin" + }, + "EntityToExposureEventAssociationMixin": { + "@id": "EntityToExposureEventAssociationMixin" + }, + "EntityToFeatureOrDiseaseQualifiersMixin": { + "@id": "EntityToFeatureOrDiseaseQualifiersMixin" + }, + "EntityToOutcomeAssociationMixin": { + "@id": "EntityToOutcomeAssociationMixin" + }, + "EntityToPhenotypicFeatureAssociation": { + "@id": "EntityToPhenotypicFeatureAssociation" + }, + "EntityToPhenotypicFeatureAssociationMixin": { + "@id": "EntityToPhenotypicFeatureAssociationMixin" + }, + "EnvironmentalExposure": { + "@id": "EnvironmentalExposure" + }, + "EnvironmentalFeature": { + "@id": "EnvironmentalFeature" + }, + "EnvironmentalFoodContaminant": { + "@id": "EnvironmentalFoodContaminant" + }, + "EnvironmentalProcess": { + "@id": "EnvironmentalProcess" + }, + "EpidemiologicalOutcome": { + "@id": "EpidemiologicalOutcome" + }, + "EpigenomicEntity": { + "@id": "EpigenomicEntity" + }, + "Event": { + "@id": "Event" + }, + "EvidenceType": { + "@id": "EvidenceType" + }, + "Exon": { + "@id": "Exon" + }, + "ExonToTranscriptRelationship": { + "@id": "ExonToTranscriptRelationship" + }, + "ExposureEvent": { + "@id": "ExposureEvent" + }, + "ExposureEventToOutcomeAssociation": { + "@id": "ExposureEventToOutcomeAssociation" + }, + "ExposureEventToPhenotypicFeatureAssociation": { + "@id": "ExposureEventToPhenotypicFeatureAssociation" + }, + "FeatureOrDiseaseQualifiersToEntityMixin": { + "@id": "FeatureOrDiseaseQualifiersToEntityMixin" + }, + "Food": { + "@id": "Food" + }, + "FoodAdditive": { + "@id": "FoodAdditive" + }, + "FrequencyQualifierMixin": { + "@id": "FrequencyQualifierMixin" + }, + "FrequencyQuantifier": { + "@id": "FrequencyQuantifier" + }, + "FunctionalAssociation": { + "@id": "FunctionalAssociation" + }, + "Fungus": { + "@id": "Fungus" + }, + "Gene": { + "@id": "Gene" + }, + "GeneAffectsChemicalAssociation": { + "@id": "GeneAffectsChemicalAssociation" + }, + "GeneAsAModelOfDiseaseAssociation": { + "@id": "GeneAsAModelOfDiseaseAssociation" + }, + "GeneExpressionMixin": { + "@id": "GeneExpressionMixin" + }, + "GeneFamily": { + "@id": "GeneFamily" + }, + "GeneGroupingMixin": { + "@id": "GeneGroupingMixin" + }, + "GeneHasVariantThatContributesToDiseaseAssociation": { + "@id": "GeneHasVariantThatContributesToDiseaseAssociation" + }, + "GeneOrGeneProduct": { + "@id": "GeneOrGeneProduct" + }, + "GeneProductIsoformMixin": { + "@id": "GeneProductIsoformMixin" + }, + "GeneProductMixin": { + "@id": "GeneProductMixin" + }, + "GeneToDiseaseAssociation": { + "@id": "GeneToDiseaseAssociation" + }, + "GeneToDiseaseOrPhenotypicFeatureAssociation": { + "@id": "GeneToDiseaseOrPhenotypicFeatureAssociation" + }, + "GeneToEntityAssociationMixin": { + "@id": "GeneToEntityAssociationMixin" + }, + "GeneToExpressionSiteAssociation": { + "@id": "GeneToExpressionSiteAssociation" + }, + "GeneToGeneAssociation": { + "@id": "GeneToGeneAssociation" + }, + "GeneToGeneCoexpressionAssociation": { + "@id": "GeneToGeneCoexpressionAssociation" + }, + "GeneToGeneFamilyAssociation": { + "@id": "GeneToGeneFamilyAssociation" + }, + "GeneToGeneHomologyAssociation": { + "@id": "GeneToGeneHomologyAssociation" + }, + "GeneToGeneProductRelationship": { + "@id": "GeneToGeneProductRelationship" + }, + "GeneToGoTermAssociation": { + "@id": "GeneToGoTermAssociation" + }, + "GeneToPathwayAssociation": { + "@id": "GeneToPathwayAssociation" + }, + "GeneToPhenotypicFeatureAssociation": { + "@id": "GeneToPhenotypicFeatureAssociation" + }, + "GeneticInheritance": { + "@id": "GeneticInheritance" + }, + "Genome": { + "@id": "Genome" + }, + "GenomicBackgroundExposure": { + "@id": "GenomicBackgroundExposure" + }, + "GenomicEntity": { + "@id": "GenomicEntity" + }, + "GenomicSequenceLocalization": { + "@id": "GenomicSequenceLocalization" + }, + "Genotype": { + "@id": "Genotype" + }, + "GenotypeAsAModelOfDiseaseAssociation": { + "@id": "GenotypeAsAModelOfDiseaseAssociation" + }, + "GenotypeToDiseaseAssociation": { + "@id": "GenotypeToDiseaseAssociation" + }, + "GenotypeToEntityAssociationMixin": { + "@id": "GenotypeToEntityAssociationMixin" + }, + "GenotypeToGeneAssociation": { + "@id": "GenotypeToGeneAssociation" + }, + "GenotypeToGenotypePartAssociation": { + "@id": "GenotypeToGenotypePartAssociation" + }, + "GenotypeToPhenotypicFeatureAssociation": { + "@id": "GenotypeToPhenotypicFeatureAssociation" + }, + "GenotypeToVariantAssociation": { + "@id": "GenotypeToVariantAssociation" + }, + "GenotypicSex": { + "@id": "GenotypicSex" + }, + "GeographicExposure": { + "@id": "GeographicExposure" + }, + "GeographicLocation": { + "@id": "GeographicLocation" + }, + "GeographicLocationAtTime": { + "@id": "GeographicLocationAtTime" + }, + "GrossAnatomicalStructure": { + "@id": "GrossAnatomicalStructure" + }, + "Haplotype": { + "@id": "Haplotype" + }, + "Hospitalization": { + "@id": "Hospitalization" + }, + "HospitalizationOutcome": { + "@id": "HospitalizationOutcome" + }, + "Human": { + "@id": "Human" + }, + "IndividualOrganism": { + "@id": "IndividualOrganism" + }, + "InformationContentEntity": { + "@id": "InformationContentEntity" + }, + "InformationContentEntityToNamedThingAssociation": { + "@id": "InformationContentEntityToNamedThingAssociation" + }, + "Invertebrate": { + "@id": "Invertebrate" + }, + "JournalArticle": { + "@id": "JournalArticle" + }, + "LifeStage": { + "@id": "LifeStage" + }, + "LogOddsAnalysisResult": { + "@id": "LogOddsAnalysisResult" + }, + "MacromolecularComplex": { + "@id": "MacromolecularComplex" + }, + "MacromolecularMachineMixin": { + "@id": "MacromolecularMachineMixin" + }, + "MacromolecularMachineToBiologicalProcessAssociation": { + "@id": "MacromolecularMachineToBiologicalProcessAssociation" + }, + "MacromolecularMachineToCellularComponentAssociation": { + "@id": "MacromolecularMachineToCellularComponentAssociation" + }, + "MacromolecularMachineToEntityAssociationMixin": { + "@id": "MacromolecularMachineToEntityAssociationMixin" + }, + "MacromolecularMachineToMolecularActivityAssociation": { + "@id": "MacromolecularMachineToMolecularActivityAssociation" + }, + "Mammal": { + "@id": "Mammal" + }, + "MappingCollection": { + "@id": "MappingCollection" + }, + "MaterialSample": { + "@id": "MaterialSample" + }, + "MaterialSampleDerivationAssociation": { + "@id": "MaterialSampleDerivationAssociation" + }, + "MaterialSampleToDiseaseOrPhenotypicFeatureAssociation": { + "@id": "MaterialSampleToDiseaseOrPhenotypicFeatureAssociation" + }, + "MaterialSampleToEntityAssociationMixin": { + "@id": "MaterialSampleToEntityAssociationMixin" + }, + "MicroRNA": { + "@id": "MicroRNA" + }, + "ModelToDiseaseAssociationMixin": { + "@id": "ModelToDiseaseAssociationMixin" + }, + "MolecularActivity": { + "@id": "MolecularActivity" + }, + "MolecularActivityToChemicalEntityAssociation": { + "@id": "MolecularActivityToChemicalEntityAssociation" + }, + "MolecularActivityToMolecularActivityAssociation": { + "@id": "MolecularActivityToMolecularActivityAssociation" + }, + "MolecularActivityToPathwayAssociation": { + "@id": "MolecularActivityToPathwayAssociation" + }, + "MolecularEntity": { + "@id": "MolecularEntity" + }, + "MolecularMixture": { + "@id": "MolecularMixture" + }, + "MortalityOutcome": { + "@id": "MortalityOutcome" + }, + "NamedThing": { + "@id": "NamedThing" + }, + "NamedThingAssociatedWithLikelihoodOfNamedThingAssociation": { + "@id": "NamedThingAssociatedWithLikelihoodOfNamedThingAssociation" + }, + "NoncodingRNAProduct": { + "@id": "NoncodingRNAProduct" + }, + "NucleicAcidEntity": { + "@id": "NucleicAcidEntity" + }, + "NucleicAcidSequenceMotif": { + "@id": "NucleicAcidSequenceMotif" + }, + "NucleosomeModification": { + "@id": "NucleosomeModification" + }, + "ObservedExpectedFrequencyAnalysisResult": { + "@id": "ObservedExpectedFrequencyAnalysisResult" + }, + "Occurrent": { + "@id": "Occurrent" + }, + "Onset": { + "@id": "Onset" + }, + "OntologyClass": { + "@id": "OntologyClass" + }, + "OrganismAttribute": { + "@id": "OrganismAttribute" + }, + "OrganismTaxon": { + "@id": "OrganismTaxon" + }, + "OrganismTaxonToEntityAssociation": { + "@id": "OrganismTaxonToEntityAssociation" + }, + "OrganismTaxonToEnvironmentAssociation": { + "@id": "OrganismTaxonToEnvironmentAssociation" + }, + "OrganismTaxonToOrganismTaxonAssociation": { + "@id": "OrganismTaxonToOrganismTaxonAssociation" + }, + "OrganismTaxonToOrganismTaxonInteraction": { + "@id": "OrganismTaxonToOrganismTaxonInteraction" + }, + "OrganismTaxonToOrganismTaxonSpecialization": { + "@id": "OrganismTaxonToOrganismTaxonSpecialization" + }, + "OrganismToOrganismAssociation": { + "@id": "OrganismToOrganismAssociation" + }, + "OrganismalEntity": { + "@id": "OrganismalEntity" + }, + "OrganismalEntityAsAModelOfDiseaseAssociation": { + "@id": "OrganismalEntityAsAModelOfDiseaseAssociation" + }, + "Outcome": { + "@id": "Outcome" + }, + "PairwiseGeneToGeneInteraction": { + "@id": "PairwiseGeneToGeneInteraction" + }, + "PairwiseMolecularInteraction": { + "@id": "PairwiseMolecularInteraction" + }, + "Patent": { + "@id": "Patent" + }, + "PathognomonicityQuantifier": { + "@id": "PathognomonicityQuantifier" + }, + "PathologicalAnatomicalExposure": { + "@id": "PathologicalAnatomicalExposure" + }, + "PathologicalAnatomicalOutcome": { + "@id": "PathologicalAnatomicalOutcome" + }, + "PathologicalAnatomicalStructure": { + "@id": "PathologicalAnatomicalStructure" + }, + "PathologicalEntityMixin": { + "@id": "PathologicalEntityMixin" + }, + "PathologicalProcess": { + "@id": "PathologicalProcess" + }, + "PathologicalProcessExposure": { + "@id": "PathologicalProcessExposure" + }, + "PathologicalProcessOutcome": { + "@id": "PathologicalProcessOutcome" + }, + "Pathway": { + "@id": "Pathway" + }, + "Phenomenon": { + "@id": "Phenomenon" + }, + "PhenotypicFeature": { + "@id": "PhenotypicFeature" + }, + "PhenotypicFeatureToDiseaseAssociation": { + "@id": "PhenotypicFeatureToDiseaseAssociation" + }, + "PhenotypicFeatureToEntityAssociationMixin": { + "@id": "PhenotypicFeatureToEntityAssociationMixin" + }, + "PhenotypicQuality": { + "@id": "PhenotypicQuality" + }, + "PhenotypicSex": { + "@id": "PhenotypicSex" + }, + "PhysicalEntity": { + "@id": "PhysicalEntity" + }, + "PhysicalEssence": { + "@id": "PhysicalEssence" + }, + "PhysicalEssenceOrOccurrent": { + "@id": "PhysicalEssenceOrOccurrent" + }, + "PhysiologicalProcess": { + "@id": "PhysiologicalProcess" + }, + "PlanetaryEntity": { + "@id": "PlanetaryEntity" + }, + "Plant": { + "@id": "Plant" + }, + "Polypeptide": { + "@id": "Polypeptide" + }, + "PopulationOfIndividualOrganisms": { + "@id": "PopulationOfIndividualOrganisms" + }, + "PopulationToPopulationAssociation": { + "@id": "PopulationToPopulationAssociation" + }, + "PosttranslationalModification": { + "@id": "PosttranslationalModification" + }, + "PredicateMapping": { + "@id": "PredicateMapping" + }, + "PreprintPublication": { + "@id": "PreprintPublication" + }, + "Procedure": { + "@id": "Procedure" + }, + "ProcessedMaterial": { + "@id": "ProcessedMaterial" + }, + "Protein": { + "@id": "Protein" + }, + "ProteinDomain": { + "@id": "ProteinDomain" + }, + "ProteinFamily": { + "@id": "ProteinFamily" + }, + "ProteinIsoform": { + "@id": "ProteinIsoform" + }, + "Publication": { + "@id": "Publication" + }, + "QuantityValue": { + "@id": "QuantityValue" + }, + "ReactionToCatalystAssociation": { + "@id": "ReactionToCatalystAssociation" + }, + "ReactionToParticipantAssociation": { + "@id": "ReactionToParticipantAssociation" + }, + "ReagentTargetedGene": { + "@id": "ReagentTargetedGene" + }, + "RegulatoryRegion": { + "@id": "RegulatoryRegion" + }, + "RelationshipQuantifier": { + "@id": "RelationshipQuantifier" + }, + "RelationshipType": { + "@id": "RelationshipType" + }, + "RelativeFrequencyAnalysisResult": { + "@id": "RelativeFrequencyAnalysisResult" + }, + "RetrievalSource": { + "@id": "RetrievalSource" + }, + "RNAProduct": { + "@id": "RNAProduct" + }, + "RNAProductIsoform": { + "@id": "RNAProductIsoform" + }, + "SensitivityQuantifier": { + "@id": "SensitivityQuantifier" + }, + "SequenceAssociation": { + "@id": "SequenceAssociation" + }, + "SequenceFeatureRelationship": { + "@id": "SequenceFeatureRelationship" + }, + "SequenceVariant": { + "@id": "SequenceVariant" + }, + "SequenceVariantModulatesTreatmentAssociation": { + "@id": "SequenceVariantModulatesTreatmentAssociation" + }, + "Serial": { + "@id": "Serial" + }, + "SeverityValue": { + "@id": "SeverityValue" + }, + "SiRNA": { + "@id": "SiRNA" + }, + "SmallMolecule": { + "@id": "SmallMolecule" + }, + "Snv": { + "@id": "Snv" + }, + "SocioeconomicAttribute": { + "@id": "SocioeconomicAttribute" + }, + "SocioeconomicExposure": { + "@id": "SocioeconomicExposure" + }, + "SocioeconomicOutcome": { + "@id": "SocioeconomicOutcome" + }, + "SpecificityQuantifier": { + "@id": "SpecificityQuantifier" + }, + "Study": { + "@id": "Study" + }, + "StudyPopulation": { + "@id": "StudyPopulation" + }, + "StudyResult": { + "@id": "StudyResult" + }, + "StudyVariable": { + "@id": "StudyVariable" + }, + "SubjectOfInvestigation": { + "@id": "SubjectOfInvestigation" + }, + "TaxonToTaxonAssociation": { + "@id": "TaxonToTaxonAssociation" + }, + "TaxonomicRank": { + "@id": "TaxonomicRank" + }, + "TextMiningResult": { + "@id": "TextMiningResult" + }, + "ThingWithTaxon": { + "@id": "ThingWithTaxon" + }, + "Transcript": { + "@id": "Transcript" + }, + "TranscriptToGeneRelationship": { + "@id": "TranscriptToGeneRelationship" + }, + "TranscriptionFactorBindingSite": { + "@id": "TranscriptionFactorBindingSite" + }, + "Treatment": { + "@id": "Treatment" + }, + "VariantAsAModelOfDiseaseAssociation": { + "@id": "VariantAsAModelOfDiseaseAssociation" + }, + "VariantToDiseaseAssociation": { + "@id": "VariantToDiseaseAssociation" + }, + "VariantToEntityAssociationMixin": { + "@id": "VariantToEntityAssociationMixin" + }, + "VariantToGeneAssociation": { + "@id": "VariantToGeneAssociation" + }, + "VariantToGeneExpressionAssociation": { + "@id": "VariantToGeneExpressionAssociation" + }, + "VariantToPhenotypicFeatureAssociation": { + "@id": "VariantToPhenotypicFeatureAssociation" + }, + "VariantToPopulationAssociation": { + "@id": "VariantToPopulationAssociation" + }, + "Vertebrate": { + "@id": "Vertebrate" + }, + "Virus": { + "@id": "Virus" + }, + "WebPage": { + "@id": "WebPage" + }, + "Zygosity": { + "@id": "Zygosity" } } } diff --git a/project/jsonld/biolink_model.jsonld b/project/jsonld/biolink_model.jsonld index bbd929eec..ce105cdfd 100644 --- a/project/jsonld/biolink_model.jsonld +++ b/project/jsonld/biolink_model.jsonld @@ -34828,9 +34828,9 @@ ], "metamodel_version": "1.7.0", "source_file": "biolink_model.yaml", - "source_file_date": "2024-04-12T14:21:15", + "source_file_date": "2024-04-12T14:58:56", "source_file_size": 392125, - "generation_date": "2024-04-12T14:21:29", + "generation_date": "2024-04-12T14:59:05", "@type": "SchemaDefinition", "@context": [ "project/jsonld/biolink_model.context.jsonld", diff --git a/project/jsonschema/biolink_model.schema.json b/project/jsonschema/biolink_model.schema.json index 57ae8fc5c..01fd943d8 100644 --- a/project/jsonschema/biolink_model.schema.json +++ b/project/jsonschema/biolink_model.schema.json @@ -33238,7 +33238,7 @@ } }, "$id": "https://w3id.org/biolink/biolink-model", - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": true, "metamodel_version": "1.7.0", "title": "Biolink-Model", diff --git a/project/owl/biolink_model.owl.ttl b/project/owl/biolink_model.owl.ttl index 062d6b8f7..4fe23594f 100644 --- a/project/owl/biolink_model.owl.ttl +++ b/project/owl/biolink_model.owl.ttl @@ -2612,10 +2612,10 @@ biolink:AccessibleDnaRegion a owl:Class ; owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], @@ -2664,32 +2664,32 @@ biolink:AccessibleDnaRegion a owl:Class ; biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity ontogenic association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], biolink:AnatomicalEntityToAnatomicalEntityAssociation ; skos:definition "A relationship between two anatomical entities where the relationship is ontogenic, i.e. the two entities are related by development. A number of different relationship types can be used to specify the precise nature of the relationship." ; skos:inScheme . @@ -2697,26 +2697,26 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a owl:Class ; biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a owl:Class ; rdfs:label "anatomical entity to anatomical entity part of association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], @@ -2740,24 +2740,24 @@ biolink:BehaviorToBehavioralFeatureAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:BehavioralFeature ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Behavior ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:allValuesFrom biolink:BehavioralFeature ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between an mixture behavior and a behavioral feature manifested by the individual exhibited or has exhibited the behavior." ; skos:inScheme . @@ -2786,19 +2786,19 @@ biolink:Book a owl:Class ; rdfs:label "book" ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:type ], biolink:Publication ; skos:definition "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; skos:inScheme . @@ -2813,10 +2813,10 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "case to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CaseToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:CaseToEntityAssociationMixin ], biolink:Association ; skos:definition "An association between a case (e.g. individual patient) and a phenotypic feature in which the individual has or has had the phenotype." ; skos:inScheme . @@ -2824,29 +2824,29 @@ biolink:CaseToPhenotypicFeatureAssociation a owl:Class ; biolink:CausalGeneToDiseaseAssociation a owl:Class ; rdfs:label "causal gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -2939,17 +2939,17 @@ biolink:Cell a owl:Class ; biolink:CellLineAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "cell line as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:CellLine ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:CellLine ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], @@ -2965,167 +2965,167 @@ biolink:CellLineToEntityAssociationMixin a owl:Class ; biolink:ChemicalAffectsGeneAssociation a owl:Class ; rdfs:label "chemical affects gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_part_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_derivative_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; owl:onProperty biolink:causal_mechanism_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:species_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_derivative_qualifier ], biolink:Association ; skos:definition "Describes an effect that a chemical has on a gene or gene product (e.g. an impact of on its abundance, activity,localization, processing, expression, etc.)" ; skos:inScheme . @@ -3133,23 +3133,23 @@ biolink:ChemicalAffectsGeneAssociation a owl:Class ; biolink:ChemicalEntityAssessesNamedThingAssociation a owl:Class ; rdfs:label "chemical entity assesses named thing association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], @@ -3165,41 +3165,41 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a owl:Class ; biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a owl:Class ; rdfs:label "chemical entity or gene or gene product regulates gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "A regulatory relationship between two genes" ; skos:inScheme . @@ -3207,107 +3207,107 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a owl:Class ; biolink:ChemicalGeneInteractionAssociation a owl:Class ; rdfs:label "chemical gene interaction association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_part_qualifier ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:anatomical_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], biolink:Association ; skos:definition "describes a physical interaction between a chemical entity and a gene or gene product. Any biological or chemical effect resulting from such an interaction are out of scope, and covered by the ChemicalAffectsGeneAssociation type (e.g. impact of a chemical on the abundance, activity, structure, etc, of either participant in the interaction)" ; skos:exactMatch SIO:001257 ; @@ -3319,17 +3319,17 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; skos:definition "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary, typically (but not always) undesirable effect." ; skos:inScheme . @@ -3357,38 +3357,38 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation biolink:ChemicalToChemicalDerivationAssociation a owl:Class ; rdfs:label "chemical to chemical derivation association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:catalyst_qualifier ], + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:catalyst_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:MacromolecularMachineMixin ; + owl:onProperty biolink:catalyst_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:ChemicalToChemicalAssociation ; skos:definition "A causal relationship between two chemical entities, where the subject represents the upstream entity and the object represents the downstream. For any such association there is an implicit reaction: IF R has-input C1 AND R has-output C2 AND R enabled-by P AND R type Reaction THEN C1 derives-into C2 catalyst qualifier P" ; skos:inScheme . @@ -3396,20 +3396,20 @@ biolink:ChemicalToChemicalDerivationAssociation a owl:Class ; biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "chemical to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "An interaction between a chemical entity and a phenotype or disease, where the presence of the chemical gives rise to or exacerbates the phenotype." ; skos:inScheme ; @@ -3418,23 +3418,23 @@ biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; biolink:ChemicalToPathwayAssociation a owl:Class ; rdfs:label "chemical to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Pathway ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], @@ -3484,14 +3484,14 @@ biolink:ClinicalFinding a owl:Class ; biolink:ClinicalMeasurement a owl:Class ; rdfs:label "clinical measurement" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_attribute_type ], - [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:has_attribute_type ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_attribute_type ], biolink:ClinicalAttribute ; skos:definition "A clinical measurement is a special kind of attribute which results from a laboratory observation from a subject individual or sample. Measurements can be connected to their subject by the 'has attribute' slot." ; skos:exactMatch EFO:0001444 ; @@ -3544,38 +3544,38 @@ biolink:ConceptCountAnalysisResult a owl:Class ; biolink:ContributorAssociation a owl:Class ; rdfs:label "contributor association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:InformationContentEntity ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Agent ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:minCardinality 0 ; owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Agent ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualifiers ], + owl:allValuesFrom biolink:InformationContentEntity ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:qualifiers ], biolink:Association ; skos:definition "Any association between an entity (such as a publication) and various agents that contribute to its realisation" ; skos:inScheme . @@ -3583,29 +3583,29 @@ biolink:ContributorAssociation a owl:Class ; biolink:CorrelatedGeneToDiseaseAssociation a owl:Class ; rdfs:label "correlated gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -3634,23 +3634,23 @@ biolink:DiseaseOrPhenotypicFeatureExposure a owl:Class ; biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a owl:Class ; rdfs:label "disease or phenotypic feature to genetic inheritance association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneticInheritance ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneticInheritance ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], @@ -3661,11 +3661,11 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a owl:Class ; biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a owl:Class ; rdfs:label "disease or phenotypic feature to location association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; owl:onProperty biolink:object ], @@ -3680,10 +3680,10 @@ biolink:DiseaseToExposureEventAssociation a owl:Class ; rdfs:label "disease to exposure event association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin ], + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin ], biolink:Association ; skos:definition "An association between an exposure event and a disease." ; skos:inScheme . @@ -3691,41 +3691,41 @@ biolink:DiseaseToExposureEventAssociation a owl:Class ; biolink:DiseaseToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "disease to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:FrequencyQuantifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:Onset ; owl:onProperty biolink:onset_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:PhenotypicFeature ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:onset_qualifier ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin ], + owl:minCardinality 0 ; + owl:onProperty biolink:onset_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Onset ; - owl:onProperty biolink:onset_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], biolink:Association ; skos:closeMatch dcid:DiseaseSymptomAssociation ; skos:definition "An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way." ; @@ -3777,17 +3777,17 @@ biolink:DrugToEntityAssociationMixin a owl:Class ; biolink:DrugToGeneAssociation a owl:Class ; rdfs:label "drug to gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DrugToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:DrugToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a drug and a gene or gene product." ; skos:inScheme ; @@ -3825,19 +3825,13 @@ biolink:DrugToGeneInteractionExposure a owl:Class ; biolink:DruggableGeneToDiseaseAssociation a owl:Class ; rdfs:label "druggable gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_evidence ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -3849,11 +3843,17 @@ biolink:DruggableGeneToDiseaseAssociation a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:DruggableGeneCategoryEnum ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -3863,20 +3863,20 @@ biolink:EntityToDiseaseAssociation a owl:Class ; owl:allValuesFrom biolink:ClinicalApprovalStatusEnum ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:MaxResearchPhaseEnum ; owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MaxResearchPhaseEnum ; + owl:maxCardinality 1 ; owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:clinical_approval_status ], + owl:minCardinality 0 ; + owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:max_research_phase ], + owl:onProperty biolink:clinical_approval_status ], biolink:Association ; skos:inScheme . @@ -3896,10 +3896,10 @@ biolink:EntityToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "entity to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:clinical_approval_status ], + owl:onProperty biolink:max_research_phase ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:max_research_phase ], + owl:onProperty biolink:clinical_approval_status ], [ a owl:Restriction ; owl:allValuesFrom biolink:MaxResearchPhaseEnum ; owl:onProperty biolink:max_research_phase ], @@ -3952,23 +3952,23 @@ biolink:Event a owl:Class ; biolink:ExonToTranscriptRelationship a owl:Class ; rdfs:label "exon to transcript relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Transcript ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Exon ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:Transcript ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Exon ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], biolink:SequenceFeatureRelationship ; skos:definition "A transcript is formed from multiple exons" ; skos:inScheme . @@ -3978,17 +3978,11 @@ biolink:ExposureEventToOutcomeAssociation a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:population_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:temporal_context_qualifier ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom biolink:time_type ; - owl:onProperty biolink:temporal_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:temporal_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -3996,6 +3990,12 @@ biolink:ExposureEventToOutcomeAssociation a owl:Class ; [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:population_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:time_type ; + owl:onProperty biolink:temporal_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:temporal_context_qualifier ], biolink:Association ; skos:definition "An association between an exposure event and an outcome." ; skos:inScheme . @@ -4003,17 +4003,17 @@ biolink:ExposureEventToOutcomeAssociation a owl:Class ; biolink:ExposureEventToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "exposure event to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:ExposureEvent ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "Any association between an environment and a phenotypic feature, where being in the environment influences the phenotype." ; skos:inScheme . @@ -4071,176 +4071,176 @@ biolink:Fungus a owl:Class ; biolink:GeneAffectsChemicalAssociation a owl:Class ; rdfs:label "gene affects chemical association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityDerivativeEnum ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:subject_derivative_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:object_part_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; - owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; - owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:allValuesFrom biolink:ChemicalOrGeneOrGeneProductFormOrVariantEnum ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalPartQualifierEnum ; + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject_context_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:object_form_or_variant_qualifier ], biolink:Association ; skos:definition "Describes an effect that a gene or gene product has on a chemical entity (e.g. an impact of on its abundance, activity, localization, processing, transport, etc.)" ; skos:inScheme . @@ -4248,30 +4248,27 @@ biolink:GeneAffectsChemicalAssociation a owl:Class ; biolink:GeneAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "gene as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:GeneToDiseaseAssociation ; skos:inScheme . biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; rdfs:label "gene has variant that contributes to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -4280,19 +4277,19 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -4301,8 +4298,11 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a owl:Class ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], biolink:GeneToDiseaseAssociation ; skos:inScheme . @@ -4570,49 +4570,49 @@ biolink:GeneToExpressionSiteAssociation a owl:Class ; rdfs:label "gene to expression site association" ; rdfs:seeAlso ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:quantifier_qualifier ], + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; owl:onProperty biolink:quantifier_qualifier ], biolink:Association ; skos:definition "An association between a gene and a gene expression site, possibly qualified by stage/timing info." ; @@ -4622,17 +4622,17 @@ biolink:GeneToExpressionSiteAssociation a owl:Class ; biolink:GeneToGeneCoexpressionAssociation a owl:Class ; rdfs:label "gene to gene coexpression association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneExpressionMixin ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneExpressionMixin ], biolink:GeneToGeneAssociation ; skos:definition "Indicates that two genes are co-expressed, generally under the same conditions." ; skos:inScheme . @@ -4640,32 +4640,32 @@ biolink:GeneToGeneCoexpressionAssociation a owl:Class ; biolink:GeneToGeneFamilyAssociation a owl:Class ; rdfs:label "gene to gene family association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneFamily ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneFamily ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; skos:inScheme . @@ -4673,32 +4673,32 @@ biolink:GeneToGeneFamilyAssociation a owl:Class ; biolink:GeneToGeneHomologyAssociation a owl:Class ; rdfs:label "gene to gene homology association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], biolink:GeneToGeneAssociation ; skos:definition "A homology association between two genes. May be orthology (in which case the species of subject and object should differ) or paralogy (in which case the species may be the same)" ; skos:inScheme . @@ -4706,32 +4706,32 @@ biolink:GeneToGeneHomologyAssociation a owl:Class ; biolink:GeneToGeneProductRelationship a owl:Class ; rdfs:label "gene to gene product relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneProductMixin ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneProductMixin ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], biolink:SequenceFeatureRelationship ; skos:definition "A gene is transcribed and potentially translated to a gene product" ; skos:inScheme . @@ -4739,11 +4739,14 @@ biolink:GeneToGeneProductRelationship a owl:Class ; biolink:GeneToGoTermAssociation a owl:Class ; rdfs:label "gene to go term association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:subject ], @@ -4751,10 +4754,7 @@ biolink:GeneToGoTermAssociation a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:altLabel "functional association" ; @@ -4764,26 +4764,26 @@ biolink:GeneToGoTermAssociation a owl:Class ; biolink:GeneToPathwayAssociation a owl:Class ; rdfs:label "gene to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:Pathway ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "An interaction between a gene or gene product and a biological process or pathway." ; skos:inScheme . @@ -4791,20 +4791,17 @@ biolink:GeneToPathwayAssociation a owl:Class ; biolink:GeneToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:allValuesFrom biolink:PhenotypicFeature ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], @@ -4814,6 +4811,9 @@ biolink:GeneToPhenotypicFeatureAssociation a owl:Class ; [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; skos:exactMatch WBVocab:Gene-Phenotype-Association ; skos:inScheme . @@ -4821,14 +4821,14 @@ biolink:GeneToPhenotypicFeatureAssociation a owl:Class ; biolink:Genome a owl:Class ; rdfs:label "genome" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GenomicEntity ], biolink:BiologicalEntity ; skos:closeMatch dcid:GenomeAssemblyUnit ; skos:definition "A genome is the sum of genetic material within a cell or virion." ; @@ -4842,6 +4842,9 @@ biolink:GenomicBackgroundExposure a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ThingWithTaxon ], @@ -4854,9 +4857,6 @@ biolink:GenomicBackgroundExposure a owl:Class ; [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneGroupingMixin ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], biolink:Attribute ; skos:definition "A genomic background exposure is where an individual's specific genomic background of genes, sequence variants or other pre-existing genomic conditions constitute a kind of 'exposure' to the organism, leading to or influencing an outcome." ; skos:inScheme . @@ -4864,17 +4864,17 @@ biolink:GenomicBackgroundExposure a owl:Class ; biolink:GenotypeAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "genotype as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], @@ -4885,31 +4885,31 @@ biolink:GenotypeToGeneAssociation a owl:Class ; rdfs:label "genotype to gene association" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], biolink:Association ; skos:definition "Any association between a genotype and a gene. The genotype have have multiple variants in that gene or a single one. There is no assumption of cardinality" ; skos:inScheme . @@ -4917,29 +4917,29 @@ biolink:GenotypeToGeneAssociation a owl:Class ; biolink:GenotypeToGenotypePartAssociation a owl:Class ; rdfs:label "genotype to genotype part association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], @@ -4950,17 +4950,14 @@ biolink:GenotypeToGenotypePartAssociation a owl:Class ; biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "genotype to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], @@ -4968,10 +4965,13 @@ biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:definition "Any association between one genotype and a phenotypic feature, where having the genotype confers the phenotype, either in isolation or through environment" ; @@ -4980,31 +4980,31 @@ biolink:GenotypeToPhenotypicFeatureAssociation a owl:Class ; biolink:GenotypeToVariantAssociation a owl:Class ; rdfs:label "genotype to variant association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:Genotype ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "Any association between a genotype and a sequence variant." ; @@ -5044,14 +5044,14 @@ biolink:GeographicExposure a owl:Class ; biolink:GeographicLocationAtTime a owl:Class ; rdfs:label "geographic location at time" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; owl:allValuesFrom biolink:time_type ; owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:timepoint ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:timepoint ], biolink:GeographicLocation ; skos:definition "a location that can be described in lat/long coordinates, for a particular time" ; skos:inScheme . @@ -5109,29 +5109,29 @@ biolink:Human a owl:Class ; biolink:InformationContentEntityToNamedThingAssociation a owl:Class ; rdfs:label "information content entity to named thing association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom owl:Thing ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], @@ -5213,17 +5213,17 @@ biolink:MacromolecularComplex a owl:Class ; biolink:MacromolecularMachineToBiologicalProcessAssociation a owl:Class ; rdfs:label "macromolecular machine to biological process association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:BiologicalProcess ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:definition "A functional association between a macromolecular machine (gene, gene product or complex) and a biological process or pathway (as represented in the GO biological process branch), where the entity carries out some part of the process, regulates it, or acts upstream of it." ; skos:inScheme . @@ -5234,10 +5234,10 @@ biolink:MacromolecularMachineToCellularComponentAssociation a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CellularComponent ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:CellularComponent ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; @@ -5249,17 +5249,17 @@ biolink:MacromolecularMachineToCellularComponentAssociation a owl:Class ; biolink:MacromolecularMachineToMolecularActivityAssociation a owl:Class ; rdfs:label "macromolecular machine to molecular activity association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:FunctionalAssociation ; skos:definition "A functional association between a macromolecular machine (gene, gene product or complex) and a molecular activity (as represented in the GO molecular function branch), where the entity carries out the activity, or contributes to its execution." ; skos:inScheme . @@ -5267,29 +5267,29 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a owl:Class ; biolink:MaterialSampleDerivationAssociation a owl:Class ; rdfs:label "material sample derivation association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:MaterialSample ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], @@ -5301,10 +5301,10 @@ biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "material sample to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin ], biolink:Association ; skos:definition "An association between a material sample and a disease or phenotype." ; skos:inScheme . @@ -5356,23 +5356,23 @@ biolink:MicroRNA a owl:Class ; biolink:MolecularActivityToChemicalEntityAssociation a owl:Class ; rdfs:label "molecular activity to chemical entity association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:ChemicalEntity ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; skos:inScheme . @@ -5383,20 +5383,20 @@ biolink:MolecularActivityToMolecularActivityAssociation a owl:Class ; owl:allValuesFrom biolink:MolecularActivity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularActivity ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:MolecularActivity ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; skos:inScheme . @@ -5404,32 +5404,32 @@ biolink:MolecularActivityToMolecularActivityAssociation a owl:Class ; biolink:MolecularActivityToPathwayAssociation a owl:Class ; rdfs:label "molecular activity to pathway association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:MolecularActivity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularActivity ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Pathway ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:Pathway ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "Association that holds the relationship between a reaction and the pathway it participates in." ; skos:inScheme . @@ -5437,17 +5437,32 @@ biolink:MolecularActivityToPathwayAssociation a owl:Class ; biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a owl:Class ; rdfs:label "named thing associated with likelihood of named thing association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:population_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:object_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:subject_aspect_qualifier ], @@ -5457,18 +5472,21 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a owl:Class ; [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:object_aspect_qualifier ], @@ -5477,37 +5495,19 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a owl:Class ; owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:population_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:population_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:population_context_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object_context_qualifier ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], biolink:Association ; skos:inScheme . @@ -5525,10 +5525,10 @@ biolink:NucleosomeModification a owl:Class ; owl:someValuesFrom biolink:GeneProductIsoformMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EpigenomicEntity ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:EpigenomicEntity ], biolink:BiologicalEntity ; skos:definition "A chemical modification of a histone protein within a nucleosome octomer or a substitution of a histone with a variant histone isoform. e.g. Histone 4 Lysine 20 methylation (H4K20me), histone variant H2AZ substituting H2A." ; skos:inScheme . @@ -5542,34 +5542,34 @@ biolink:ObservedExpectedFrequencyAnalysisResult a owl:Class ; biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; rdfs:label "organism taxon to environment association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:inScheme . @@ -5577,41 +5577,41 @@ biolink:OrganismTaxonToEnvironmentAssociation a owl:Class ; biolink:OrganismTaxonToOrganismTaxonInteraction a owl:Class ; rdfs:label "organism taxon to organism taxon interaction" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 0 ; + owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:associated_environmental_context ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:associated_environmental_context ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:associated_environmental_context ], + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:object ], biolink:OrganismTaxonToOrganismTaxonAssociation ; skos:definition "An interaction relationship between two taxa. This may be a symbiotic relationship (encompassing mutualism and parasitism), or it may be non-symbiotic. Example: plague transmitted_by flea; cattle domesticated_by Homo sapiens; plague infects Homo sapiens" ; skos:inScheme . @@ -5619,32 +5619,32 @@ biolink:OrganismTaxonToOrganismTaxonInteraction a owl:Class ; biolink:OrganismTaxonToOrganismTaxonSpecialization a owl:Class ; rdfs:label "organism taxon to organism taxon specialization" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:subject ], biolink:OrganismTaxonToOrganismTaxonAssociation ; skos:definition "A child-parent relationship between two taxa. For example: Homo sapiens subclass_of Homo" ; skos:inScheme . @@ -5652,22 +5652,22 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a owl:Class ; biolink:OrganismToOrganismAssociation a owl:Class ; rdfs:label "organism to organism association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:IndividualOrganism ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:IndividualOrganism ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:IndividualOrganism ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:IndividualOrganism ; owl:onProperty biolink:subject ], biolink:Association ; skos:inScheme . @@ -5675,19 +5675,19 @@ biolink:OrganismToOrganismAssociation a owl:Class ; biolink:OrganismalEntityAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "organismal entity as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:OrganismalEntity ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismalEntity ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:inScheme . @@ -5696,49 +5696,49 @@ biolink:PairwiseMolecularInteraction a owl:Class ; rdfs:label "pairwise molecular interaction" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 0 ; owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:interacting_molecules_category ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:onProperty biolink:interacting_molecules_category ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:interacting_molecules_category ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:MolecularEntity ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:id ], + owl:onProperty biolink:object ], biolink:PairwiseGeneToGeneInteraction ; skos:definition "An interaction at the molecular level between two physical entities" ; skos:inScheme . @@ -5835,15 +5835,15 @@ biolink:PhenotypicFeatureToDiseaseAssociation a owl:Class ; [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], biolink:Association ; skos:inScheme . @@ -5897,32 +5897,32 @@ biolink:Plant a owl:Class ; biolink:PopulationToPopulationAssociation a owl:Class ; rdfs:label "population to population association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An association between a two populations" ; skos:inScheme . @@ -5940,193 +5940,193 @@ biolink:PredicateMapping a owl:Class ; rdfs:label "predicate mapping" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_part_qualifier ], + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_context_qualifier ], + owl:onProperty biolink:object_part_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:mapped_predicate ], + owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:exact_match ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_derivative_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:anatomical_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:narrow_match ], + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_part_qualifier ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 0 ; owl:onProperty biolink:object_derivative_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:subject_form_or_variant_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:broad_match ], + owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_form_or_variant_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_form_or_variant_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:exact_match ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_derivative_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject_context_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:mapped_predicate ], + owl:onProperty biolink:object_part_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:narrow_match ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_derivative_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:subject_part_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:narrow_match ], + owl:onProperty biolink:object_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_context_qualifier ], + owl:onProperty biolink:exact_match ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_part_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_form_or_variant_qualifier ], + owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:broad_match ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_part_qualifier ], + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_context_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:species_context_qualifier ], + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:exact_match ], + owl:onProperty biolink:broad_match ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:species_context_qualifier ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_derivative_qualifier ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:broad_match ], + owl:allValuesFrom biolink:CausalMechanismQualifierEnum ; + owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_form_or_variant_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_form_or_variant_qualifier ], + owl:onProperty biolink:subject_part_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:causal_mechanism_qualifier ], + owl:onProperty biolink:mapped_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; owl:onProperty biolink:causal_mechanism_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_context_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:anatomical_context_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:broad_match ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:exact_match ], + owl:onProperty biolink:narrow_match ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_part_qualifier ], + owl:onProperty biolink:subject_derivative_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:broad_match ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:species_context_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:anatomical_context_qualifier ], + owl:onProperty biolink:subject_context_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:species_context_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_derivative_qualifier ], linkml:ClassDefinition ; skos:definition "A deprecated predicate mapping object contains the deprecated predicate and an example of the rewiring that should be done to use a qualified statement in its place." ; skos:inScheme . @@ -6229,14 +6229,14 @@ biolink:RNAProductIsoform a owl:Class ; biolink:ReactionToCatalystAssociation a owl:Class ; rdfs:label "reaction to catalyst association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:ReactionToParticipantAssociation ; skos:inScheme . @@ -6244,13 +6244,13 @@ biolink:ReagentTargetedGene a owl:Class ; rdfs:label "reagent targeted gene" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:GenomicEntity ], biolink:BiologicalEntity ; skos:altLabel "sequence targeting reagent" ; skos:definition "A gene altered in its expression level in the context of some experiment as a result of being targeted by gene-knockdown reagent(s) such as a morpholino or RNAi." ; @@ -6297,23 +6297,23 @@ biolink:SequenceEnum a owl:Class ; biolink:SequenceVariantModulatesTreatmentAssociation a owl:Class ; rdfs:label "sequence variant modulates treatment association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:SequenceVariant ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Treatment ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; - owl:onProperty biolink:subject ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:definition "An association between a sequence variant and a treatment or health intervention. The treatment object itself encompasses both the disease and the drug used." ; skos:inScheme ; @@ -6322,17 +6322,26 @@ biolink:SequenceVariantModulatesTreatmentAssociation a owl:Class ; biolink:Serial a owl:Class ; rdfs:label "serial" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:issue ], - [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:iso_abbreviation ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:iso_abbreviation ], @@ -6342,27 +6351,18 @@ biolink:Serial a owl:Class ; [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:type ], + owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:iso_abbreviation ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], + owl:maxCardinality 1 ; + owl:onProperty biolink:issue ], biolink:Publication ; skos:altLabel "journal" ; skos:definition "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; @@ -6381,14 +6381,14 @@ biolink:SiRNA a owl:Class ; biolink:SmallMolecule a owl:Class ; rdfs:label "small molecule" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], biolink:MolecularEntity ; skos:altLabel "chemical substance" ; skos:definition "A small molecule entity is a molecular entity characterized by availability in small-molecule databases of SMILES, InChI, IUPAC, or other unambiguous representation of its precise chemical structure; for convenience of representation, any valid chemical representation is included, even if it is not strictly molecular (e.g., sodium ion)." ; @@ -6420,14 +6420,14 @@ biolink:Snv a owl:Class ; biolink:SocioeconomicExposure a owl:Class ; rdfs:label "socioeconomic exposure" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ExposureEvent ], - [ a owl:Restriction ; owl:allValuesFrom biolink:SocioeconomicAttribute ; owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:has_attribute ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ExposureEvent ], biolink:Attribute ; skos:definition "A socioeconomic exposure is a factor relating to social and financial status of an affected individual (e.g. poverty)." ; skos:inScheme . @@ -6479,11 +6479,11 @@ biolink:StudyVariable a owl:Class ; biolink:TaxonToTaxonAssociation a owl:Class ; rdfs:label "taxon to taxon association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; owl:onProperty biolink:subject ], @@ -6494,8 +6494,8 @@ biolink:TaxonToTaxonAssociation a owl:Class ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:object ], biolink:Association ; skos:inScheme . @@ -6515,6 +6515,9 @@ biolink:TextMiningResult a owl:Class ; biolink:TranscriptToGeneRelationship a owl:Class ; rdfs:label "transcript to gene relationship" ; rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], [ a owl:Restriction ; @@ -6526,9 +6529,6 @@ biolink:TranscriptToGeneRelationship a owl:Class ; [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], @@ -6540,16 +6540,16 @@ biolink:TranscriptionFactorBindingSite a owl:Class ; rdfs:label "transcription factor binding site" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:PhysicalEssence ], biolink:RegulatoryRegion ; skos:altLabel "binding site", "tf binding site" ; @@ -6560,20 +6560,20 @@ biolink:TranscriptionFactorBindingSite a owl:Class ; biolink:VariantAsAModelOfDiseaseAssociation a owl:Class ; rdfs:label "variant as a model of disease association" ; rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], biolink:VariantToDiseaseAssociation ; skos:inScheme . @@ -6586,10 +6586,10 @@ biolink:VariantToGeneExpressionAssociation a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GeneExpressionMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], biolink:VariantToGeneAssociation ; skos:definition "An association between a variant and expression of a gene (i.e. e-QTL)" ; @@ -6598,79 +6598,79 @@ biolink:VariantToGeneExpressionAssociation a owl:Class ; biolink:VariantToPhenotypicFeatureAssociation a owl:Class ; rdfs:label "variant to phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:SequenceVariant ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:inScheme . biolink:VariantToPopulationAssociation a owl:Class ; rdfs:label "variant to population association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_total ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:has_count ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:has_count ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_total ], + owl:onProperty biolink:has_count ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQualifierMixin ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:has_quotient ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:SequenceVariant ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:FrequencyQuantifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_quotient ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:FrequencyQualifierMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_quotient ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_quotient ], + owl:onProperty biolink:has_total ], [ a owl:Restriction ; owl:allValuesFrom biolink:PopulationOfIndividualOrganisms ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:has_total ], biolink:Association ; skos:definition "An association between a variant and a population, where the variant has particular frequency in the population" ; skos:inScheme . @@ -7244,38 +7244,38 @@ biolink:AdministrativeEntity a owl:Class ; biolink:Article a owl:Class ; rdfs:label "article" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:volume ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:issue ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:iso_abbreviation ], + owl:onProperty biolink:issue ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:published_in ], + owl:minCardinality 0 ; + owl:onProperty biolink:issue ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:volume ], + owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:iso_abbreviation ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:issue ], + owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:volume ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:iso_abbreviation ], + owl:onProperty biolink:published_in ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:published_in ], + owl:onProperty biolink:iso_abbreviation ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:issue ], @@ -7289,10 +7289,10 @@ biolink:Behavior a owl:Class ; rdfs:label "behavior" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ActivityAndBehavior ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ActivityAndBehavior ], + owl:someValuesFrom biolink:OntologyClass ], biolink:BiologicalProcess ; skos:exactMatch STY:T053, ; @@ -7311,32 +7311,32 @@ biolink:BehavioralFeature a owl:Class ; biolink:BookChapter a owl:Class ; rdfs:label "book chapter" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:published_in ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:volume ], + owl:minCardinality 0 ; + owl:onProperty biolink:chapter ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:published_in ], + owl:onProperty biolink:volume ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:chapter ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:volume ], + owl:onProperty biolink:chapter ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:published_in ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:chapter ], + owl:maxCardinality 1 ; + owl:onProperty biolink:published_in ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:published_in ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:volume ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:chapter ], + owl:minCardinality 0 ; + owl:onProperty biolink:volume ], biolink:Publication ; skos:inScheme . @@ -7354,20 +7354,20 @@ biolink:Case a owl:Class ; biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "cell line to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:CellLineToEntityAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], biolink:Association ; skos:definition "An relationship between a cell line and a disease or a phenotype, where the cell line is derived from an individual with that disease or phenotype." ; skos:inScheme . @@ -7387,11 +7387,11 @@ biolink:ChemicalEntityToEntityAssociationMixin a owl:Class ; biolink:ChemicalExposure a owl:Class ; rdfs:label "chemical exposure" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_quantitative_value ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ExposureEvent ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_quantitative_value ], [ a owl:Restriction ; owl:allValuesFrom biolink:QuantityValue ; owl:onProperty biolink:has_quantitative_value ], @@ -7404,29 +7404,29 @@ biolink:ChemicalExposure a owl:Class ; biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "chemical or drug or treatment to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:FDA_adverse_event_level ], - [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom biolink:FDAIDAAdverseEventEnum ; - owl:onProperty biolink:FDA_adverse_event_level ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:FDAIDAAdverseEventEnum ; owl:onProperty biolink:FDA_adverse_event_level ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:FDA_adverse_event_level ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:FDA_adverse_event_level ], biolink:Association ; skos:definition "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary undesirable effect." ; skos:inScheme . @@ -7552,10 +7552,10 @@ biolink:GeneFamily a owl:Class ; rdfs:label "gene family" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], + owl:someValuesFrom biolink:GeneGroupingMixin ], biolink:BiologicalEntity ; skos:altLabel "orthogroup", "protein family" ; @@ -7571,76 +7571,76 @@ biolink:GenomicSequenceLocalization a owl:Class ; rdfs:label "genomic sequence localization" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:PhaseEnum ; owl:onProperty biolink:phase ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:phase ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; + owl:onProperty biolink:end_interbase_coordinate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:start_interbase_coordinate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:NucleicAcidEntity ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:strand ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:start_interbase_coordinate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:genome_build ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom biolink:NucleicAcidEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:start_interbase_coordinate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:phase ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:end_interbase_coordinate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:start_interbase_coordinate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:StrandEnum ; owl:onProperty biolink:genome_build ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:StrandEnum ; owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:end_interbase_coordinate ], + owl:allValuesFrom biolink:PhaseEnum ; + owl:onProperty biolink:phase ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:minCardinality 0 ; + owl:onProperty biolink:end_interbase_coordinate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:StrandEnum ; - owl:onProperty biolink:genome_build ], + owl:minCardinality 0 ; + owl:onProperty biolink:strand ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:end_interbase_coordinate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:strand ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:genome_build ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:genome_build ], biolink:SequenceAssociation ; skos:broadMatch dcid:Chromosome ; skos:definition "A relationship between a sequence feature and a nucleic acid entity it is localized to. The reference entity may be a chromosome, chromosome region or information entity such as a contig." ; @@ -7650,42 +7650,42 @@ biolink:GenomicSequenceLocalization a owl:Class ; biolink:GenotypeToDiseaseAssociation a owl:Class ; rdfs:label "genotype to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - biolink:Association ; - skos:inScheme ; - skos:note "TODO decide no how to model pathogenicity" . - + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + biolink:Association ; + skos:inScheme ; + skos:note "TODO decide no how to model pathogenicity" . + biolink:GenotypeToEntityAssociationMixin a owl:Class ; rdfs:label "genotype to entity association mixin" ; rdfs:subClassOf ; @@ -7694,23 +7694,23 @@ biolink:GenotypeToEntityAssociationMixin a owl:Class ; biolink:GeographicLocation a owl:Class ; rdfs:label "geographic location" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:longitude ], + owl:maxCardinality 1 ; + owl:onProperty biolink:latitude ], [ a owl:Restriction ; - owl:allValuesFrom xsd:float ; + owl:minCardinality 0 ; owl:onProperty biolink:latitude ], [ a owl:Restriction ; - owl:allValuesFrom xsd:float ; + owl:minCardinality 0 ; owl:onProperty biolink:longitude ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:latitude ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:longitude ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:float ; owl:onProperty biolink:latitude ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:float ; + owl:onProperty biolink:longitude ], biolink:PlanetaryEntity ; skos:definition "a location that can be described in lat/long coordinates" ; skos:exactMatch STY:T083, @@ -7752,13 +7752,13 @@ biolink:OrganismTaxonToEntityAssociation a owl:Class ; biolink:PairwiseGeneToGeneInteraction a owl:Class ; rdfs:label "pairwise gene to gene interaction" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], biolink:GeneToGeneAssociation ; skos:definition "An interaction between two genes or two gene products. May be physical (e.g. protein binding) or genetic (between genes). May be symmetric (e.g. protein interaction) or directed (e.g. phosphorylation)" ; @@ -7784,41 +7784,41 @@ biolink:Polypeptide a owl:Class ; biolink:ReactionToParticipantAssociation a owl:Class ; rdfs:label "reaction to participant association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ReactionDirectionEnum ; - owl:onProperty biolink:reaction_direction ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:stoichiometry ], + owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:reaction_side ], + owl:minCardinality 0 ; + owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; owl:allValuesFrom xsd:integer ; owl:onProperty biolink:stoichiometry ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:MolecularEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ReactionSideEnum ; + owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:stoichiometry ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ReactionSideEnum ; + owl:minCardinality 0 ; owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:reaction_side ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:ReactionDirectionEnum ; owl:onProperty biolink:reaction_direction ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:reaction_side ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:reaction_direction ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:stoichiometry ], biolink:ChemicalToChemicalAssociation ; skos:inScheme . @@ -7852,27 +7852,27 @@ biolink:Treatment a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_device ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Drug ; - owl:onProperty biolink:has_drug ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ExposureEvent ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_procedure ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_drug ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Procedure ; owl:onProperty biolink:has_procedure ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_drug ], [ a owl:Restriction ; owl:allValuesFrom biolink:Device ; owl:onProperty biolink:has_device ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Drug ; + owl:onProperty biolink:has_drug ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Procedure ; + owl:onProperty biolink:has_procedure ], biolink:NamedThing ; skos:altLabel "medical action", "medical intervention" ; @@ -7885,38 +7885,38 @@ biolink:Treatment a owl:Class ; biolink:VariantToDiseaseAssociation a owl:Class ; rdfs:label "variant to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + owl:allValuesFrom owl:Thing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:allValuesFrom owl:Thing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], biolink:Association ; skos:inScheme ; skos:note "TODO decide no how to model pathogenicity" . @@ -7924,26 +7924,26 @@ biolink:VariantToDiseaseAssociation a owl:Class ; biolink:VariantToGeneAssociation a owl:Class ; rdfs:label "variant to gene association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Gene ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin ], biolink:Association ; skos:definition "An association between a variant and a gene, where the variant has a genetic association with the gene (i.e. is in linkage disequilibrium)" ; skos:inScheme . @@ -8617,15 +8617,15 @@ biolink:AnatomicalEntityToAnatomicalEntityAssociation a owl:Class ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -8661,35 +8661,35 @@ biolink:ChemicalRole a owl:Class ; biolink:ChemicalToChemicalAssociation a owl:Class ; rdfs:label "chemical to chemical association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ChemicalEntity ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin ], biolink:Association ; skos:definition "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; skos:inScheme . @@ -8767,56 +8767,56 @@ biolink:FrequencyQualifierMixin a owl:Class ; biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a owl:Class ; rdfs:label "gene to disease or phenotypic feature association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:DirectionQualifierEnum ; owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:subject_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProductOrChemicalEntityAspectEnum ; owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:predicate ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], biolink:Association ; skos:inScheme ; skos:narrowMatch WBVocab:Gene-Phenotype-Association, @@ -8872,26 +8872,26 @@ biolink:Onset a owl:Class ; biolink:OrganismTaxonToOrganismTaxonAssociation a owl:Class ; rdfs:label "organism taxon to organism taxon association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:subject ], biolink:Association ; skos:definition "A relationship between two organism taxon nodes" ; skos:inScheme . @@ -8962,13 +8962,6 @@ biolink:RelationshipQuantifier a owl:Class ; rdfs:subClassOf ; skos:inScheme . -biolink:ResourceRoleEnum a owl:Class ; - rdfs:subClassOf linkml:EnumDefinition ; - owl:unionOf ( ) ; - linkml:permissible_values , - , - . - biolink:Zygosity a owl:Class ; rdfs:label "zygosity" ; rdfs:subClassOf biolink:Attribute ; @@ -9270,14 +9263,14 @@ biolink:CellularComponent a owl:Class ; biolink:DatasetDistribution a owl:Class ; rdfs:label "dataset distribution" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:distribution_download_url ], - [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:distribution_download_url ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:distribution_download_url ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:distribution_download_url ], biolink:InformationContentEntity ; skos:definition "an item that holds distribution level information about a dataset." ; skos:exactMatch dcat:Distribution ; @@ -9286,23 +9279,23 @@ biolink:DatasetDistribution a owl:Class ; biolink:DatasetSummary a owl:Class ; rdfs:label "dataset summary" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:source_web_page ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:source_logo ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:source_web_page ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:source_logo ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:source_web_page ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:source_logo ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:source_logo ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:source_web_page ], biolink:InformationContentEntity ; skos:definition "an item that holds summary level information about a dataset." ; skos:inScheme . @@ -9337,15 +9330,15 @@ biolink:GeneToGeneAssociation a owl:Class ; [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:GeneOrGeneProduct ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], biolink:Association ; skos:altLabel "molecular or genetic interaction" ; skos:definition "abstract parent class for different kinds of gene-gene or gene product to gene product relationships. Includes homology and interaction." ; @@ -9433,40 +9426,47 @@ biolink:QuantityValue a owl:Class ; owl:maxCardinality 1 ; owl:onProperty biolink:has_numeric_value ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:double ; owl:onProperty biolink:has_numeric_value ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_unit ], + owl:onProperty biolink:has_numeric_value ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:has_unit ], [ a owl:Restriction ; - owl:allValuesFrom xsd:double ; - owl:onProperty biolink:has_numeric_value ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_unit ], biolink:Annotation ; skos:definition "A value of an attribute that is quantitative and measurable, expressed as a combination of a unit and a numeric value" ; skos:inScheme . +biolink:ResourceRoleEnum a owl:Class ; + rdfs:subClassOf linkml:EnumDefinition ; + owl:unionOf ( ) ; + linkml:permissible_values , + , + . + biolink:SequenceFeatureRelationship a owl:Class ; rdfs:label "sequence feature relationship" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NucleicAcidEntity ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NucleicAcidEntity ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NucleicAcidEntity ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NucleicAcidEntity ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], biolink:Association ; skos:definition "For example, a particular exon is part of a particular transcript or gene" ; @@ -9586,32 +9586,32 @@ biolink:ClinicalAttribute a owl:Class ; biolink:DatasetVersion a owl:Class ; rdfs:label "dataset version" ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:Dataset ; + owl:onProperty biolink:has_dataset ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_dataset ], + [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_distribution ], + owl:onProperty biolink:has_dataset ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:has_distribution ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:ingest_date ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:ingest_date ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_distribution ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_dataset ], + owl:onProperty biolink:ingest_date ], [ a owl:Restriction ; owl:allValuesFrom biolink:DatasetDistribution ; owl:onProperty biolink:has_distribution ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:ingest_date ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Dataset ; - owl:onProperty biolink:has_dataset ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_dataset ], + owl:onProperty biolink:has_distribution ], biolink:InformationContentEntity ; skos:definition "an item that holds version level information about a dataset." ; skos:inScheme . @@ -9643,19 +9643,19 @@ biolink:FunctionalAssociation a owl:Class ; owl:allValuesFrom biolink:MacromolecularMachineMixin ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:OntologyClass ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], biolink:Association ; skos:definition "An association between a macromolecular machine mixin (gene, gene product or complex of gene products) and either a molecular activity, a biological process or a cellular location in which a function is executed." ; @@ -9667,12 +9667,6 @@ biolink:GeneGroupingMixin a owl:Class ; skos:definition "any grouping of multiple genes or gene products" ; skos:inScheme . -biolink:MacromolecularMachineMixin a owl:Class ; - rdfs:label "macromolecular machine mixin" ; - rdfs:subClassOf ; - skos:definition "A union of gene locus, gene product, and macromolecular complex. These are the basic units of function in a cell. They either carry out individual biological activities, or they encode molecules which do this." ; - skos:inScheme . - a owl:Class ; rdfs:label "clinical_trial_phase" ; rdfs:subClassOf biolink:MaxResearchPhaseEnum, @@ -10042,37 +10036,37 @@ biolink:ChemicalMixture a owl:Class ; rdfs:label "chemical mixture" ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:is_supplement ], + owl:onProperty biolink:drug_regulatory_status_world_wide ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:highest_FDA_approval_status ], + owl:onProperty biolink:is_supplement ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:routes_of_delivery ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:is_supplement ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:drug_regulatory_status_world_wide ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:highest_FDA_approval_status ], [ a owl:Restriction ; owl:allValuesFrom biolink:DrugDeliveryEnum ; owl:onProperty biolink:routes_of_delivery ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:maxCardinality 1 ; owl:onProperty biolink:drug_regulatory_status_world_wide ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:highest_FDA_approval_status ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:highest_FDA_approval_status ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:is_supplement ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:is_supplement ], + owl:minCardinality 0 ; + owl:onProperty biolink:routes_of_delivery ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:drug_regulatory_status_world_wide ], + owl:onProperty biolink:highest_FDA_approval_status ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:highest_FDA_approval_status ], biolink:ChemicalEntity ; skos:closeMatch dcid:ChemicalCompound ; skos:definition "A chemical mixture is a chemical entity composed of two or more molecular entities." ; @@ -10098,28 +10092,28 @@ biolink:GeneProductMixin a owl:Class ; biolink:GeneToDiseaseAssociation a owl:Class ; rdfs:label "gene to disease association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin ], + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; skos:closeMatch dcid:DiseaseGeneAssociation ; @@ -10127,11 +10121,17 @@ biolink:GeneToDiseaseAssociation a owl:Class ; skos:inScheme ; skos:note "NCIT:R176 refers to the inverse relationship" . +biolink:MacromolecularMachineMixin a owl:Class ; + rdfs:label "macromolecular machine mixin" ; + rdfs:subClassOf ; + skos:definition "A union of gene locus, gene product, and macromolecular complex. These are the basic units of function in a cell. They either carry out individual biological activities, or they encode molecules which do this." ; + skos:inScheme . + biolink:MolecularActivity a owl:Class ; rdfs:label "molecular activity" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_output ], + owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_input ], @@ -10139,29 +10139,29 @@ biolink:MolecularActivity a owl:Class ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MacromolecularMachineMixin ; - owl:onProperty biolink:enabled_by ], + owl:allValuesFrom biolink:MolecularEntity ; + owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:has_input ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:Occurrent ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_output ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent ], + owl:minCardinality 0 ; + owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; - owl:allValuesFrom biolink:MolecularEntity ; - owl:onProperty biolink:has_output ], + owl:allValuesFrom biolink:MacromolecularMachineMixin ; + owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_input ], + owl:onProperty biolink:has_output ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:enabled_by ], + owl:allValuesFrom biolink:MolecularEntity ; + owl:onProperty biolink:has_output ], biolink:BiologicalProcessOrActivity ; skos:altLabel "molecular event", "molecular function", @@ -10181,35 +10181,35 @@ biolink:PhysicalEssenceOrOccurrent a owl:Class ; biolink:RetrievalSource a owl:Class ; rdfs:label "retrieval source" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:resource_id ], + owl:minCardinality 0 ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:resource_id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:upstream_resource_ids ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:resource_id ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:upstream_resource_ids ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:allValuesFrom biolink:ResourceRoleEnum ; owl:onProperty biolink:resource_role ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:resource_role ], + owl:onProperty biolink:resource_id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:resource_role ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:upstream_resource_ids ], + owl:minCardinality 1 ; + owl:onProperty biolink:resource_role ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:upstream_resource_ids ], @@ -10571,65 +10571,65 @@ biolink:Drug a owl:Class ; biolink:Entity a owl:Class ; rdfs:label "entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Attribute ; - owl:onProperty biolink:has_attribute ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:narrative_text ; - owl:onProperty biolink:description ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:description ], + owl:allValuesFrom biolink:label_type ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:description ], + owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; owl:allValuesFrom xsd:boolean ; owl:onProperty biolink:deprecated ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:type ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:iri ], + owl:onProperty biolink:deprecated ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_attribute ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:iri ], + owl:minCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom biolink:label_type ; - owl:onProperty biolink:name ], + owl:allValuesFrom biolink:iri_type ; + owl:onProperty biolink:iri ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Attribute ; + owl:onProperty biolink:has_attribute ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:deprecated ], + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:narrative_text ; + owl:onProperty biolink:description ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom biolink:iri_type ; + owl:minCardinality 0 ; + owl:onProperty biolink:type ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:iri ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:category ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:maxCardinality 1 ; + owl:onProperty biolink:description ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:category ], + owl:onProperty biolink:description ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:deprecated ], @@ -10648,24 +10648,24 @@ biolink:EntityToPhenotypicFeatureAssociationMixin a owl:Class ; biolink:Genotype a owl:Class ; rdfs:label "genotype" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:Zygosity ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_zygosity ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:Zygosity ; owl:onProperty biolink:has_zygosity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_zygosity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_zygosity ], - biolink:BiologicalEntity ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GenomicEntity ], + biolink:BiologicalEntity ; skos:definition "An information content entity that describes a genome by specifying the total variation in genomic sequence and/or gene expression, relative to some established background" ; skos:exactMatch , SIO:001079 ; @@ -10814,9 +10814,6 @@ biolink:PhenotypicFeature a owl:Class ; WIKIDATA:Q169872, WIKIDATA:Q25203551 . -biolink:label_type a rdfs:Datatype ; - owl:equivalentClass xsd:string . - biolink:xref a owl:DatatypeProperty ; rdfs:label "xref" ; rdfs:domain biolink:NamedThing ; @@ -10835,16 +10832,16 @@ biolink:NucleicAcidEntity a owl:Class ; rdfs:label "nucleic acid entity" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:ThingWithTaxon ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ThingWithTaxon ], + owl:someValuesFrom biolink:OntologyClass ], biolink:MolecularEntity ; skos:altLabel "genomic entity", "sequence feature" ; @@ -10854,16 +10851,19 @@ biolink:NucleicAcidEntity a owl:Class ; skos:narrowMatch STY:T086, STY:T114 . +biolink:label_type a rdfs:Datatype ; + owl:equivalentClass xsd:string . + biolink:OrganismalEntity a owl:Class ; rdfs:label "organismal entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:minCardinality 0 ; owl:onProperty biolink:has_attribute ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:SubjectOfInvestigation ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom owl:Thing ; owl:onProperty biolink:has_attribute ], biolink:BiologicalEntity ; skos:definition "A named entity that is either a part of an organism, a whole organism, population or clade of organisms, excluding chemical entities" ; @@ -10964,20 +10964,8 @@ biolink:GeneOrGeneProductOrChemicalPartQualifierEnum a owl:Class ; biolink:BiologicalProcessOrActivity a owl:Class ; rdfs:label "biological process or activity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_input ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:enabled_by ], - [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:has_input ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], @@ -10985,17 +10973,29 @@ biolink:BiologicalProcessOrActivity a owl:Class ; owl:allValuesFrom biolink:PhysicalEntity ; owl:onProperty biolink:enabled_by ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_output ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:enabled_by ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:has_output ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:has_output ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:enabled_by ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_input ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:Occurrent ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:has_output ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_input ], biolink:BiologicalEntity ; skos:definition "Either an individual molecular activity, or a collection of causally connected molecular activities in a biological system." ; skos:inScheme . @@ -11005,32 +11005,32 @@ biolink:Agent a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:address ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:name ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:address ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:affiliation ], + owl:maxCardinality 1 ; + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; + owl:minCardinality 0 ; owl:onProperty biolink:affiliation ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:address ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:affiliation ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 1 ; @@ -11138,10 +11138,10 @@ biolink:BiologicalProcess a owl:Class ; rdfs:label "biological process" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:someValuesFrom biolink:Occurrent ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent ], + owl:someValuesFrom biolink:OntologyClass ], biolink:BiologicalProcessOrActivity ; skos:broadMatch WIKIDATA:P682 ; skos:definition "One or more causally connected executions of molecular functions" ; @@ -11153,13 +11153,13 @@ biolink:BiologicalProcess a owl:Class ; biolink:MolecularEntity a owl:Class ; rdfs:label "molecular entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:is_metabolite ], [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; + owl:minCardinality 0 ; owl:onProperty biolink:is_metabolite ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:boolean ; owl:onProperty biolink:is_metabolite ], biolink:ChemicalEntity ; skos:definition "A molecular entity is a chemical entity composed of individual or covalently bonded atoms." ; @@ -11194,40 +11194,40 @@ biolink:InformationContentEntity a owl:Class ; rdfs:label "information content entity" ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:license ], + owl:onProperty biolink:format ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:license ], + owl:allValuesFrom xsd:date ; + owl:onProperty biolink:creation_date ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:license ], + owl:onProperty biolink:creation_date ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:format ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:format ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:rights ], + owl:onProperty biolink:license ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:creation_date ], + owl:onProperty biolink:rights ], [ a owl:Restriction ; - owl:allValuesFrom xsd:date ; - owl:onProperty biolink:creation_date ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:license ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:rights ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:rights ], + owl:onProperty biolink:format ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:format ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:creation_date ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:rights ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:license ], biolink:NamedThing ; skos:altLabel "information", "information artefact", @@ -11283,93 +11283,93 @@ biolink:CausalMechanismQualifierEnum a owl:Class ; , . -biolink:predicate_type a rdfs:Datatype ; - owl:equivalentClass xsd:anyURI . - biolink:Attribute a owl:Class ; rdfs:label "attribute" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:label_type ; owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:has_qualitative_value ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:has_attribute_type ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_qualitative_value ], + owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:allValuesFrom biolink:QuantityValue ; owl:onProperty biolink:has_quantitative_value ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_quantitative_value ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:allValuesFrom biolink:iri_type ; - owl:onProperty biolink:iri ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_qualitative_value ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:iri ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:iri ], + owl:onProperty biolink:has_qualitative_value ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:name ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_quantitative_value ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass ], + owl:allValuesFrom biolink:iri_type ; + owl:onProperty biolink:iri ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:has_qualitative_value ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:has_attribute_type ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_attribute_type ], + owl:onProperty biolink:name ], biolink:NamedThing ; skos:definition "A property or characteristic of an entity. For example, an apple may have properties such as color, shape, age, crispiness. An environmental sample may have attributes such as depth, lat, long, material." ; skos:exactMatch SIO:000614 ; skos:inScheme . +biolink:predicate_type a rdfs:Datatype ; + owl:equivalentClass xsd:anyURI . + biolink:Gene a owl:Class ; rdfs:label "gene" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:symbol ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity ], + owl:someValuesFrom biolink:GeneOrGeneProduct ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], + owl:maxCardinality 1 ; + owl:onProperty biolink:symbol ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneOrGeneProduct ], + owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:symbol ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:symbol ], biolink:BiologicalEntity ; skos:broadMatch ; skos:definition "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene locus may include regulatory regions, transcribed regions and/or other functional sequence regions." ; @@ -11383,38 +11383,38 @@ biolink:Gene a owl:Class ; biolink:SequenceVariant a owl:Class ; rdfs:label "sequence variant" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_gene ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:minCardinality 0 ; owl:onProperty biolink:has_gene ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:GenomicEntity ], [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence ], + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:has_gene ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:OntologyClass ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:id ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:has_biological_sequence ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ], + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence ], biolink:BiologicalEntity ; skos:altLabel "allele" ; skos:closeMatch , @@ -11458,38 +11458,17 @@ biolink:AnatomicalEntity a owl:Class ; biolink:Publication a owl:Class ; rdfs:label "publication" ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:pages ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Agent ; - owl:onProperty biolink:authors ], + owl:maxCardinality 1 ; + owl:onProperty biolink:id ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:summary ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; owl:onProperty biolink:name ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:summary ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:publication_type ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:id ], [ a owl:Restriction ; owl:allValuesFrom xsd:anyURI ; owl:onProperty biolink:mesh_terms ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:summary ], @@ -11498,28 +11477,49 @@ biolink:Publication a owl:Class ; owl:onProperty biolink:mesh_terms ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:keywords ], + owl:onProperty biolink:xref ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:id ], + owl:allValuesFrom biolink:Agent ; + owl:onProperty biolink:authors ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:publication_type ], + owl:minCardinality 0 ; + owl:onProperty biolink:summary ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:keywords ], + owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:publication_type ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:id ], + owl:onProperty biolink:publication_type ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:authors ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:xref ], + owl:onProperty biolink:keywords ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:pages ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:keywords ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:name ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:pages ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:summary ], biolink:InformationContentEntity ; skos:definition "Any ā€˜publishedā€™ piece of information. Publications are considered broadly to include any document or document part made available in print or on the web - which may include scientific journal issues, individual articles, and books - as well as things like pre-prints, white papers, patents, drug labels, web pages, protocol documents, and even a part of a publication if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted by NLP)." ; skos:exactMatch IAO:0000311 ; @@ -11552,56 +11552,56 @@ biolink:BiologicalEntity a owl:Class ; biolink:ChemicalEntity a owl:Class ; rdfs:label "chemical entity" ; rdfs:subClassOf [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], - [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:available_from ], + owl:onProperty biolink:max_tolerated_dose ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:trade_name ], + owl:minCardinality 0 ; + owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:allValuesFrom biolink:DrugAvailabilityEnum ; owl:onProperty biolink:available_from ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:boolean ; owl:onProperty biolink:is_toxic ], [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalRole ; - owl:onProperty biolink:has_chemical_role ], + owl:minCardinality 0 ; + owl:onProperty biolink:available_from ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:trade_name ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:max_tolerated_dose ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment ], + [ a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:trade_name ], + owl:onProperty biolink:is_toxic ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:PhysicalEssence ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:trade_name ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:max_tolerated_dose ], + owl:onProperty biolink:trade_name ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; owl:onProperty biolink:max_tolerated_dose ], [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; - owl:onProperty biolink:is_toxic ], + owl:allValuesFrom biolink:ChemicalRole ; + owl:onProperty biolink:has_chemical_role ], [ a owl:Restriction ; owl:onProperty linkml:mixins ; owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:is_toxic ], - [ a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide ], biolink:NamedThing ; skos:broadMatch STY:T167 ; skos:definition "A chemical entity is a physical entity that pertains to chemistry or biochemistry." ; @@ -11736,173 +11736,164 @@ biolink:association_slot a owl:DatatypeProperty ; biolink:Association a owl:Class ; rdfs:label "association" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_namespace ], - [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:agent_type ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_closure ], + owl:onProperty biolink:knowledge_level ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_closure ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:subject_category_closure ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_namespace ], + owl:onProperty biolink:original_object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:knowledge_level ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:knowledge_level ], + owl:minCardinality 0 ; + owl:onProperty biolink:category ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_closure ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:subject_category ], + owl:onProperty biolink:object_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object_category ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object_category_closure ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_closure ], + owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:knowledge_level ], + owl:onProperty biolink:object_namespace ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:knowledge_source ], + owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:original_predicate ], + owl:onProperty biolink:subject_namespace ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:retrieval_source_ids ], + owl:allValuesFrom xsd:boolean ; + owl:onProperty biolink:negated ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_category ], + owl:onProperty biolink:object_closure ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_namespace ], + owl:onProperty biolink:object_namespace ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_namespace ], + owl:allValuesFrom biolink:KnowledgeLevelEnum ; + owl:onProperty biolink:knowledge_level ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_label_closure ], + owl:onProperty biolink:qualifier ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_category ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:AgentTypeEnum ; + owl:onProperty biolink:agent_type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_category ], + owl:onProperty biolink:original_subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:original_object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:original_subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AgentTypeEnum ; - owl:onProperty biolink:agent_type ], + owl:onProperty biolink:knowledge_source ], [ a owl:Restriction ; - owl:allValuesFrom biolink:KnowledgeLevelEnum ; - owl:onProperty biolink:knowledge_level ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:aggregator_knowledge_source ], [ a owl:Restriction ; - owl:allValuesFrom xsd:boolean ; - owl:onProperty biolink:negated ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:object_category_closure ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:category ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_label_closure ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_namespace ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_category_closure ], + owl:onProperty biolink:subject_label_closure ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:object_category ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:agent_type ], + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:qualifiers ], + owl:onProperty biolink:subject_category ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:original_subject ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:original_object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:time_type ; owl:onProperty biolink:timepoint ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:type ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object_category ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:negated ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_label_closure ], + owl:onProperty biolink:original_object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:qualifiers ], + owl:maxCardinality 1 ; + owl:onProperty biolink:primary_knowledge_source ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:RetrievalSource ; + owl:onProperty biolink:retrieval_source_ids ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:type ], + owl:onProperty biolink:original_predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:primary_knowledge_source ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:knowledge_source ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_closure ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:original_predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_category_closure ], [ a owl:Restriction ; - owl:allValuesFrom biolink:EvidenceType ; - owl:onProperty biolink:has_evidence ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_category_closure ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_closure ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:RetrievalSource ; - owl:onProperty biolink:retrieval_source_ids ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:original_object ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:knowledge_source ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:allValuesFrom xsd:string ; owl:onProperty biolink:object_label_closure ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:primary_knowledge_source ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:negated ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:aggregator_knowledge_source ], @@ -11911,61 +11902,70 @@ biolink:Association a owl:Class ; owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_label_closure ], + owl:onProperty biolink:object_namespace ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:aggregator_knowledge_source ], + owl:onProperty biolink:type ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:qualifier ], + owl:allValuesFrom biolink:EvidenceType ; + owl:onProperty biolink:has_evidence ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_category ], + owl:minCardinality 1 ; + owl:onProperty biolink:agent_type ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:primary_knowledge_source ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; + owl:onProperty biolink:negated ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Publication ; owl:onProperty biolink:publications ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_closure ], + owl:onProperty biolink:knowledge_source ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:original_predicate ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:original_subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_namespace ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:negated ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_label_closure ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_category_closure ], + owl:onProperty biolink:publications ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:time_type ; + owl:onProperty biolink:timepoint ], [ a owl:Restriction ; owl:allValuesFrom xsd:string ; - owl:onProperty biolink:original_subject ], + owl:onProperty biolink:primary_knowledge_source ], [ a owl:Restriction ; owl:allValuesFrom biolink:OntologyClass ; - owl:onProperty biolink:subject_category_closure ], + owl:onProperty biolink:qualifiers ], [ a owl:Restriction ; - owl:minCardinality 0 ; + owl:maxCardinality 1 ; owl:onProperty biolink:qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:knowledge_source ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:type ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:category ], + owl:onProperty biolink:retrieval_source_ids ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Publication ; - owl:onProperty biolink:publications ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:original_subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:agent_type ], biolink:Entity ; skos:definition "A typed association between two entities, supported by evidence" ; skos:exactMatch OBAN:association, @@ -11985,38 +11985,38 @@ biolink:related_to_at_instance_level a owl:DatatypeProperty, biolink:NamedThing a owl:Class ; rdfs:label "named thing" ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:category ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:category ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:synonym ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:provided_by ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:full_name ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:provided_by ], [ a owl:Restriction ; - owl:allValuesFrom biolink:label_type ; - owl:onProperty biolink:full_name ], + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:category ], [ a owl:Restriction ; owl:allValuesFrom biolink:label_type ; - owl:onProperty biolink:synonym ], + owl:onProperty biolink:full_name ], [ a owl:Restriction ; owl:minCardinality 0 ; owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:provided_by ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:full_name ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:label_type ; + owl:onProperty biolink:synonym ], biolink:Entity ; skos:definition "a databased entity or concept/class" ; skos:exactMatch STY:T071, @@ -12067,139 +12067,158 @@ biolink:subject a owl:ObjectProperty ; owl:annotatedSource ; skos:inScheme . +[] a owl:Restriction ; + rdfs:subClassOf biolink:Association ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Association . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Haplotype ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Haplotype . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ProcessedMaterial ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ProcessedMaterial . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:VariantToPhenotypicFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:VariantToPhenotypicFeatureAssociation . + [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Genotype ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Drug ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DrugToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Treatment ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Treatment . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GeneAffectsChemicalAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneAffectsChemicalAssociation . + owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:CausalGeneToDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CausalGeneToDiseaseAssociation . + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:biological_sequence ; + owl:onProperty biolink:has_biological_sequence ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GenomicEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProcessedMaterial ; + rdfs:subClassOf biolink:ClinicalTrial ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProcessedMaterial . + owl:someValuesFrom biolink:ClinicalTrial . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:GeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneToEntityAssociationMixin . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PathologicalEntityMixin . + owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:DruggableGeneToDiseaseAssociation ; + rdfs:subClassOf biolink:OrganismTaxonToEnvironmentAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DruggableGeneToDiseaseAssociation . + owl:someValuesFrom biolink:OrganismTaxonToEnvironmentAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Genotype ; + rdfs:subClassOf biolink:BiologicalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Genotype . + owl:someValuesFrom biolink:BiologicalProcess . [] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Disease ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SensitivityQuantifier . + owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:DruggableGeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:DruggableGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Haplotype ; + rdfs:subClassOf biolink:DatasetDistribution ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Haplotype . + owl:someValuesFrom biolink:DatasetDistribution . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseToExposureEventAssociation ; + rdfs:subClassOf biolink:GeneToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseToExposureEventAssociation . + owl:someValuesFrom biolink:GeneToPhenotypicFeatureAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneToDiseaseAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToDiseaseAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ExposureEvent ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; @@ -12207,250 +12226,196 @@ biolink:subject a owl:ObjectProperty ; [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ComplexChemicalExposure ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ComplexChemicalExposure . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalToEntityAssociationMixin . + owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhysiologicalProcess ; + rdfs:subClassOf biolink:ComplexChemicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhysiologicalProcess . + owl:someValuesFrom biolink:ComplexChemicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Genome ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Genome . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToVariantAssociation ; + rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToVariantAssociation . + owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation ; + rdfs:subClassOf biolink:MaterialSampleDerivationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . + owl:someValuesFrom biolink:MaterialSampleDerivationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Protein ; + rdfs:subClassOf biolink:GenotypeToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Protein . + owl:someValuesFrom biolink:GenotypeToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Book ; + rdfs:subClassOf biolink:Polypeptide ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Book . + owl:someValuesFrom biolink:Polypeptide . [] a owl:Restriction ; - rdfs:subClassOf biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation ; + rdfs:subClassOf biolink:AdministrativeEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . + owl:someValuesFrom biolink:AdministrativeEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:Agent ; + rdfs:subClassOf biolink:GenotypeToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Agent . + owl:someValuesFrom biolink:GenotypeToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToChemicalAssociation ; + rdfs:subClassOf biolink:ClinicalAttribute ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToChemicalAssociation . + owl:someValuesFrom biolink:ClinicalAttribute . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:allValuesFrom biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:sex_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ] ; + owl:allValuesFrom biolink:PhenotypicFeature ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FeatureOrDiseaseQualifiersToEntityMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:RNAProductIsoform ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RNAProductIsoform . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:PairwiseMolecularInteraction ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PairwiseMolecularInteraction . + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:FunctionalAssociation ; + rdfs:subClassOf biolink:DrugToGeneInteractionExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:FunctionalAssociation . + owl:someValuesFrom biolink:DrugToGeneInteractionExposure . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:CellLine ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; + owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:BookChapter ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BookChapter . + owl:someValuesFrom biolink:CellLineToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Plant ; + rdfs:subClassOf biolink:ObservedExpectedFrequencyAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Plant . + owl:someValuesFrom biolink:ObservedExpectedFrequencyAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicFeature ; + rdfs:subClassOf biolink:LogOddsAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicFeature . + owl:someValuesFrom biolink:LogOddsAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:Publication ; + rdfs:subClassOf biolink:Pathway ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Publication . + owl:someValuesFrom biolink:Pathway . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExposureEventToOutcomeAssociation ; + rdfs:subClassOf biolink:EntityToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExposureEventToOutcomeAssociation . + owl:someValuesFrom biolink:EntityToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Case ; + rdfs:subClassOf biolink:Plant ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Case . + owl:someValuesFrom biolink:Plant . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypicSex ; + rdfs:subClassOf biolink:ClinicalFinding ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypicSex . + owl:someValuesFrom biolink:ClinicalFinding . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToExpressionSiteAssociation ; + rdfs:subClassOf biolink:CausalGeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToExpressionSiteAssociation . + owl:someValuesFrom biolink:CausalGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalProcessExposure ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalProcessExposure . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:SensitivityQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneHasVariantThatContributesToDiseaseAssociation ; + rdfs:subClassOf biolink:TranscriptToGeneRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneHasVariantThatContributesToDiseaseAssociation . + owl:someValuesFrom biolink:TranscriptToGeneRelationship . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; @@ -12459,1486 +12424,1605 @@ biolink:subject a owl:ObjectProperty ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin . + owl:someValuesFrom biolink:ModelToDiseaseAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:FoodAdditive ; + rdfs:subClassOf biolink:ComplexMolecularMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:FoodAdditive . + owl:someValuesFrom biolink:ComplexMolecularMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToBiologicalProcessAssociation ; + rdfs:subClassOf biolink:InformationContentEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToBiologicalProcessAssociation . + owl:someValuesFrom biolink:InformationContentEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalAttribute ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalAttribute . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssence . [] a owl:Restriction ; - rdfs:subClassOf biolink:BehaviorToBehavioralFeatureAssociation ; + rdfs:subClassOf biolink:DrugToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehaviorToBehavioralFeatureAssociation . + owl:someValuesFrom biolink:DrugToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Genotype ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenotypeToEntityAssociationMixin . + owl:someValuesFrom biolink:SpecificityQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:Device ; + rdfs:subClassOf biolink:SiRNA ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Device . + owl:someValuesFrom biolink:SiRNA . [] a owl:Restriction ; - rdfs:subClassOf biolink:Procedure ; + rdfs:subClassOf biolink:VariantToGeneExpressionAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Procedure . + owl:someValuesFrom biolink:VariantToGeneExpressionAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:SequenceVariant ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:SequenceVariant . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:RNAProductIsoform ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:RNAProductIsoform . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneAsAModelOfDiseaseAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneAsAModelOfDiseaseAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ReagentTargetedGene ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ReagentTargetedGene . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:symbol_type ; + owl:onProperty biolink:name ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:name ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ] ; + owl:minCardinality 0 ; + owl:onProperty biolink:name ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Patent ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Patent . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToLocationAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismalEntityAsAModelOfDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismalEntityAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:MacromolecularMachineMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalProcess ; + rdfs:subClassOf biolink:EnvironmentalFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalProcess . + owl:someValuesFrom biolink:EnvironmentalFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:Fungus ; + rdfs:subClassOf biolink:GeneToPathwayAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Fungus . + owl:someValuesFrom biolink:GeneToPathwayAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Entity ; + rdfs:subClassOf biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Entity . + owl:someValuesFrom biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalFeature ; + rdfs:subClassOf biolink:CommonDataElement ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalFeature . + owl:someValuesFrom biolink:CommonDataElement . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation ; + rdfs:subClassOf biolink:CaseToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . + owl:someValuesFrom biolink:CaseToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Vertebrate ; + rdfs:subClassOf biolink:CellLineAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Vertebrate . + owl:someValuesFrom biolink:CellLineAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntity ; + rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntity . + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MicroRNA ; + rdfs:subClassOf biolink:TaxonToTaxonAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MicroRNA . + owl:someValuesFrom biolink:TaxonToTaxonAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:JournalArticle ; + rdfs:subClassOf biolink:PreprintPublication ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:JournalArticle . + owl:someValuesFrom biolink:PreprintPublication . [] a owl:Restriction ; - rdfs:subClassOf biolink:RNAProduct ; + rdfs:subClassOf biolink:GeographicExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RNAProduct . + owl:someValuesFrom biolink:GeographicExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExonToTranscriptRelationship ; + rdfs:subClassOf biolink:GeneToGeneFamilyAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExonToTranscriptRelationship . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneProductIsoformMixin . + owl:someValuesFrom biolink:GeneToGeneFamilyAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Association ; + rdfs:subClassOf biolink:StudyVariable ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Association . + owl:someValuesFrom biolink:StudyVariable . [] a owl:Restriction ; - rdfs:subClassOf biolink:EntityToDiseaseAssociation ; + rdfs:subClassOf biolink:GeneToGeneHomologyAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EntityToDiseaseAssociation . + owl:someValuesFrom biolink:GeneToGeneHomologyAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Disease ; + rdfs:subClassOf biolink:BiologicalSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Disease . + owl:someValuesFrom biolink:BiologicalSex . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneCoexpressionAssociation ; + rdfs:subClassOf biolink:ReactionToCatalystAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneCoexpressionAssociation . + owl:someValuesFrom biolink:ReactionToCatalystAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyResult ; + rdfs:subClassOf biolink:BioticExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyResult . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PathognomonicityQuantifier . + owl:someValuesFrom biolink:BioticExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:CaseToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ExposureEventToOutcomeAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CaseToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ExposureEventToOutcomeAssociation . [] a owl:Restriction ; rdfs:subClassOf biolink:Dataset ; owl:onProperty biolink:category ; owl:someValuesFrom biolink:Dataset . -[] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinIsoform ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinIsoform . - [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:SequenceVariant ; + owl:allValuesFrom biolink:Disease ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:VariantToEntityAssociationMixin . + owl:someValuesFrom biolink:DiseaseToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToPopulationAssociation ; + rdfs:subClassOf biolink:ProteinDomain ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToPopulationAssociation . + owl:someValuesFrom biolink:ProteinDomain . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGoTermAssociation ; + rdfs:subClassOf biolink:ChemicalAffectsGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGoTermAssociation . + owl:someValuesFrom biolink:ChemicalAffectsGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Onset ; + rdfs:subClassOf biolink:Phenomenon ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Onset . + owl:someValuesFrom biolink:Phenomenon . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation ; + rdfs:subClassOf biolink:GeographicLocation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . + owl:someValuesFrom biolink:GeographicLocation . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToGeneAssociation ; + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonSpecialization ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToGeneAssociation . + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonSpecialization . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivity ; + rdfs:subClassOf biolink:ConceptCountAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivity . + owl:someValuesFrom biolink:ConceptCountAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:Gene ; + rdfs:subClassOf biolink:Event ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Gene . + owl:someValuesFrom biolink:Event . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Outcome . + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonInteraction ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:Snv ; + rdfs:subClassOf biolink:IndividualOrganism ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Snv . + owl:someValuesFrom biolink:IndividualOrganism . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:frequency_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQualifierMixin . + rdfs:subClassOf biolink:Patent ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Patent . [] a owl:Restriction ; - rdfs:subClassOf biolink:Drug ; + rdfs:subClassOf biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Drug . + owl:someValuesFrom biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToMolecularActivityAssociation ; + rdfs:subClassOf biolink:ChemicalToChemicalAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToMolecularActivityAssociation . + owl:someValuesFrom biolink:ChemicalToChemicalAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinFamily ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinFamily . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:PathologicalProcessExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:integer ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:double ; - owl:onProperty biolink:has_quotient ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_total ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_percentage ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_percentage ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:double ; - owl:onProperty biolink:has_percentage ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_total ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_quotient ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_count ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:integer ; - owl:onProperty biolink:has_total ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_quotient ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:FrequencyQuantifier . + owl:someValuesFrom biolink:PathologicalProcessExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismAttribute ; + rdfs:subClassOf biolink:OrganismalEntityAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismAttribute . + owl:someValuesFrom biolink:OrganismalEntityAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellularComponent ; + rdfs:subClassOf biolink:ClinicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellularComponent . + owl:someValuesFrom biolink:ClinicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:ReagentTargetedGene ; + rdfs:subClassOf biolink:EnvironmentalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ReagentTargetedGene . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:RelationshipQuantifier . + owl:someValuesFrom biolink:EnvironmentalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiagnosticAid ; + rdfs:subClassOf biolink:Device ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiagnosticAid . + owl:someValuesFrom biolink:Device . [] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetDistribution ; + rdfs:subClassOf biolink:Genome ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetDistribution . + owl:someValuesFrom biolink:Genome . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicSex ; + rdfs:subClassOf biolink:ExposureEventToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicSex . + owl:someValuesFrom biolink:ExposureEventToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ClinicalMeasurement ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ClinicalMeasurement . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalEntity ; + rdfs:subClassOf biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalEntity . + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalMeasurement ; + rdfs:subClassOf biolink:BiologicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalMeasurement . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:Occurrent . + owl:someValuesFrom biolink:BiologicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneFamilyAssociation ; + rdfs:subClassOf biolink:MolecularActivityToMolecularActivityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneFamilyAssociation . + owl:someValuesFrom biolink:MolecularActivityToMolecularActivityAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:biological_sequence ; - owl:onProperty biolink:has_biological_sequence ], + owl:minCardinality 0 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:has_biological_sequence ] ; + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GenomicEntity . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalFoodContaminant ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalFoodContaminant . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:EntityToPhenotypicFeatureAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicQuality ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicQuality . + owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ComplexMolecularMixture ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ComplexMolecularMixture . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneProductIsoformMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityAssociation ; + rdfs:subClassOf biolink:Bacterium ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityAssociation . + owl:someValuesFrom biolink:Bacterium . [] a owl:Restriction ; - rdfs:subClassOf biolink:CorrelatedGeneToDiseaseAssociation ; + rdfs:subClassOf biolink:Book ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CorrelatedGeneToDiseaseAssociation . + owl:someValuesFrom biolink:Book . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyPopulation ; + rdfs:subClassOf biolink:Vertebrate ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyPopulation . + owl:someValuesFrom biolink:Vertebrate . [] a owl:Restriction ; - rdfs:subClassOf biolink:ContributorAssociation ; + rdfs:subClassOf biolink:Gene ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ContributorAssociation . + owl:someValuesFrom biolink:Gene . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Outcome ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:CellLine ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CellLineToEntityAssociationMixin . + owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToGeneAssociation ; + rdfs:subClassOf biolink:NamedThing ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToGeneAssociation . + owl:someValuesFrom biolink:NamedThing . [] a owl:Restriction ; - rdfs:subClassOf biolink:Cohort ; + rdfs:subClassOf biolink:MacromolecularMachineToMolecularActivityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Cohort . + owl:someValuesFrom biolink:MacromolecularMachineToMolecularActivityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToPathwayAssociation ; + rdfs:subClassOf biolink:Treatment ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToPathwayAssociation . + owl:someValuesFrom biolink:Treatment . [] a owl:Restriction ; - rdfs:subClassOf biolink:PreprintPublication ; + rdfs:subClassOf biolink:FunctionalAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PreprintPublication . + owl:someValuesFrom biolink:FunctionalAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenomicBackgroundExposure ; + rdfs:subClassOf biolink:CorrelatedGeneToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenomicBackgroundExposure . + owl:someValuesFrom biolink:CorrelatedGeneToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:label_type ; - owl:onProperty biolink:synonym ], - [ a owl:Restriction ; - owl:allValuesFrom xsd:anyURI ; - owl:onProperty biolink:xref ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:synonym ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneProductMixin . + rdfs:subClassOf biolink:ConfidenceLevel ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:ConfidenceLevel . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssenceOrOccurrent . + rdfs:subClassOf biolink:OrganismTaxon ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:OrganismTaxon . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugToGeneInteractionExposure ; + rdfs:subClassOf biolink:CellLine ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugToGeneInteractionExposure . + owl:someValuesFrom biolink:CellLine . [] a owl:Restriction ; - rdfs:subClassOf biolink:RetrievalSource ; + rdfs:subClassOf biolink:GeneToGeneProductRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RetrievalSource . + owl:someValuesFrom biolink:GeneToGeneProductRelationship . [] a owl:Restriction ; - rdfs:subClassOf biolink:TaxonToTaxonAssociation ; + rdfs:subClassOf biolink:ChemicalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TaxonToTaxonAssociation . + owl:someValuesFrom biolink:ChemicalEntity . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment . + rdfs:subClassOf biolink:RegulatoryRegion ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:RegulatoryRegion . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PopulationOfIndividualOrganisms ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:PopulationOfIndividualOrganisms . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PhysicalEntity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:PhysicalEntity . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:BehaviorToBehavioralFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:BehaviorToBehavioralFeatureAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:name ], + owl:allValuesFrom xsd:anyURI ; + owl:onProperty biolink:xref ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:label_type ; + owl:onProperty biolink:synonym ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:name ], + owl:onProperty biolink:xref ], [ a owl:Restriction ; - owl:allValuesFrom biolink:symbol_type ; - owl:onProperty biolink:name ] ; + owl:minCardinality 0 ; + owl:onProperty biolink:synonym ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineMixin . + owl:someValuesFrom biolink:GeneProductMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:LifeStage ; + rdfs:subClassOf biolink:RelativeFrequencyAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:LifeStage . + owl:someValuesFrom biolink:RelativeFrequencyAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:RelativeFrequencyAnalysisResult ; + rdfs:subClassOf biolink:Study ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RelativeFrequencyAnalysisResult . + owl:someValuesFrom biolink:Study . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:NucleosomeModification ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:NucleosomeModification . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PhenotypicQuality ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:PhenotypicQuality . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:MaterialSample ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityToEntityAssociationMixin . + owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:PosttranslationalModification ; + rdfs:subClassOf biolink:ExonToTranscriptRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PosttranslationalModification . + owl:someValuesFrom biolink:ExonToTranscriptRelationship . [] a owl:Restriction ; - rdfs:subClassOf biolink:PopulationToPopulationAssociation ; + rdfs:subClassOf biolink:MolecularActivityToPathwayAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PopulationToPopulationAssociation . + owl:someValuesFrom biolink:MolecularActivityToPathwayAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularMixture ; + rdfs:subClassOf biolink:MolecularEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularMixture . + owl:someValuesFrom biolink:MolecularEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:ConfidenceLevel ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:Case ; + owl:onProperty biolink:subject ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:CaseToEntityAssociationMixin . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Hospitalization ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ConfidenceLevel . + owl:someValuesFrom biolink:Hospitalization . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:GenotypicSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:GenotypicSex . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalModifier ; + rdfs:subClassOf biolink:PlanetaryEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalModifier . + owl:someValuesFrom biolink:PlanetaryEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:GrossAnatomicalStructure ; + rdfs:subClassOf biolink:DatasetVersion ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GrossAnatomicalStructure . + owl:someValuesFrom biolink:DatasetVersion . [] a owl:Restriction ; - rdfs:subClassOf biolink:ConceptCountAnalysisResult ; + rdfs:subClassOf biolink:ProteinFamily ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ConceptCountAnalysisResult . + owl:someValuesFrom biolink:ProteinFamily . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalProcess ; + rdfs:subClassOf biolink:SequenceFeatureRelationship ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalProcess . + owl:someValuesFrom biolink:SequenceFeatureRelationship . [] a owl:Restriction ; - rdfs:subClassOf biolink:ExposureEventToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:Attribute ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ExposureEventToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:Attribute . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalTrial ; + rdfs:subClassOf biolink:Serial ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalTrial . + owl:someValuesFrom biolink:Serial . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToDiseaseAssociation ; + rdfs:subClassOf biolink:Article ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToDiseaseAssociation . + owl:someValuesFrom biolink:Article . [] a owl:Restriction ; - rdfs:subClassOf biolink:Hospitalization ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Hospitalization . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicLocation ; + rdfs:subClassOf biolink:DrugLabel ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicLocation . + owl:someValuesFrom biolink:DrugLabel . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:SequenceVariant ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:VariantToEntityAssociationMixin . [] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:in_taxon_label ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:label_type ; + owl:onProperty biolink:in_taxon_label ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:in_taxon_label ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:in_taxon ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:in_taxon ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SpecificityQuantifier . + owl:someValuesFrom biolink:ThingWithTaxon . [] a owl:Restriction ; - rdfs:subClassOf biolink:InformationContentEntity ; + rdfs:subClassOf biolink:GeographicLocationAtTime ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:InformationContentEntity . + owl:someValuesFrom biolink:GeographicLocationAtTime . [] a owl:Restriction ; - rdfs:subClassOf biolink:PairwiseGeneToGeneInteraction ; + rdfs:subClassOf biolink:RNAProduct ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PairwiseGeneToGeneInteraction . + owl:someValuesFrom biolink:RNAProduct . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugLabel ; + rdfs:subClassOf biolink:NucleicAcidEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugLabel . + owl:someValuesFrom biolink:NucleicAcidEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:TranscriptToGeneRelationship ; + rdfs:subClassOf biolink:FoodAdditive ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TranscriptToGeneRelationship . + owl:someValuesFrom biolink:FoodAdditive . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeature ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PopulationToPopulationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeature . + owl:someValuesFrom biolink:PopulationToPopulationAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureToLocationAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:BehavioralExposure ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:BehavioralExposure . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_aspect_qualifier ], + [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:in_taxon ], + owl:onProperty biolink:subject_aspect_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_aspect_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:in_taxon_label ], + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:qualified_predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:object_direction_qualifier ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:in_taxon ], + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:OrganismTaxon ; - owl:onProperty biolink:in_taxon ], + owl:minCardinality 0 ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:subject_aspect_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:in_taxon_label ], + owl:onProperty biolink:qualified_predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:label_type ; - owl:onProperty biolink:in_taxon_label ] ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:DirectionQualifierEnum ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:object_direction_qualifier ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject_direction_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:object_aspect_qualifier ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ThingWithTaxon . + owl:someValuesFrom biolink:FeatureOrDiseaseQualifiersToEntityMixin . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:allValuesFrom biolink:time_type ; + owl:onProperty biolink:timepoint ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:timepoint ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:timepoint ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ExposureEvent . + +[] a owl:Restriction ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhysicalEssenceOrOccurrent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:GeneToGoTermAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToGoTermAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToDiseaseAssociation ; + rdfs:subClassOf biolink:Transcript ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToDiseaseAssociation . + owl:someValuesFrom biolink:Transcript . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalAffectsGeneAssociation ; + rdfs:subClassOf biolink:EnvironmentalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalAffectsGeneAssociation . + owl:someValuesFrom biolink:EnvironmentalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Bacterium ; + rdfs:subClassOf biolink:Cell ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Bacterium . + owl:someValuesFrom biolink:Cell . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalAnatomicalExposure ; + rdfs:subClassOf biolink:SeverityValue ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalAnatomicalExposure . + owl:someValuesFrom biolink:SeverityValue . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:SequenceAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:SequenceAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:MaterialSample ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MaterialSampleToEntityAssociationMixin . + rdfs:subClassOf biolink:MolecularActivity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:MolecularActivity . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugExposure ; + rdfs:subClassOf biolink:ChemicalToChemicalDerivationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugExposure . + owl:someValuesFrom biolink:ChemicalToChemicalDerivationAssociation . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneOrGeneProduct . + rdfs:subClassOf biolink:AnatomicalEntity ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:AnatomicalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:VariantToGeneExpressionAssociation ; + rdfs:subClassOf biolink:GeneToExpressionSiteAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:VariantToGeneExpressionAssociation . + owl:someValuesFrom biolink:GeneToExpressionSiteAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:DrugExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:DrugExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Attribute ; + rdfs:subClassOf biolink:GeneHasVariantThatContributesToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Attribute . + owl:someValuesFrom biolink:GeneHasVariantThatContributesToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntity ; + rdfs:subClassOf biolink:GenotypeToGenotypePartAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntity . + owl:someValuesFrom biolink:GenotypeToGenotypePartAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SmallMolecule ; + rdfs:subClassOf biolink:ChemicalRole ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SmallMolecule . + owl:someValuesFrom biolink:ChemicalRole . [] a owl:Restriction ; - rdfs:subClassOf biolink:LogOddsAnalysisResult ; + rdfs:subClassOf biolink:VariantToPopulationAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:LogOddsAnalysisResult . + owl:someValuesFrom biolink:VariantToPopulationAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalEntity ; + rdfs:subClassOf biolink:BiologicalProcessOrActivity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalEntity . + owl:someValuesFrom biolink:BiologicalProcessOrActivity . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToPathwayAssociation ; + rdfs:subClassOf biolink:NoncodingRNAProduct ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToPathwayAssociation . + owl:someValuesFrom biolink:NoncodingRNAProduct . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:MolecularActivityToChemicalEntityAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:MolecularActivityToChemicalEntityAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:TranscriptionFactorBindingSite ; + rdfs:subClassOf biolink:EvidenceType ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TranscriptionFactorBindingSite . + owl:someValuesFrom biolink:EvidenceType . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalIntervention ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:Occurrent . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:SocioeconomicExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalIntervention . + owl:someValuesFrom biolink:SocioeconomicExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneHomologyAssociation ; + rdfs:subClassOf biolink:PhenotypicFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneHomologyAssociation . + owl:someValuesFrom biolink:PhenotypicFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:StudyVariable ; + rdfs:subClassOf biolink:OrganismAttribute ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:StudyVariable . + owl:someValuesFrom biolink:OrganismAttribute . [] a owl:Restriction ; - rdfs:subClassOf biolink:Activity ; + rdfs:subClassOf biolink:DiseaseToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Activity . + owl:someValuesFrom biolink:DiseaseToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneProductRelationship ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ActivityAndBehavior . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Entity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneProductRelationship . + owl:someValuesFrom biolink:Entity . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonSpecialization ; + rdfs:subClassOf biolink:EntityToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonSpecialization . + owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismToOrganismAssociation ; + rdfs:subClassOf biolink:VariantToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismToOrganismAssociation . + owl:someValuesFrom biolink:VariantToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceFeatureRelationship ; + rdfs:subClassOf biolink:OrganismalEntity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceFeatureRelationship . + owl:someValuesFrom biolink:OrganismalEntity . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenomicSequenceLocalization ; + rdfs:subClassOf biolink:PhenotypicFeatureToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenomicSequenceLocalization . + owl:someValuesFrom biolink:PhenotypicFeatureToDiseaseAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:id ], - [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:id ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:id ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:OntologyClass . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:PhenotypicFeature ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:sex_qualifier ], + owl:allValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:sex_qualifier ], + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin . + owl:someValuesFrom biolink:ChemicalEntityToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:NamedThing ; + rdfs:subClassOf biolink:LifeStage ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NamedThing . + owl:someValuesFrom biolink:LifeStage . [] a owl:Restriction ; - rdfs:subClassOf biolink:Polypeptide ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:GeneOrGeneProduct . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:ClinicalIntervention ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Polypeptide . + owl:someValuesFrom biolink:ClinicalIntervention . [] a owl:Restriction ; - rdfs:subClassOf biolink:SocioeconomicAttribute ; + rdfs:subClassOf biolink:Onset ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SocioeconomicAttribute . + owl:someValuesFrom biolink:Onset . [] a owl:Restriction ; - rdfs:subClassOf biolink:Zygosity ; + rdfs:subClassOf biolink:VariantToDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Zygosity . + owl:someValuesFrom biolink:VariantToDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:IndividualOrganism ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:BiologicalSex ; + owl:onProperty biolink:sex_qualifier ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:PhenotypicFeature ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:sex_qualifier ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PhenotypicFeatureToEntityAssociationMixin . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:PosttranslationalModification ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:IndividualOrganism . + owl:someValuesFrom biolink:PosttranslationalModification . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxon ; + rdfs:subClassOf biolink:CellularOrganism ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxon . + owl:someValuesFrom biolink:CellularOrganism . + +[] a owl:Restriction ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_count ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_quotient ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_quotient ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_percentage ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:double ; + owl:onProperty biolink:has_quotient ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:double ; + owl:onProperty biolink:has_percentage ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:integer ; + owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:integer ; + owl:onProperty biolink:has_count ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_count ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_total ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_percentage ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:FrequencyQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:Invertebrate ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Invertebrate . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularEntity ; + rdfs:subClassOf biolink:GenotypeToVariantAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularEntity . + owl:someValuesFrom biolink:GenotypeToVariantAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneFamily ; + rdfs:subClassOf biolink:DiagnosticAid ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneFamily . + owl:someValuesFrom biolink:DiagnosticAid . [] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSample ; + rdfs:subClassOf biolink:PhysiologicalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSample . + owl:someValuesFrom biolink:PhysiologicalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToGenotypePartAssociation ; + rdfs:subClassOf biolink:CellularComponent ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToGenotypePartAssociation . + owl:someValuesFrom biolink:CellularComponent . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToPathwayAssociation ; + rdfs:subClassOf biolink:ContributorAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToPathwayAssociation . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:PhysicalEssence . + owl:someValuesFrom biolink:ContributorAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalCourse ; + rdfs:subClassOf biolink:GenotypeToPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalCourse . + owl:someValuesFrom biolink:GenotypeToPhenotypicFeatureAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:time_type ; - owl:onProperty biolink:timepoint ], - [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:timepoint ], + owl:onProperty biolink:has_gene_or_gene_product ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:timepoint ] ; + owl:allValuesFrom biolink:Gene ; + owl:onProperty biolink:has_gene_or_gene_product ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ExposureEvent . + owl:someValuesFrom biolink:GeneGroupingMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Transcript ; + rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Transcript . + owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalExposure ; + rdfs:subClassOf biolink:ChemicalMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalExposure . + owl:someValuesFrom biolink:ChemicalMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:Behavior ; + rdfs:subClassOf biolink:AccessibleDnaRegion ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Behavior . + owl:someValuesFrom biolink:AccessibleDnaRegion . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalEntityAssessesNamedThingAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalEntityAssessesNamedThingAssociation . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatment . [] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetVersion ; + rdfs:subClassOf biolink:GeneFamily ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetVersion . + owl:someValuesFrom biolink:GeneFamily . [] a owl:Restriction ; - rdfs:subClassOf biolink:BehavioralExposure ; + rdfs:subClassOf biolink:Agent ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehavioralExposure . + owl:someValuesFrom biolink:Agent . [] a owl:Restriction ; - rdfs:subClassOf biolink:RegulatoryRegion ; + rdfs:subClassOf biolink:Publication ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:RegulatoryRegion . + owl:someValuesFrom biolink:Publication . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalSex ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:biological_sequence ; + owl:onProperty biolink:has_biological_sequence ], + [ a owl:Restriction ; + owl:minCardinality 0 ; + owl:onProperty biolink:has_biological_sequence ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:EpigenomicEntity . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:MacromolecularMachineToCellularComponentAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalSex . + owl:someValuesFrom biolink:MacromolecularMachineToCellularComponentAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DatasetSummary ; + rdfs:subClassOf biolink:BookChapter ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DatasetSummary . + owl:someValuesFrom biolink:BookChapter . [] a owl:Restriction ; - rdfs:subClassOf biolink:BioticExposure ; + rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:OrganismTaxon ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OrganismTaxonToEntityAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Activity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BioticExposure . + owl:someValuesFrom biolink:Activity . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceAssociation ; + rdfs:subClassOf biolink:ChiSquaredAnalysisResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceAssociation . + owl:someValuesFrom biolink:ChiSquaredAnalysisResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureExposure ; + rdfs:subClassOf biolink:GenomicSequenceLocalization ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureExposure . + owl:someValuesFrom biolink:GenomicSequenceLocalization . [] a owl:Restriction ; - rdfs:subClassOf biolink:PhenotypicFeatureToDiseaseAssociation ; + rdfs:subClassOf biolink:ChemicalToPathwayAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhenotypicFeatureToDiseaseAssociation . + owl:someValuesFrom biolink:ChemicalToPathwayAssociation . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Disease ; + owl:allValuesFrom biolink:Drug ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:predicate ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseAssociationMixin . + owl:someValuesFrom biolink:DrugToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:TextMiningResult ; + rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:TextMiningResult . + owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Pathway ; + rdfs:subClassOf biolink:CodingSequence ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Pathway . + owl:someValuesFrom biolink:CodingSequence . [] a owl:Restriction ; - rdfs:subClassOf biolink:AccessibleDnaRegion ; + rdfs:subClassOf biolink:GeneAffectsChemicalAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AccessibleDnaRegion . + owl:someValuesFrom biolink:GeneAffectsChemicalAssociation . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_gene_or_gene_product ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Gene ; - owl:onProperty biolink:has_gene_or_gene_product ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneGroupingMixin . + rdfs:subClassOf biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:SubjectOfInvestigation . + rdfs:subClassOf biolink:DiseaseToExposureEventAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:DiseaseToExposureEventAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeToDiseaseAssociation ; + rdfs:subClassOf biolink:Invertebrate ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeToDiseaseAssociation . + owl:someValuesFrom biolink:Invertebrate . [] a owl:Restriction ; - rdfs:subClassOf biolink:MaterialSampleDerivationAssociation ; + rdfs:subClassOf biolink:StudyResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MaterialSampleDerivationAssociation . + owl:someValuesFrom biolink:StudyResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToGeneAssociation ; + rdfs:subClassOf biolink:PathologicalAnatomicalStructure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToGeneAssociation . + owl:someValuesFrom biolink:PathologicalAnatomicalStructure . [] a owl:Restriction ; - rdfs:subClassOf biolink:PopulationOfIndividualOrganisms ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeatureExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PopulationOfIndividualOrganisms . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Human ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Human . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:Outcome . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceVariantModulatesTreatmentAssociation ; + rdfs:subClassOf biolink:ChemicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceVariantModulatesTreatmentAssociation . + owl:someValuesFrom biolink:ChemicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:Exon ; + rdfs:subClassOf [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:allValuesFrom xsd:string ; + owl:onProperty biolink:id ], + [ a owl:Restriction ; + owl:maxCardinality 1 ; + owl:onProperty biolink:id ] ; + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:OntologyClass . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Cohort ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Exon . + owl:someValuesFrom biolink:Cohort . [] a owl:Restriction ; - rdfs:subClassOf biolink:PathologicalAnatomicalStructure ; + rdfs:subClassOf biolink:SocioeconomicAttribute ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PathologicalAnatomicalStructure . + owl:someValuesFrom biolink:SocioeconomicAttribute . [] a owl:Restriction ; - rdfs:subClassOf biolink:CommonDataElement ; + rdfs:subClassOf biolink:Drug ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CommonDataElement . + owl:someValuesFrom biolink:Drug . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneticInheritance ; + rdfs:subClassOf biolink:Human ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneticInheritance . + owl:someValuesFrom biolink:Human . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToChemicalEntityAssociation ; + rdfs:subClassOf biolink:Mammal ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToChemicalEntityAssociation . + owl:someValuesFrom biolink:Mammal . [] a owl:Restriction ; - rdfs:subClassOf biolink:ObservedExpectedFrequencyAnalysisResult ; + rdfs:subClassOf biolink:Behavior ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ObservedExpectedFrequencyAnalysisResult . + owl:someValuesFrom biolink:Behavior . [] a owl:Restriction ; - rdfs:subClassOf biolink:SiRNA ; + rdfs:subClassOf biolink:ChemicalGeneInteractionAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SiRNA . + owl:someValuesFrom biolink:ChemicalGeneInteractionAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:MolecularActivityToMolecularActivityAssociation ; + rdfs:subClassOf biolink:WebPage ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MolecularActivityToMolecularActivityAssociation . + owl:someValuesFrom biolink:WebPage . [] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct . + rdfs:subClassOf biolink:MacromolecularMachineToBiologicalProcessAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:MacromolecularMachineToBiologicalProcessAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:PlanetaryEntity ; + rdfs:subClassOf biolink:Fungus ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PlanetaryEntity . + owl:someValuesFrom biolink:Fungus . [] a owl:Restriction ; - rdfs:subClassOf biolink:Mammal ; + rdfs:subClassOf biolink:MaterialSample ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Mammal . + owl:someValuesFrom biolink:MaterialSample . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicExposure ; + rdfs:subClassOf biolink:MacromolecularComplex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicExposure . + owl:someValuesFrom biolink:MacromolecularComplex . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularMachineToCellularComponentAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularMachineToCellularComponentAssociation . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:RelationshipQuantifier . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:allValuesFrom biolink:LifeStage ; + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:qualified_predicate ], + owl:minCardinality 0 ; + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:qualified_predicate ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:object_direction_qualifier ], + owl:onProperty biolink:stage_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom biolink:DirectionQualifierEnum ; - owl:onProperty biolink:subject_direction_qualifier ], + owl:allValuesFrom biolink:OntologyClass ; + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:object_direction_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:object_aspect_qualifier ], + owl:onProperty biolink:expression_site ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; owl:minCardinality 0 ; - owl:onProperty biolink:qualified_predicate ], + owl:onProperty biolink:quantifier_qualifier ], [ a owl:Restriction ; - owl:allValuesFrom xsd:string ; - owl:onProperty biolink:subject_aspect_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:phenotypic_state ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:subject_direction_qualifier ] ; + owl:allValuesFrom biolink:AnatomicalEntity ; + owl:onProperty biolink:expression_site ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToFeatureOrDiseaseQualifiersMixin . + owl:someValuesFrom biolink:GeneExpressionMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:AdministrativeEntity ; + rdfs:subClassOf biolink:TranscriptionFactorBindingSite ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AdministrativeEntity . + owl:someValuesFrom biolink:TranscriptionFactorBindingSite . [] a owl:Restriction ; - rdfs:subClassOf biolink:GenotypeAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:Disease ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GenotypeAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:Disease . [] a owl:Restriction ; - rdfs:subClassOf biolink:MacromolecularComplex ; + rdfs:subClassOf biolink:Snv ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:MacromolecularComplex . + owl:someValuesFrom biolink:Snv . [] a owl:Restriction ; - rdfs:subClassOf biolink:Event ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Event . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:ChemicalEntityOrGeneOrGeneProduct . [] a owl:Restriction ; - rdfs:subClassOf biolink:Food ; + rdfs:subClassOf biolink:RetrievalSource ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Food . + owl:someValuesFrom biolink:RetrievalSource . [] a owl:Restriction ; - rdfs:subClassOf biolink:BiologicalProcessOrActivity ; + rdfs:subClassOf biolink:VariantAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BiologicalProcessOrActivity . + owl:someValuesFrom biolink:VariantAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Study ; + rdfs:subClassOf biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Study . + owl:someValuesFrom biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Cell ; + rdfs:subClassOf biolink:GenomicBackgroundExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Cell . + owl:someValuesFrom biolink:GenomicBackgroundExposure . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; + owl:minCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:maxCardinality 1 ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ] ; + owl:allValuesFrom biolink:GeneOrGeneProduct ; + owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin . + owl:someValuesFrom biolink:GeneToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:MolecularMixture ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:MolecularMixture . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleosomeModification ; + rdfs:subClassOf biolink:Food ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleosomeModification . + owl:someValuesFrom biolink:Food . [] a owl:Restriction ; - rdfs:subClassOf biolink:EnvironmentalProcess ; + rdfs:subClassOf biolink:GrossAnatomicalStructure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EnvironmentalProcess . + owl:someValuesFrom biolink:GrossAnatomicalStructure . [] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:Outcome ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:subject ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToOutcomeAssociationMixin . + rdfs:subClassOf biolink:GeneToGeneCoexpressionAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:GeneToGeneCoexpressionAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:DrugToGeneAssociation ; + rdfs:subClassOf biolink:Zygosity ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:DrugToGeneAssociation . + owl:someValuesFrom biolink:Zygosity . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneAsAModelOfDiseaseAssociation ; + rdfs:subClassOf biolink:ProteinIsoform ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneAsAModelOfDiseaseAssociation . + owl:someValuesFrom biolink:ProteinIsoform . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonAssociation ; + rdfs:subClassOf biolink:ChemicalEntityAssessesNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonAssociation . + owl:someValuesFrom biolink:ChemicalEntityAssessesNamedThingAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Exon ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Exon . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:EnvironmentalFoodContaminant ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:EnvironmentalFoodContaminant . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:NamedThing ; - owl:onProperty biolink:object ], + owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:Case ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], @@ -13947,331 +14031,247 @@ biolink:subject a owl:ObjectProperty ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:allValuesFrom biolink:ExposureEvent ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:CaseToEntityAssociationMixin . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:CellLineAsAModelOfDiseaseAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLineAsAModelOfDiseaseAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:has_biological_sequence ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:biological_sequence ; - owl:onProperty biolink:has_biological_sequence ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:has_biological_sequence ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EpigenomicEntity . - -[] a owl:Restriction ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ActivityAndBehavior . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:BehavioralFeature ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:BehavioralFeature . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalExposure ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalExposure . + owl:someValuesFrom biolink:EntityToExposureEventAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:ProteinDomain ; + rdfs:subClassOf biolink:OrganismToOrganismAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ProteinDomain . + owl:someValuesFrom biolink:OrganismToOrganismAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalGeneInteractionAssociation ; + rdfs:subClassOf biolink:PathologicalProcess ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalGeneInteractionAssociation . + owl:someValuesFrom biolink:PathologicalProcess . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:Procedure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:Procedure . [] a owl:Restriction ; - rdfs:subClassOf biolink:ReactionToCatalystAssociation ; + rdfs:subClassOf biolink:TextMiningResult ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ReactionToCatalystAssociation . + owl:someValuesFrom biolink:TextMiningResult . [] a owl:Restriction ; - rdfs:subClassOf biolink:SeverityValue ; + rdfs:subClassOf biolink:Genotype ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SeverityValue . + owl:someValuesFrom biolink:Genotype . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalRole ; + rdfs:subClassOf biolink:JournalArticle ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalRole . + owl:someValuesFrom biolink:JournalArticle . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalMixture ; + rdfs:subClassOf biolink:Case ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalMixture . + owl:someValuesFrom biolink:Case . [] a owl:Restriction ; - rdfs:subClassOf biolink:EvidenceType ; + rdfs:subClassOf biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:EvidenceType . + owl:someValuesFrom biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:Phenomenon ; + rdfs:subClassOf biolink:GeneToDiseaseOrPhenotypicFeatureAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Phenomenon . + owl:someValuesFrom biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleicAcidSequenceMotif ; + rdfs:subClassOf biolink:SmallMolecule ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleicAcidSequenceMotif . + owl:someValuesFrom biolink:SmallMolecule . [] a owl:Restriction ; - rdfs:subClassOf biolink:NucleicAcidEntity ; + rdfs:subClassOf biolink:GeneToGeneAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NucleicAcidEntity . + owl:someValuesFrom biolink:GeneToGeneAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation ; + rdfs:subClassOf biolink:MicroRNA ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . + owl:someValuesFrom biolink:MicroRNA . [] a owl:Restriction ; - rdfs:subClassOf biolink:Virus ; + rdfs:subClassOf biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Virus . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeature . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellularOrganism ; + rdfs:subClassOf biolink:Protein ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellularOrganism . + owl:someValuesFrom biolink:Protein . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismalEntity ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismalEntity . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:PathognomonicityQuantifier . [] a owl:Restriction ; - rdfs:subClassOf biolink:InformationContentEntityToNamedThingAssociation ; + rdfs:subClassOf biolink:PairwiseGeneToGeneInteraction ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:InformationContentEntityToNamedThingAssociation . + owl:someValuesFrom biolink:PairwiseGeneToGeneInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:ClinicalFinding ; + rdfs:subClassOf biolink:BehavioralFeature ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ClinicalFinding . + owl:someValuesFrom biolink:BehavioralFeature . [] a owl:Restriction ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:ChemicalEntityOrProteinOrPolypeptide . + owl:someValuesFrom biolink:PathologicalEntityMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:CellLine ; + rdfs:subClassOf biolink:ClinicalCourse ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CellLine . + owl:someValuesFrom biolink:ClinicalCourse . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:allValuesFrom biolink:PhenotypicFeature ; - owl:onProperty biolink:object ], + owl:allValuesFrom ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:sex_qualifier ], + owl:maxCardinality 1 ; + owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; + owl:maxCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:allValuesFrom biolink:BiologicalSex ; - owl:onProperty biolink:sex_qualifier ], + owl:minCardinality 0 ; + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:subject ], + owl:allValuesFrom biolink:NamedThing ; + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:maxCardinality 1 ; - owl:onProperty biolink:sex_qualifier ], + owl:onProperty biolink:frequency_qualifier ], [ a owl:Restriction ; owl:minCardinality 1 ; + owl:onProperty biolink:object ], + [ a owl:Restriction ; + owl:allValuesFrom biolink:predicate_type ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:object ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:object ] ; + owl:minCardinality 1 ; + owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:EntityToPhenotypicFeatureAssociationMixin . + owl:someValuesFrom biolink:FrequencyQualifierMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:CodingSequence ; + rdfs:subClassOf biolink:NucleicAcidSequenceMotif ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:CodingSequence . + owl:someValuesFrom biolink:NucleicAcidSequenceMotif . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToEnvironmentAssociation ; + rdfs:subClassOf biolink:PathologicalAnatomicalExposure ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToEnvironmentAssociation . + owl:someValuesFrom biolink:PathologicalAnatomicalExposure . [] a owl:Restriction ; - rdfs:subClassOf biolink:WebPage ; + rdfs:subClassOf biolink:PairwiseMolecularInteraction ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:WebPage . + owl:someValuesFrom biolink:PairwiseMolecularInteraction . [] a owl:Restriction ; - rdfs:subClassOf biolink:SocioeconomicExposure ; + rdfs:subClassOf biolink:GeneticInheritance ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SocioeconomicExposure . + owl:someValuesFrom biolink:GeneticInheritance . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeneToPhenotypicFeatureAssociation ; + rdfs:subClassOf biolink:ClinicalModifier ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeneToPhenotypicFeatureAssociation . + owl:someValuesFrom biolink:ClinicalModifier . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:SequenceVariantModulatesTreatmentAssociation ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:SequenceVariantModulatesTreatmentAssociation . + +[] a owl:Restriction ; + rdfs:subClassOf biolink:Virus ; + owl:onProperty biolink:category ; + owl:someValuesFrom biolink:Virus . [] a owl:Restriction ; rdfs:subClassOf [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:predicate ], - [ a owl:Restriction ; owl:maxCardinality 1 ; + owl:onProperty biolink:subject ], + [ a owl:Restriction ; + owl:minCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:minCardinality 1 ; - owl:onProperty biolink:subject ], + owl:onProperty biolink:object ], [ a owl:Restriction ; owl:allValuesFrom biolink:NamedThing ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; + owl:minCardinality 1 ; owl:onProperty biolink:subject ], [ a owl:Restriction ; - owl:allValuesFrom biolink:predicate_type ; + owl:maxCardinality 1 ; owl:onProperty biolink:predicate ], [ a owl:Restriction ; owl:maxCardinality 1 ; owl:onProperty biolink:object ], [ a owl:Restriction ; - owl:minCardinality 1 ; - owl:onProperty biolink:object ], + owl:allValuesFrom biolink:predicate_type ; + owl:onProperty biolink:predicate ], [ a owl:Restriction ; - owl:maxCardinality 1 ; + owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; owl:onProperty biolink:subject ] ; owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:MacromolecularMachineToEntityAssociationMixin . + owl:someValuesFrom biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . [] a owl:Restriction ; - rdfs:subClassOf biolink:Article ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Article . + owl:onProperty linkml:mixins ; + owl:someValuesFrom biolink:SubjectOfInvestigation . [] a owl:Restriction ; - rdfs:subClassOf biolink:OrganismTaxonToOrganismTaxonInteraction ; + rdfs:subClassOf biolink:GenotypeAsAModelOfDiseaseAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:OrganismTaxonToOrganismTaxonInteraction . + owl:someValuesFrom biolink:GenotypeAsAModelOfDiseaseAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:SequenceVariant ; + rdfs:subClassOf biolink:PhenotypicSex ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:SequenceVariant . + owl:someValuesFrom biolink:PhenotypicSex . [] a owl:Restriction ; - rdfs:subClassOf biolink:GeographicLocationAtTime ; + rdfs:subClassOf biolink:DatasetSummary ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:GeographicLocationAtTime . + owl:someValuesFrom biolink:DatasetSummary . [] a owl:Restriction ; - rdfs:subClassOf biolink:NoncodingRNAProduct ; + rdfs:subClassOf biolink:InformationContentEntityToNamedThingAssociation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:NoncodingRNAProduct . + owl:someValuesFrom biolink:InformationContentEntityToNamedThingAssociation . [] a owl:Restriction ; - rdfs:subClassOf biolink:ChiSquaredAnalysisResult ; + rdfs:subClassOf biolink:StudyPopulation ; owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChiSquaredAnalysisResult . - -[] a owl:Restriction ; - rdfs:subClassOf [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:expression_site ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:DiseaseOrPhenotypicFeature ; - owl:onProperty biolink:phenotypic_state ], - [ a owl:Restriction ; - owl:allValuesFrom owl:Thing ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:expression_site ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:LifeStage ; - owl:onProperty biolink:stage_qualifier ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:quantifier_qualifier ], - [ a owl:Restriction ; - owl:maxCardinality 1 ; - owl:onProperty biolink:phenotypic_state ], - [ a owl:Restriction ; - owl:minCardinality 0 ; - owl:onProperty biolink:phenotypic_state ], - [ a owl:Restriction ; - owl:allValuesFrom biolink:AnatomicalEntity ; - owl:onProperty biolink:expression_site ] ; - owl:onProperty linkml:mixins ; - owl:someValuesFrom biolink:GeneExpressionMixin . + owl:someValuesFrom biolink:StudyPopulation . [] a owl:Restriction ; rdfs:subClassOf biolink:ReactionToParticipantAssociation ; owl:onProperty biolink:category ; owl:someValuesFrom biolink:ReactionToParticipantAssociation . -[] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToChemicalDerivationAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToChemicalDerivationAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:Serial ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:Serial . - -[] a owl:Restriction ; - rdfs:subClassOf biolink:PhysicalEntity ; - owl:onProperty biolink:category ; - owl:someValuesFrom biolink:PhysicalEntity . - diff --git a/project/shacl/biolink_model.shacl.ttl b/project/shacl/biolink_model.shacl.ttl index 8957e9fd1..a680cc45a 100644 --- a/project/shacl/biolink_model.shacl.ttl +++ b/project/shacl/biolink_model.shacl.ttl @@ -10,37 +10,14 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:closed true ; sh:description "A region (or regions) of a chromatinized genome that has been measured to be more accessible to an enzyme such as DNase-I or Tn5 Transpose" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -53,13 +30,6 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 10 ; sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 9 ; @@ -68,19 +38,64 @@ biolink:AccessibleDnaRegion a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; - sh:path biolink:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ] ; sh:targetClass biolink:AccessibleDnaRegion . biolink:Activity a sh:NodeShape ; sh:closed true ; sh:description "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path biolink:id ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; @@ -89,9 +104,20 @@ biolink:Activity a sh:NodeShape ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -100,33 +126,7 @@ biolink:Activity a sh:NodeShape ; [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ] ; + sh:path biolink:full_name ] ; sh:targetClass biolink:Activity . biolink:ActivityAndBehavior a sh:NodeShape ; @@ -138,32 +138,11 @@ biolink:ActivityAndBehavior a sh:NodeShape ; biolink:AdministrativeEntity a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:order 7 ; sh:path rdf:type ], @@ -173,334 +152,320 @@ biolink:AdministrativeEntity a sh:NodeShape ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:order 9 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:AdministrativeEntity . biolink:AnatomicalEntityToAnatomicalEntityAssociation a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ] ; + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityAssociation . biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:closed true ; sh:description "A relationship between two anatomical entities where the relationship is ontogenic, i.e. the two entities are related by development. A number of different relationship types can be used to specify the precise nature of the relationship." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the structure at an earlier time" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the structure at an earlier time" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:AnatomicalEntity ; sh:description "the structure at a later time" ; sh:maxCount 1 ; @@ -508,6 +473,56 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -517,221 +532,212 @@ biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation a sh:NodeShape ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:order 12 ; + sh:path biolink:agent_type ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityOntogenicAssociation . biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation a sh:NodeShape ; sh:closed true ; sh:description "A relationship between two anatomical entities where the relationship is mereological, i.e the two entities are related by parthood. This includes relationships between cellular components and cells, between cells and tissues, tissues and whole organisms" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the part" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the whole" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "the part" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "the whole" ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ] ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ] ; sh:targetClass biolink:AnatomicalEntityToAnatomicalEntityPartOfAssociation . biolink:Annotation a sh:NodeShape ; @@ -745,108 +751,39 @@ biolink:Article a sh:NodeShape ; sh:description "a piece of writing on a particular topic presented as a stand-alone section of a larger publication" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 15 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:order 10 ; - sh:path dct:type ], - [ sh:datatype xsd:string ; sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:iso_abbreviation ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 8 ; - sh:path biolink:mesh_terms ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:summary ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:issue ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:order 7 ; sh:path biolink:keywords ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:issue ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 20 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 17 ; - sh:path biolink:synonym ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:authors ], [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:order 22 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:order 21 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:format ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 17 ; + sh:path biolink:synonym ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 9 ; sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:volume ], + sh:order 12 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 18 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 5 ; - sh:path biolink:pages ], - [ sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:published_in ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 11 ; @@ -855,122 +792,187 @@ biolink:Article a sh:NodeShape ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 14 ; - sh:path biolink:creation_date ] ; - sh:targetClass biolink:Article . - -biolink:Association a sh:NodeShape ; - sh:closed true ; - sh:description "A typed association between two entities, supported by evidence" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:path biolink:creation_date ], + [ sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:published_in ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 4 ; + sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 5 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 6 ; + sh:path biolink:summary ], + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:order 10 ; + sh:path dct:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 15 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; + sh:order 24 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:volume ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; + sh:order 21 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 8 ; + sh:path biolink:mesh_terms ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; + sh:minCount 1 ; + sh:order 20 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 19 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:format ] ; + sh:targetClass biolink:Article . + +biolink:Association a sh:NodeShape ; + sh:closed true ; + sh:description "A typed association between two entities, supported by evidence" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -978,66 +980,72 @@ biolink:Association a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ] ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ] ; sh:targetClass biolink:Association . biolink:Bacterium a sh:NodeShape ; @@ -1045,299 +1053,301 @@ biolink:Bacterium a sh:NodeShape ; sh:description "A member of a group of unicellular microorganisms lacking a nuclear membrane, that reproduce by binary fission and are often motile." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:Bacterium . biolink:BehaviorToBehavioralFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between an mixture behavior and a behavioral feature manifested by the individual exhibited or has exhibited the behavior." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_percentage ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:class biolink:Behavior ; + sh:description "behavior that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_total ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 43 ; sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_count ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:qualifiers ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:minCount 1 ; + sh:order 29 ; + sh:path biolink:id ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:double ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_quotient ], + sh:order 37 ; + sh:path biolink:has_count ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:class biolink:BehavioralFeature ; - sh:description "behavioral feature that is the object of the association" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 41 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 30 ; sh:path biolink:iri ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 39 ; + sh:path biolink:has_quotient ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:subject_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:BehavioralFeature ; + sh:description "behavioral feature that is the object of the association" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_total ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:class biolink:Behavior ; - sh:description "behavior that is the subject of the association" ; + sh:order 40 ; + sh:path biolink:has_percentage ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ] ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ] ; sh:targetClass biolink:BehaviorToBehavioralFeatureAssociation . biolink:BehavioralExposure a sh:NodeShape ; @@ -1348,37 +1358,37 @@ biolink:BehavioralExposure a sh:NodeShape ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 9 ; @@ -1387,28 +1397,28 @@ biolink:BehavioralExposure a sh:NodeShape ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_qualitative_value ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -1433,6 +1443,12 @@ biolink:BiologicalEntity a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; @@ -1443,44 +1459,38 @@ biolink:BiologicalEntity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ] ; @@ -1490,70 +1500,56 @@ biolink:BiologicalProcessOrActivity a sh:NodeShape ; sh:closed true ; sh:description "Either an individual molecular activity, or a collection of causally connected molecular activities in a biological system." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:has_input ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + sh:order 1 ; + sh:path biolink:has_output ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_output ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 13 ; sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; @@ -1562,28 +1558,36 @@ biolink:BiologicalProcessOrActivity a sh:NodeShape ; sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path biolink:enabled_by ] ; + sh:path biolink:enabled_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:BiologicalProcessOrActivity . biolink:BioticExposure a sh:NodeShape ; sh:closed true ; sh:description "An external biotic exposure is an intake of (sometimes pathological) biological organisms (including viruses)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; @@ -1591,17 +1595,35 @@ biolink:BioticExposure a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_qualitative_value ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -1609,87 +1631,40 @@ biolink:BioticExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ] ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:BioticExposure . biolink:Book a sh:NodeShape ; sh:closed true ; sh:description "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:summary ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:format ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -1699,172 +1674,200 @@ biolink:Book a sh:NodeShape ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:order 1 ; sh:path biolink:pages ], - [ sh:datatype xsd:string ; - sh:description "Books should have industry-standard identifier such as from ISBN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:id ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], - [ sh:datatype xsd:string ; - sh:description "Should generally be set to an ontology class defined term for 'book'." ; - sh:order 17 ; - sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:rights ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 21 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:order 6 ; - sh:path dct:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ] ; - sh:targetClass biolink:Book . - -biolink:BookChapter a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Should generally be set to an ontology class defined term for 'book'." ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:order 18 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 4 ; - sh:path biolink:pages ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 6 ; - sh:path biolink:keywords ], + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:license ], + sh:order 9 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:order 20 ; - sh:path rdf:type ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:authors ], + sh:order 7 ; + sh:path biolink:license ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; + sh:order 5 ; sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 19 ; + sh:order 16 ; sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; - sh:order 9 ; + sh:order 6 ; sh:path dct:type ], [ sh:datatype xsd:string ; - sh:description "chapter of a book" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:chapter ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "Books should have industry-standard identifier such as from ISBN." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:minCount 1 ; sh:order 14 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 11 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:has_attribute ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; + sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:volume ], + sh:order 12 ; + sh:path biolink:full_name ] ; + sh:targetClass biolink:Book . + +biolink:BookChapter a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:id ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:authors ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:iri ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:creation_date ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 7 ; + sh:path biolink:mesh_terms ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 22 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:summary ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; + sh:description "chapter of a book" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:format ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 7 ; - sh:path biolink:mesh_terms ], + sh:order 2 ; + sh:path biolink:chapter ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 14 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:order 6 ; + sh:path biolink:keywords ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:full_name ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 4 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:order 9 ; + sh:path dct:type ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 16 ; sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 22 ; - sh:path dct:description ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 21 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path biolink:license ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:deprecated ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:description "The enclosing parent book containing the chapter should have industry-standard identifier from ISBN." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 0 ; sh:path biolink:published_in ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:full_name ] ; + sh:order 12 ; + sh:path biolink:format ], + [ sh:datatype xsd:string ; + sh:order 20 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:volume ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; + sh:order 21 ; + sh:path rdfs:label ] ; sh:targetClass biolink:BookChapter . biolink:CaseToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An abstract association for use where the case is the subject" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Case ; - sh:description "the case (e.g. patient) that has the property" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; @@ -1875,64 +1878,55 @@ biolink:CaseToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ] ; + sh:path rdf:object ], + [ sh:class biolink:Case ; + sh:description "the case (e.g. patient) that has the property" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ] ; sh:targetClass biolink:CaseToEntityAssociationMixin . biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a case (e.g. individual patient) and a phenotypic feature in which the individual has or has had the phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:property [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_percentage ], + sh:order 38 ; + sh:path biolink:has_total ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:deprecated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 44 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -1940,116 +1934,125 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:order 19 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_direction_qualifier ], + sh:order 5 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:subject_namespace ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:sex_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:has_quotient ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:Case ; + sh:description "the case (e.g. patient) that has the property" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 11 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:order 46 ; sh:path biolink:frequency_qualifier ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 43 ; + sh:path biolink:object_aspect_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; @@ -2061,18 +2064,47 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:minCount 1 ; sh:order 29 ; sh:path biolink:id ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Case ; - sh:description "the case (e.g. patient) that has the property" ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:integer ; sh:description "number of things with a particular property" ; sh:maxCount 1 ; @@ -2083,160 +2115,117 @@ biolink:CaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 35 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ] ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:CaseToPhenotypicFeatureAssociation . biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to cause the disease." ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:integer ; sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 40 ; sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 41 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 16 ; + sh:path biolink:timepoint ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:has_percentage ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 19 ; sh:path biolink:original_object ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; @@ -2244,138 +2233,179 @@ biolink:CausalGeneToDiseaseAssociation a sh:NodeShape ; sh:order 5 ; sh:path biolink:sex_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 25 ; sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to cause the disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 31 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 23 ; sh:path biolink:object_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 33 ; - sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:double ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], + sh:order 26 ; + sh:path biolink:subject_namespace ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 43 ; sh:path biolink:subject_direction_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 39 ; + sh:path biolink:has_count ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], + sh:order 18 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ] ; + sh:targetClass biolink:CausalGeneToDiseaseAssociation . + +biolink:Cell a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:description "a point in time" ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ] ; - sh:targetClass biolink:CausalGeneToDiseaseAssociation . - -biolink:Cell a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 11 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; @@ -2385,121 +2415,100 @@ biolink:Cell a sh:NodeShape ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ] ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:Cell . biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:property [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 41 ; + sh:path biolink:frequency_qualifier ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 36 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:CellLine ; - sh:description "A cell line derived from an organismal entity with a disease state that is used as a model of that disease." ; + sh:order 37 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "The relationship to the disease" ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 38 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -2507,28 +2516,21 @@ biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:order 17 ; sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -2536,131 +2538,115 @@ biolink:CellLineAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:CellLine ; + sh:description "A cell line derived from an organismal entity with a disease state that is used as a model of that disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:subject_direction_qualifier ] ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ] ; sh:targetClass biolink:CellLineAsAModelOfDiseaseAssociation . biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An relationship between a cell line and a disease or a phenotype, where the cell line is derived from an individual with that disease or phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; + sh:property [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -2668,140 +2654,172 @@ biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ] ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ] ; sh:targetClass biolink:CellLineToDiseaseOrPhenotypicFeatureAssociation . biolink:CellLineToEntityAssociationMixin a sh:NodeShape ; @@ -2837,57 +2855,57 @@ biolink:CellularOrganism a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ] ; @@ -2897,59 +2915,116 @@ biolink:ChemicalAffectsGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "Describes an effect that a chemical has on a gene or gene product (e.g. an impact of on its abundance, activity,localization, processing, expression, etc.)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:AnatomicalEntity ; + sh:property [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:object_context_qualifier ], + sh:order 36 ; + sh:path biolink:subject_category_closure ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:subject_context_qualifier ], - [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; - sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:causal_mechanism_qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path rdf:predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 49 ; - sh:path biolink:has_attribute ], + sh:order 7 ; + sh:path biolink:object_part_qualifier ], [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:subject_part_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:qualifiers ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:object_form_or_variant_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 25 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 41 ; + sh:path biolink:object_label_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:original_predicate ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:has_evidence ], - [ sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 29 ; + sh:path biolink:original_subject ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; + sh:order 47 ; + sh:path rdfs:label ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 48 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 26 ; + sh:path biolink:knowledge_level ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 33 ; + sh:path biolink:object_category ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 17 ; + sh:path rdf:object ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:qualifier ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; + sh:in ( "metabolite" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:publications ], [ sh:class biolink:AnatomicalEntity ; sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; @@ -2957,86 +3032,94 @@ biolink:ChemicalAffectsGeneAssociation a sh:NodeShape ; sh:order 12 ; sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 35 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 49 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 34 ; - sh:path biolink:subject_closure ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 40 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:object_context_qualifier ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 45 ; sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:iri ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 26 ; - sh:path biolink:knowledge_level ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:subject_direction_qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; - sh:in ( "metabolite" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:qualified_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 47 ; - sh:path rdfs:label ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:order 31 ; + sh:path biolink:original_object ], + [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; + sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:object_form_or_variant_qualifier ], + sh:order 11 ; + sh:path biolink:causal_mechanism_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 34 ; + sh:path biolink:subject_closure ], [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 27 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 40 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 36 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 31 ; - sh:path biolink:original_object ], + sh:order 18 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 38 ; sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 46 ; + sh:path rdf:type ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 50 ; + sh:path biolink:deprecated ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 48 ; + sh:path dct:description ], [ sh:class biolink:ChemicalEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -3044,163 +3127,98 @@ biolink:ChemicalAffectsGeneAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path rdf:subject ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_part_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 25 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:original_predicate ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 50 ; - sh:path biolink:deprecated ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:class biolink:OrganismTaxon ; + sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 17 ; - sh:path rdf:object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:object_namespace ], + sh:order 14 ; + sh:path biolink:species_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 41 ; - sh:path biolink:object_label_closure ], + sh:minCount 1 ; + sh:order 27 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 43 ; sh:path biolink:id ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:class biolink:OrganismTaxon ; - sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:species_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 46 ; - sh:path rdf:type ] ; + sh:order 32 ; + sh:path biolink:subject_category ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 28 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:ChemicalAffectsGeneAssociation . biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 2 ; + sh:path rdf:object ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; @@ -3210,104 +3228,113 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:ChemicalEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -3316,21 +3343,16 @@ biolink:ChemicalEntityAssessesNamedThingAssociation a sh:NodeShape ; sh:order 0 ; sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ] ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ] ; sh:targetClass biolink:ChemicalEntityAssessesNamedThingAssociation . biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape ; @@ -3338,173 +3360,149 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape sh:description "A regulatory relationship between two genes" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 29 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 35 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 30 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:description "the direction is always from regulator to regulated" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 2 ; sh:path rdf:predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 34 ; sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 0 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -3512,12 +3510,38 @@ biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation a sh:NodeShape sh:order 19 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ] ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ] ; sh:targetClass biolink:ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation . biolink:ChemicalEntityOrProteinOrPolypeptide a sh:NodeShape ; @@ -3535,44 +3559,78 @@ biolink:ChemicalEntityToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:object ] ; sh:targetClass biolink:ChemicalEntityToEntityAssociationMixin . biolink:ChemicalExposure a sh:NodeShape ; sh:closed true ; sh:description "A chemical exposure is an intake of a particular chemical entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:timepoint ], + sh:order 5 ; + sh:path biolink:iri ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:timepoint ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -3591,87 +3649,18 @@ biolink:ChemicalExposure a sh:NodeShape ; sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 10 ; - sh:path biolink:synonym ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ] ; + sh:path biolink:synonym ] ; sh:targetClass biolink:ChemicalExposure . biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:closed true ; sh:description "describes a physical interaction between a chemical entity and a gene or gene product. Any biological or chemical effect resulting from such an interaction are out of scope, and covered by the ChemicalAffectsGeneAssociation type (e.g. impact of a chemical on the abundance, activity, structure, etc, of either participant in the interaction)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:publications ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:original_predicate ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_form_or_variant_qualifier ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_part_qualifier ], - [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 34 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 20 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category ], [ sh:class biolink:ChemicalEntity ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; @@ -3679,250 +3668,232 @@ biolink:ChemicalGeneInteractionAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path rdf:subject ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:qualifier ], - [ sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path dct:description ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 9 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:qualifiers ], + sh:order 24 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:AnatomicalEntity ; + sh:order 17 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; + sh:in ( "metabolite" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:subject_context_qualifier ], - [ sh:description "a point in time" ; + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:timepoint ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:AnatomicalEntity ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:object_context_qualifier ], + sh:minCount 1 ; + sh:order 36 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 29 ; sh:path biolink:subject_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 42 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 31 ; + sh:path biolink:subject_namespace ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 22 ; sh:path biolink:original_subject ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; - sh:in ( "metabolite" ) ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 39 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:subject_closure ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:object_part_qualifier ], + sh:order 41 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 32 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:original_object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path biolink:subject_namespace ], + sh:order 20 ; + sh:path biolink:agent_type ], [ sh:class biolink:AnatomicalEntity ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 3 ; + sh:path biolink:subject_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:object_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path rdfs:label ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 18 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 42 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category ], + sh:order 37 ; + sh:path biolink:iri ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 10 ; sh:path rdf:object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 38 ; + sh:path biolink:category ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:anatomical_context_qualifier ], + [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:primary_knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:object_context_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_evidence ], + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:object_part_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 33 ; sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 36 ; - sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 38 ; - sh:path biolink:category ] ; - sh:targetClass biolink:ChemicalGeneInteractionAssociation . - -biolink:ChemicalMixture a sh:NodeShape ; - sh:closed true ; - sh:description "A chemical mixture is a chemical entity composed of two or more molecular entities." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 12 ; - sh:path biolink:synonym ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 10 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:order 26 ; + sh:path biolink:object_category ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:minCount 1 ; + sh:order 9 ; + sh:path rdf:predicate ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "" ; + sh:order 21 ; + sh:path biolink:timepoint ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_supplement ], + sh:order 4 ; + sh:path biolink:object_form_or_variant_qualifier ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], + sh:order 12 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:order 16 ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 39 ; sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; sh:order 14 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; + sh:path biolink:publications ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 34 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:object_closure ], + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_part_qualifier ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 43 ; + sh:path biolink:deprecated ] ; + sh:targetClass biolink:ChemicalGeneInteractionAssociation . + +biolink:ChemicalMixture a sh:NodeShape ; + sh:closed true ; + sh:description "A chemical mixture is a chemical entity composed of two or more molecular entities." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], + sh:order 4 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 9 ; - sh:path biolink:provided_by ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ], + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 12 ; + sh:path biolink:synonym ], [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; sh:order 3 ; @@ -3933,20 +3904,75 @@ biolink:ChemicalMixture a sh:NodeShape ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 9 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:is_supplement ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 10 ; + sh:path biolink:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path rdfs:label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 15 ; sh:path biolink:category ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:trade_name ] ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ] ; sh:targetClass biolink:ChemicalMixture . biolink:ChemicalOrDrugOrTreatment a sh:NodeShape ; @@ -3958,10 +3984,51 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:closed true ; sh:description "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary, typically (but not always) undesirable effect." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -3975,457 +4042,474 @@ biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:subject_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 17 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_subject ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:description "" ; - sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:FDA_adverse_event_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ] ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:deprecated ], + [ sh:description "" ; + sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:FDA_adverse_event_level ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ] ; sh:targetClass biolink:ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation . biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "This association defines a relationship between a chemical or treatment (or procedure) and a disease or phenotypic feature where the disesae or phenotypic feature is a secondary undesirable effect." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 29 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:description "a point in time" ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], + sh:order 4 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "" ; sh:in ( "life_threatening_adverse_event" "serious_adverse_event" "suspected_adverse_reaction" "unexpected_adverse_event" ) ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:FDA_adverse_event_level ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], + sh:order 36 ; + sh:path biolink:deprecated ], [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 1 ; sh:path rdf:subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:subject_namespace ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 11 ; sh:path biolink:aggregator_knowledge_source ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_predicate ] ; + sh:targetClass biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . + +biolink:ChemicalToChemicalAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 8 ; + sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 7 ; + sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; + sh:order 12 ; sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; + sh:order 26 ; sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; + sh:order 19 ; sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ] ; - sh:targetClass biolink:ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation . - -biolink:ChemicalToChemicalAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "A relationship between two chemical entities. This can encompass actual interactions as well as temporal causal edges, e.g. one chemical converted to another." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:ChemicalEntity ; sh:description "the chemical element that is the target of the statement" ; sh:maxCount 1 ; @@ -4433,151 +4517,145 @@ biolink:ChemicalToChemicalAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:boolean ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ] ; + sh:targetClass biolink:ChemicalToChemicalAssociation . + +biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "A causal relationship between two chemical entities, where the subject represents the upstream entity and the object represents the downstream. For any such association there is an implicit reaction: IF R has-input C1 AND R has-output C2 AND R enabled-by P AND R type Reaction THEN C1 derives-into C2 catalyst qualifier P" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 35 ; + sh:order 36 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 27 ; + sh:order 28 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 5 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 3 ; + sh:order 4 ; sh:path biolink:negated ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "this connects the derivation edge to the chemical entity that catalyzes the reaction that causes the subject chemical to transform into the object chemical." ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; - sh:path rdf:subject ], + sh:path biolink:catalyst_qualifier ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ] ; - sh:targetClass biolink:ChemicalToChemicalAssociation . - -biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "A causal relationship between two chemical entities, where the subject represents the upstream entity and the object represents the downstream. For any such association there is an implicit reaction: IF R has-input C1 AND R has-output C2 AND R enabled-by P AND R type Reaction THEN C1 derives-into C2 catalyst qualifier P" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], + sh:order 31 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 34 ; sh:path dct:description ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the downstream chemical entity" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ], + sh:order 35 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 32 ; @@ -4586,56 +4664,13 @@ biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 27 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], [ sh:class biolink:ChemicalEntity ; sh:description "the upstream chemical entity" ; sh:maxCount 1 ; @@ -4643,58 +4678,57 @@ biolink:ChemicalToChemicalDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path rdf:subject ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 29 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the downstream chemical entity" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 3 ; + sh:path rdf:object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "this connects the derivation edge to the chemical entity that catalyzes the reaction that causes the subject chemical to transform into the object chemical." ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path biolink:catalyst_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ] ; + sh:path biolink:original_subject ] ; sh:targetClass biolink:ChemicalToChemicalDerivationAssociation . biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; @@ -4702,134 +4736,166 @@ biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:description "An interaction between a chemical entity and a phenotype or disease, where the presence of the chemical gives rise to or exacerbates the phenotype." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "a point in time" ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "the disease or phenotype that is affected by the chemical" ; sh:maxCount 1 ; @@ -4837,64 +4903,34 @@ biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation . biolink:ChemicalToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An interaction between a chemical entity and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:ChemicalEntityOrGeneOrGeneProduct ; sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -4908,45 +4944,81 @@ biolink:ChemicalToPathwayAssociation a sh:NodeShape ; sh:closed true ; sh:description "An interaction between a chemical entity and a biological process or pathway." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:property [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:Pathway ; + sh:description "the pathway that is affected by the chemical" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical entity that is affecting the pathway" ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; @@ -4956,177 +5028,129 @@ biolink:ChemicalToPathwayAssociation a sh:NodeShape ; sh:order 30 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:ChemicalEntity ; + sh:description "the chemical entity that is affecting the pathway" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Pathway ; - sh:description "the pathway that is affected by the chemical" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ] ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:ChemicalToPathwayAssociation . biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a chi squared analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:class biolink:Attribute ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; @@ -5136,36 +5160,86 @@ biolink:ChiSquaredAnalysisResult a sh:NodeShape ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ] ; sh:targetClass biolink:ChiSquaredAnalysisResult . biolink:ClinicalCourse a sh:NodeShape ; sh:closed true ; sh:description "The course a disease typically takes from its onset, progression in time, and eventual resolution or death of the affected individual" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; @@ -5173,78 +5247,62 @@ biolink:ClinicalCourse a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ] ; sh:targetClass biolink:ClinicalCourse . biolink:ClinicalEntity a sh:NodeShape ; sh:closed true ; sh:description "Any entity or process that exists in the clinical domain and outside the biological realm. Diseases are placed under biological entities" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:order 7 ; sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; @@ -5260,47 +5318,20 @@ biolink:ClinicalEntity a sh:NodeShape ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 9 ; - sh:path dct:description ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ] ; + sh:path dct:description ] ; sh:targetClass biolink:ClinicalEntity . biolink:ClinicalFinding a sh:NodeShape ; sh:closed true ; sh:description "this category is currently considered broad enough to tag clinical lab measurements and other biological attributes taken as 'clinical traits' with some statistical score, for example, a p value in genetic associations." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], @@ -5309,127 +5340,115 @@ biolink:ClinicalFinding a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ] ; + sh:order 1 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:ClinicalFinding . biolink:ClinicalIntervention a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ] ; sh:targetClass biolink:ClinicalIntervention . biolink:ClinicalMeasurement a sh:NodeShape ; sh:closed true ; sh:description "A clinical measurement is a special kind of attribute which results from a laboratory observation from a subject individual or sample. Measurements can be connected to their subject by the 'has attribute' slot." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -5439,53 +5458,105 @@ biolink:ClinicalMeasurement a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 5 ; + sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ] ; sh:targetClass biolink:ClinicalMeasurement . biolink:ClinicalModifier a sh:NodeShape ; sh:closed true ; sh:description "Used to characterize and specify the phenotypic abnormalities defined in the phenotypic abnormality sub-ontology, with respect to severity, laterality, and other aspects" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; @@ -5494,27 +5565,12 @@ biolink:ClinicalModifier a sh:NodeShape ; sh:path biolink:has_qualitative_value ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; @@ -5526,49 +5582,51 @@ biolink:ClinicalModifier a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ] ; + sh:order 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:ClinicalModifier . biolink:ClinicalTrial a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], + sh:order 9 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -5578,135 +5636,125 @@ biolink:ClinicalTrial a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 5 ; + sh:order 2 ; + sh:path biolink:full_name ] ; + sh:targetClass biolink:ClinicalTrial . + +biolink:CodingSequence a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], + sh:order 10 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 3 ; + sh:path biolink:provided_by ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 6 ; + sh:order 9 ; sh:path biolink:category ], [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; + sh:order 6 ; sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ] ; - sh:targetClass biolink:ClinicalTrial . - -biolink:CodingSequence a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 4 ; sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 3 ; - sh:path biolink:provided_by ] ; + sh:path biolink:has_biological_sequence ] ; sh:targetClass biolink:CodingSequence . biolink:Cohort a sh:NodeShape ; sh:closed true ; sh:description "A group of people banded together or treated as a group who share common characteristics. A cohort 'study' is a particular form of longitudinal study that samples a cohort, performing a cross-section at intervals through time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], @@ -5715,71 +5763,65 @@ biolink:Cohort a sh:NodeShape ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ] ; + sh:order 10 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Cohort . biolink:CommonDataElement a sh:NodeShape ; sh:closed true ; sh:description "A Common Data Element (CDE) is a standardized, precisely defined question, paired with a set of allowable responses, used systematically across different sites, studies, or clinical trials to ensure consistent data collection. Multiple CDEs (from one or more Collections) can be curated into Forms. (https://cde.nlm.nih.gov/home)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:description "a human-readable description of an entity" ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 7 ; sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; @@ -5789,79 +5831,66 @@ biolink:CommonDataElement a sh:NodeShape ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ] ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ] ; sh:targetClass biolink:CommonDataElement . biolink:ComplexChemicalExposure a sh:NodeShape ; sh:closed true ; sh:description "A complex chemical exposure is an intake of a chemical mixture (e.g. gasoline), other than a drug." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 5 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; sh:path biolink:id ], [ sh:datatype xsd:string ; sh:order 11 ; @@ -5874,10 +5903,19 @@ biolink:ComplexChemicalExposure a sh:NodeShape ; [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:ComplexChemicalExposure . biolink:ComplexMolecularMixture a sh:NodeShape ; @@ -5885,169 +5923,169 @@ biolink:ComplexMolecularMixture a sh:NodeShape ; sh:description "A complex molecular mixture is a chemical mixture composed of two or more molecular entities with unknown concentration and stoichiometry." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:id ], + sh:order 4 ; + sh:path biolink:trade_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 9 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 18 ; sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_supplement ], + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 10 ; sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 12 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:trade_name ], + sh:order 17 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:id ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; sh:order 3 ; sh:path biolink:routes_of_delivery ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 12 ; + sh:path biolink:synonym ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 16 ; - sh:path rdf:type ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 8 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ] ; + sh:path biolink:has_chemical_role ] ; sh:targetClass biolink:ComplexMolecularMixture . biolink:ConceptCountAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a concept count analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:format ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 0 ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ] ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:ConceptCountAnalysisResult . biolink:ConfidenceLevel a sh:NodeShape ; @@ -6055,71 +6093,71 @@ biolink:ConfidenceLevel a sh:NodeShape ; sh:description "Level of confidence in a statement" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ] ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ] ; sh:targetClass biolink:ConfidenceLevel . biolink:ContributorAssociation a sh:NodeShape ; @@ -6127,464 +6165,437 @@ biolink:ContributorAssociation a sh:NodeShape ; sh:description "Any association between an entity (such as a publication) and various agents that contribute to its realisation" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "this field can be used to annotate special characteristics of an agent relationship, such as the fact that a given author agent of a publication is the 'corresponding author'" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Agent ; + sh:description "agent helping to realise the given entity (e.g. such as a publication)" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:InformationContentEntity ; - sh:description "information content entity which an agent has helped realise" ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:description "generally one of the predicate values 'provider', 'publisher', 'editor' or 'author'" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:Agent ; - sh:description "agent helping to realise the given entity (e.g. such as a publication)" ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "generally one of the predicate values 'provider', 'publisher', 'editor' or 'author'" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:InformationContentEntity ; + sh:description "information content entity which an agent has helped realise" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "this field can be used to annotate special characteristics of an agent relationship, such as the fact that a given author agent of a publication is the 'corresponding author'" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ] ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:ContributorAssociation . biolink:CorrelatedGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:property [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:has_count ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 43 ; sh:path biolink:subject_direction_qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:has_percentage ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], + sh:order 25 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 31 ; sh:path biolink:id ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], + sh:order 20 ; + sh:path biolink:subject_category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_evidence ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 41 ; + sh:path biolink:has_quotient ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_total ], + sh:order 16 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is shown to correlate with the disease." ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 36 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:description "a point in time" ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is shown to correlate with the disease." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:publications ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 33 ; - sh:path biolink:category ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:CorrelatedGeneToDiseaseAssociation . biolink:DatasetSummary a sh:NodeShape ; sh:closed true ; sh:description "an item that holds summary level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path schema1:logo ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; @@ -6593,17 +6604,19 @@ biolink:DatasetSummary a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:source_web_page ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:order 13 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 2 ; @@ -6612,6 +6625,35 @@ biolink:DatasetSummary a sh:NodeShape ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path schema1:logo ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:format ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path rdfs:label ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; @@ -6623,50 +6665,36 @@ biolink:DatasetVersion a sh:NodeShape ; sh:closed true ; sh:description "an item that holds version level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:category ], + sh:order 11 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 15 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + [ sh:class biolink:DatasetDistribution ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:format ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path dct:distribution ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:has_attribute ], - [ sh:class biolink:Dataset ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_dataset ], - [ sh:datatype xsd:string ; - sh:order 14 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:class biolink:DatasetDistribution ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path dct:distribution ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 4 ; @@ -6676,33 +6704,47 @@ biolink:DatasetVersion a sh:NodeShape ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:creation_date ], + [ sh:class biolink:Dataset ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_dataset ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:license ], + sh:order 1 ; + sh:path biolink:ingest_date ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 18 ; sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:ingest_date ], - [ sh:description "a human-readable description of an entity" ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:order 14 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 16 ; - sh:path dct:description ], + sh:order 5 ; + sh:path biolink:format ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ] ; + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:license ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path dct:description ] ; sh:targetClass biolink:DatasetVersion . biolink:DiagnosticAid a sh:NodeShape ; @@ -6715,105 +6757,79 @@ biolink:DiagnosticAid a sh:NodeShape ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 9 ; sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ] ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:DiagnosticAid . biolink:DiseaseOrPhenotypicFeatureExposure a sh:NodeShape ; sh:closed true ; sh:description "A disease or phenotypic feature state, when viewed as an exposure, represents an precondition, leading to or influencing an outcome, e.g. HIV predisposing an individual to infections; a relative deficiency of skin pigmentation predisposing an individual to skin cancer." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -6821,20 +6837,46 @@ biolink:DiseaseOrPhenotypicFeatureExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_attribute_type ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ] ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureExposure . biolink:DiseaseOrPhenotypicFeatureOutcome a sh:NodeShape ; @@ -6846,11 +6888,13 @@ biolink:DiseaseOrPhenotypicFeatureOutcome a sh:NodeShape ; biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -6858,67 +6902,85 @@ biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToEntityAssociationMixin . biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between either a disease or a phenotypic feature and its mode of (genetic) inheritance." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; @@ -6926,11 +6988,18 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -6938,61 +7007,32 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape sh:order 18 ; sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:GeneticInheritance ; sh:description "genetic inheritance associated with the specified disease or phenotypic feature." ; sh:maxCount 1 ; @@ -7000,109 +7040,162 @@ biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation a sh:NodeShape sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ] ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation . biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between either a disease or a phenotypic feature and an anatomical entity, where the disease/feature manifests in that site." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], [ sh:class biolink:AnatomicalEntity ; sh:description "anatomical entity in which the disease or feature is found." ; sh:maxCount 1 ; @@ -7110,125 +7203,78 @@ biolink:DiseaseOrPhenotypicFeatureToLocationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; - sh:path biolink:subject_closure ] ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeatureToLocationAssociation . biolink:DiseaseToEntityAssociationMixin a sh:NodeShape ; @@ -7241,127 +7287,93 @@ biolink:DiseaseToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:Disease ; sh:description "disease class" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:path rdf:subject ] ; sh:targetClass biolink:DiseaseToEntityAssociationMixin . biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between an exposure event and a disease." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; + sh:property [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:ExposureEvent ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -7369,107 +7381,147 @@ biolink:DiseaseToExposureEventAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:Disease ; + sh:description "disease class" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:class biolink:Disease ; - sh:description "disease class" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; - sh:path biolink:object_category ] ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ] ; sh:targetClass biolink:DiseaseToExposureEventAssociation . biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_count ], + sh:order 35 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 20 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 32 ; + sh:path biolink:object_label_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 19 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Disease ; + sh:description "disease class" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:retrieval_source_ids ], + sh:order 5 ; + sh:path rdf:subject ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:has_percentage ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -7477,227 +7529,250 @@ biolink:DiseaseToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path rdf:object ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 14 ; + sh:path biolink:knowledge_source ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 47 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_evidence ], + sh:order 27 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:Disease ; - sh:description "disease class" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 31 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Onset ; - sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject." ; - sh:maxCount 1 ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:onset_qualifier ], + sh:order 33 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:has_quotient ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path dct:description ], + sh:order 41 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 16 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:original_subject ], + sh:order 15 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:subject_category_closure ], + sh:order 11 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 32 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 30 ; sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 37 ; + sh:path rdf:type ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:subject_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 2 ; + sh:path biolink:has_total ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 18 ; sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Onset ; + sh:description "a qualifier used in a phenotypic association to state when the phenotype appears is in the subject." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:qualifiers ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 36 ; - sh:path biolink:category ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 0 ; + sh:path biolink:onset_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 47 ; - sh:path biolink:frequency_qualifier ], + sh:order 1 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:qualified_predicate ], + sh:order 10 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 34 ; - sh:path biolink:id ], + sh:order 29 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 22 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 16 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:deprecated ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 38 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; - sh:path rdf:predicate ], + sh:order 34 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 46 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_evidence ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 21 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 31 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:object_category ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 37 ; - sh:path rdf:type ], - [ sh:description "a point in time" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:publications ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 22 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category ], + sh:order 43 ; + sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 40 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 36 ; + sh:path biolink:category ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:iri ] ; + sh:minCount 1 ; + sh:order 6 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:knowledge_level ] ; sh:targetClass biolink:DiseaseToPhenotypicFeatureAssociation . biolink:DrugExposure a sh:NodeShape ; sh:closed true ; sh:description "A drug exposure is an intake of a particular drug." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 7 ; - sh:path biolink:provided_by ], + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path biolink:has_quantitative_value ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 10 ; sh:path biolink:synonym ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], @@ -7706,37 +7781,18 @@ biolink:DrugExposure a sh:NodeShape ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 1 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -7744,16 +7800,10 @@ biolink:DrugExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_attribute_type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ] ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ] ; sh:targetClass biolink:DrugExposure . biolink:DrugLabel a sh:NodeShape ; @@ -7761,80 +7811,74 @@ biolink:DrugLabel a sh:NodeShape ; sh:description "a document accompanying a drug or its container that provides written, printed or graphic information about the drug, including drug contents, specific instructions or warnings for administration, storage and disposal instructions, etc." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ sh:datatype xsd:string ; - sh:order 17 ; - sh:path rdf:type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:category ], + sh:order 10 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:order 1 ; sh:path biolink:pages ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path dct:description ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:iri ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:rights ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ], [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; sh:order 18 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 11 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:summary ], [ sh:description "mesh terms tagging a publication" ; sh:order 4 ; sh:path biolink:mesh_terms ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:creation_date ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; @@ -7845,20 +7889,33 @@ biolink:DrugLabel a sh:NodeShape ; sh:maxCount 1 ; sh:order 21 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ] ; + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:full_name ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path dct:description ] ; sh:targetClass biolink:DrugLabel . biolink:DrugToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An interaction between a drug and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; @@ -7869,116 +7926,73 @@ biolink:DrugToEntityAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:path rdf:subject ] ; sh:targetClass biolink:DrugToEntityAssociationMixin . biolink:DrugToGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "An interaction between a drug and a gene or gene product." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the gene or gene product that is affected by the drug" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:Drug ; sh:description "the drug that is an interactor" ; sh:maxCount 1 ; @@ -7986,114 +8000,151 @@ biolink:DrugToGeneAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the gene or gene product that is affected by the drug" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ] ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:DrugToGeneAssociation . biolink:DrugToGeneInteractionExposure a sh:NodeShape ; sh:closed true ; sh:description "drug to gene interaction exposure is a drug exposure is where the interactions of the drug with specific genes are known to constitute an 'exposure' to the organism, leading to or influencing an outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 8 ; - sh:path biolink:provided_by ], + sh:property [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:category ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:order 13 ; - sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -8104,351 +8155,338 @@ biolink:DrugToGeneInteractionExposure a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 9 ; sh:path biolink:xref ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 11 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; - sh:path biolink:has_qualitative_value ] ; + sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 8 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 11 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path rdf:type ] ; sh:targetClass biolink:DrugToGeneInteractionExposure . biolink:DruggableGeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the disease in a protective manner, or if the product produced by the gene can be targeted by a small molecule and this leads to a protective or improving disease state." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 34 ; sh:path rdf:type ], [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 40 ; + sh:path biolink:has_total ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], - [ sh:description "connects an association to an instance of supporting evidence" ; - sh:in ( "tclin" "tbio" "tchem" "tdark" ) ; - sh:order 10 ; - sh:path biolink:has_evidence ], + sh:order 9 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:minCount 1 ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 43 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the disease in a protective manner, or if the product produced by the gene can be targeted by a small molecule and this leads to a protective or improving disease state." ; + sh:order 39 ; + sh:path biolink:has_count ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], + sh:order 20 ; + sh:path biolink:subject_category ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 33 ; sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 19 ; sh:path biolink:original_object ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_total ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 36 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 13 ; sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:description "connects an association to an instance of supporting evidence" ; + sh:in ( "tclin" "tbio" "tchem" "tdark" ) ; + sh:order 10 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 38 ; sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:order 42 ; + sh:path biolink:has_percentage ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category_closure ] ; sh:targetClass biolink:DruggableGeneToDiseaseAssociation . biolink:Entity a sh:NodeShape ; sh:closed false ; sh:description "Root Biolink Model class for all things and informational relationships, real or imagined." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 2 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:deprecated ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 2 ; + sh:path biolink:category ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:order 3 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 5 ; sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:has_attribute ] ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ] ; sh:targetClass biolink:Entity . biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:negated ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 26 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 34 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], - [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:max_research_phase ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:deprecated ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -8456,90 +8494,103 @@ biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path rdf:object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_evidence ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 32 ; sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], - [ sh:description "" ; - sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:clinical_approval_status ], + sh:order 16 ; + sh:path biolink:original_subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:qualifiers ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 36 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ], + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:negated ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 33 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 24 ; + sh:path biolink:object_category_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 30 ; - sh:path biolink:id ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 13 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_predicate ], + sh:order 37 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_subject ], + sh:order 10 ; + sh:path biolink:knowledge_source ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 35 ; sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:subject_namespace ], + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:description "" ; + sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:clinical_approval_status ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:object_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_evidence ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 31 ; @@ -8548,128 +8599,128 @@ biolink:EntityToDiseaseAssociation a sh:NodeShape ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], + sh:order 19 ; + sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:qualifiers ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path rdf:predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 28 ; sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 30 ; + sh:path biolink:id ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:publications ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 33 ; + sh:path rdf:type ], + [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_object ], + sh:order 1 ; + sh:path biolink:max_research_phase ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:object_closure ], + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 25 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:subject_closure ] ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:original_object ] ; sh:targetClass biolink:EntityToDiseaseAssociation . biolink:EntityToDiseaseAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "mixin class for any association whose object (target node) is a disease" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Disease ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path rdf:subject ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path rdf:object ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], + sh:minCount 1 ; + sh:order 7 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualified_predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:object_direction_qualifier ], + sh:order 2 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:frequency_qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path rdf:predicate ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:object_aspect_qualifier ] ; + sh:order 1 ; + sh:path biolink:subject_direction_qualifier ] ; sh:targetClass biolink:EntityToDiseaseAssociationMixin . biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:property [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -8682,25 +8733,30 @@ biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ] ; + sh:path rdf:subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:EntityToDiseaseOrPhenotypicFeatureAssociationMixin . biolink:EntityToExposureEventAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An association between some entity and an exposure event." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:ExposureEvent ; + sh:property [ sh:class biolink:ExposureEvent ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -8719,10 +8775,11 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:minCount 1 ; sh:order 7 ; sh:path rdf:predicate ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:frequency_qualifier ], + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -8730,21 +8787,15 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 5 ; + sh:path biolink:frequency_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; @@ -8761,21 +8812,19 @@ biolink:EntityToFeatureOrDiseaseQualifiersMixin a sh:NodeShape ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 8 ; - sh:path rdf:object ] ; + sh:path rdf:object ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_direction_qualifier ] ; sh:targetClass biolink:EntityToFeatureOrDiseaseQualifiersMixin . biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An association between some entity and an outcome" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Outcome ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -8786,302 +8835,300 @@ biolink:EntityToOutcomeAssociationMixin a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; - sh:path rdf:predicate ] ; + sh:path rdf:predicate ], + [ sh:class biolink:Outcome ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:EntityToOutcomeAssociationMixin . biolink:EntityToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; + sh:property [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:object_label_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:description "" ; + sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:clinical_approval_status ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 33 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:qualifiers ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:object_category_closure ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 3 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 29 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:agent_type ], + sh:order 18 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:negated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:object_label_closure ], + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 32 ; + sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:subject ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 31 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 30 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], + sh:order 19 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:knowledge_source ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:object_closure ], [ sh:in ( "pre_clinical_research_phase" "clinical_trial_phase" "clinical_trial_phase_1" "clinical_trial_phase_2" "clinical_trial_phase_3" "clinical_trial_phase_4" "not_provided" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:max_research_phase ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 36 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 36 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], + sh:order 26 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 33 ; - sh:path rdf:type ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:deprecated ], + sh:order 10 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 16 ; + sh:path biolink:original_subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 14 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:description "" ; - sh:in ( "approved_for_condition" "fda_approved_for_condition" "not_approved_for_condition" "post_approval_withdrawal" "off_label_use" "not_provided" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:clinical_approval_status ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:object_closure ], + sh:order 30 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_object ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 32 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_evidence ] ; + sh:order 34 ; + sh:path rdfs:label ] ; sh:targetClass biolink:EntityToPhenotypicFeatureAssociation . biolink:EntityToPhenotypicFeatureAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:property [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:order 4 ; + sh:path biolink:has_count ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:qualified_predicate ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 8 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:subject_direction_qualifier ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:frequency_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:has_percentage ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:has_count ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:order 6 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:path biolink:has_quotient ] ; sh:targetClass biolink:EntityToPhenotypicFeatureAssociationMixin . biolink:EnvironmentalExposure a sh:NodeShape ; sh:closed true ; sh:description "A environmental exposure is a factor relating to abiotic processes in the environment including sunlight (UV-B), atmospheric (heat, cold, general pollution) and water-born contaminants." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; @@ -9090,61 +9137,81 @@ biolink:EnvironmentalExposure a sh:NodeShape ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path biolink:has_quantitative_value ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 8 ; sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ] ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ] ; sh:targetClass biolink:EnvironmentalExposure . biolink:EnvironmentalFeature a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; @@ -9153,171 +9220,162 @@ biolink:EnvironmentalFeature a sh:NodeShape ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path biolink:id ] ; + sh:order 11 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:EnvironmentalFeature . biolink:EnvironmentalFoodContaminant a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 6 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:is_toxic ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:trade_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 9 ; sh:path biolink:id ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 1 ; - sh:path biolink:available_from ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 5 ; sh:path biolink:provided_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:string ; + sh:description "" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], + sh:order 0 ; + sh:path biolink:trade_name ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_chemical_role ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 1 ; + sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:order 2 ; - sh:path biolink:max_tolerated_dose ] ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ] ; sh:targetClass biolink:EnvironmentalFoodContaminant . biolink:EnvironmentalProcess a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:EnvironmentalProcess . biolink:EpidemiologicalOutcome a sh:NodeShape ; @@ -9339,55 +9397,55 @@ biolink:Event a sh:NodeShape ; sh:closed true ; sh:description "Something that happens at a given place and time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 9 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ] ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ] ; sh:targetClass biolink:Event . biolink:ExonToTranscriptRelationship a sh:NodeShape ; @@ -9395,96 +9453,112 @@ biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:description "A transcript is formed from multiple exons" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:Exon ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:Transcript ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -9492,32 +9566,11 @@ biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; @@ -9527,103 +9580,88 @@ biolink:ExonToTranscriptRelationship a sh:NodeShape ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Exon ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ] ; sh:targetClass biolink:ExonToTranscriptRelationship . biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between an exposure event and an outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 18 ; + sh:path biolink:original_object ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:order 15 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 30 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -9633,299 +9671,250 @@ biolink:ExposureEventToOutcomeAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:negated ], - [ sh:class biolink:Outcome ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 4 ; - sh:path rdf:object ], + sh:order 31 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:qualifier ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:population_context_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 7 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 32 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Outcome ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 4 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 33 ; sh:path rdf:type ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:deprecated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 5 ; + sh:path biolink:negated ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:object_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:knowledge_level ], + [ sh:description "a constraint of time placed upon the truth value of an association. for time intervales, use temporal interval qualifier." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:temporal_context_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 21 ; sh:path biolink:subject_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 36 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 25 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "a constraint of time placed upon the truth value of an association. for time intervales, use temporal interval qualifier." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:temporal_context_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 27 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 31 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path rdf:predicate ], + sh:order 35 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 36 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:population_context_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:timepoint ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 32 ; - sh:path biolink:category ] ; + sh:minCount 1 ; + sh:order 30 ; + sh:path biolink:id ] ; sh:targetClass biolink:ExposureEventToOutcomeAssociation . biolink:ExposureEventToPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between an environment and a phenotypic feature, where being in the environment influences the phenotype." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 8 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 36 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 39 ; + sh:path biolink:has_quotient ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], + sh:order 23 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 37 ; + sh:path biolink:has_count ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:sex_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 40 ; sh:path biolink:has_percentage ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 34 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_quotient ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:class biolink:ExposureEvent ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 31 ; sh:path biolink:category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_total ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 17 ; + sh:path biolink:original_object ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -9933,99 +9922,162 @@ biolink:ExposureEventToPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 29 ; sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_count ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], + sh:order 19 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 43 ; sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ] ; - sh:targetClass biolink:ExposureEventToPhenotypicFeatureAssociation . - -biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; - sh:closed false ; - sh:description "Qualifiers for disease or phenotype to entity associations." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path rdf:predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 44 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 0 ; + sh:order 41 ; sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_total ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:class biolink:ExposureEvent ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path rdf:object ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ] ; + sh:targetClass biolink:ExposureEventToPhenotypicFeatureAssociation . + +biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; + sh:closed false ; + sh:description "Qualifiers for disease or phenotype to entity associations." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -10037,171 +10089,179 @@ biolink:FeatureOrDiseaseQualifiersToEntityMixin a sh:NodeShape ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:frequency_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path rdf:object ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualified_predicate ], + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 7 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 2 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:object_direction_qualifier ] ; + sh:path biolink:object_aspect_qualifier ] ; sh:targetClass biolink:FeatureOrDiseaseQualifiersToEntityMixin . biolink:Food a sh:NodeShape ; sh:closed true ; sh:description "A substance consumed by a living organism as a source of nutrition" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:order 16 ; - sh:path rdf:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 12 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 9 ; - sh:path biolink:provided_by ], - [ sh:description "" ; + sh:property [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 5 ; sh:path biolink:available_from ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 9 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:trade_name ], + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:id ], [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; sh:order 3 ; sh:path biolink:routes_of_delivery ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 10 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:deprecated ], + sh:order 16 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:is_supplement ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:is_toxic ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 12 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 17 ; sh:path rdfs:label ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 10 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:datatype xsd:string ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], [ sh:datatype xsd:string ; sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; sh:maxCount 1 ; sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ] ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path dct:description ] ; sh:targetClass biolink:Food . biolink:FoodAdditive a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:class biolink:ChemicalRole ; + sh:property [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_chemical_role ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 5 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 1 ; - sh:path biolink:available_from ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:is_toxic ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 1 ; + sh:path biolink:available_from ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -10211,52 +10271,56 @@ biolink:FoodAdditive a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 6 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:trade_name ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:max_tolerated_dose ] ; + sh:path biolink:xref ] ; sh:targetClass biolink:FoodAdditive . biolink:FrequencyQualifierMixin a sh:NodeShape ; sh:closed false ; sh:description "Qualifier for frequency type associations" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:frequency_qualifier ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path rdf:subject ] ; + sh:path rdf:subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:FrequencyQualifierMixin . biolink:FrequencyQuantifier a sh:NodeShape ; @@ -10271,300 +10335,297 @@ biolink:FrequencyQuantifier a sh:NodeShape ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_quotient ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_total ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 3 ; - sh:path biolink:has_percentage ] ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:has_total ] ; sh:targetClass biolink:FrequencyQuantifier . biolink:FunctionalAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a macromolecular machine mixin (gene, gene product or complex of gene products) and either a molecular activity, a biological process or a cellular location in which a function is executed." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:description "a point in time" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ] ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ] ; sh:targetClass biolink:FunctionalAssociation . biolink:Fungus a sh:NodeShape ; sh:closed true ; sh:description "A kingdom of eukaryotic, heterotrophic organisms that live as saprobes or parasites, including mushrooms, yeasts, smuts, molds, etc. They reproduce either sexually or asexually, and have life cycles that range from simple to complex. Filamentous fungi refer to those that grow as multicellular colonies (mushrooms and molds)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 11 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; - sh:path biolink:synonym ] ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ] ; sh:targetClass biolink:Fungus . biolink:GeneAffectsChemicalAssociation a sh:NodeShape ; sh:closed true ; sh:description "Describes an effect that a gene or gene product has on a chemical entity (e.g. an impact of on its abundance, activity, localization, processing, transport, etc.)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 50 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 44 ; - sh:path biolink:id ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:anatomical_context_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 16 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:iri ], + sh:order 30 ; + sh:path biolink:original_subject ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:knowledge_source ], [ sh:class biolink:ChemicalEntity ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -10573,483 +10634,492 @@ biolink:GeneAffectsChemicalAssociation a sh:NodeShape ; sh:order 18 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:object_namespace ], + sh:order 32 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:subject_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 51 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 35 ; - sh:path biolink:subject_closure ], - [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; - sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:causal_mechanism_qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 48 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 33 ; - sh:path biolink:subject_category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 27 ; - sh:path biolink:knowledge_level ], [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:subject_part_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 50 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a point in time" ; + [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:timepoint ], + sh:order 7 ; + sh:path biolink:object_part_qualifier ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 26 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:has_evidence ], + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:qualified_predicate ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 36 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:iri ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:timepoint ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:publications ], + [ sh:class biolink:OrganismTaxon ; + sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:species_context_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:subject_direction_qualifier ], - [ sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; - sh:in ( "3_prime_utr" "5_prime_utr" "polya_tail" "promoter" "enhancer" "exon" "intron" ) ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 42 ; + sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_part_qualifier ], + sh:order 49 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 51 ; + sh:path biolink:deprecated ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 17 ; sh:path rdf:predicate ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 46 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 47 ; - sh:path rdf:type ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 31 ; sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 26 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:AnatomicalEntity ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:object_context_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:qualifiers ], + sh:order 13 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:qualified_predicate ], + sh:order 40 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 44 ; + sh:path biolink:id ], [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:object_form_or_variant_qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 43 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:original_subject ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 16 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 36 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:original_object ], + sh:order 19 ; + sh:path biolink:negated ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:AnatomicalEntity ; + sh:order 21 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:subject_context_qualifier ], - [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the object of an association (or statement)." ; - sh:in ( "metabolite" ) ; + sh:order 33 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:object_derivative_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 25 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 41 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OrganismTaxon ; - sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; + sh:order 48 ; + sh:path rdfs:label ], + [ sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "genetic_variant_form" "modified_form" "loss_of_function_variant_form" "gain_of_function_variant_form" "polymorphic_form" "snp_form" "analog_form" ) ; sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:species_context_qualifier ], - [ sh:description "a human-readable description of an entity" ; + sh:order 23 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 35 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; - sh:order 49 ; - sh:path dct:description ], + sh:order 2 ; + sh:path biolink:subject_derivative_qualifier ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:qualifier ], + [ sh:class biolink:AnatomicalEntity ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:object_context_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:object_category ], + [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; + sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:causal_mechanism_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 42 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 47 ; + sh:path rdf:type ], + [ sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the object of an association (or statement)." ; + sh:in ( "metabolite" ) ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:subject_derivative_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 11 ; + sh:path biolink:object_derivative_qualifier ], + [ sh:class biolink:AnatomicalEntity ; sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:subject_context_qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 46 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:subject_category_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:agent_type ], + sh:order 27 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:primary_knowledge_source ] ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 41 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:object_category_closure ] ; sh:targetClass biolink:GeneAffectsChemicalAssociation . biolink:GeneAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 28 ; sh:path biolink:subject_label_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 15 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 33 ; sh:path biolink:category ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_total ], + sh:order 18 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:double ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:subject_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 43 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 39 ; + sh:path biolink:has_count ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 44 ; sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a point in time" ; + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ], + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:order 46 ; sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 31 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 36 ; sh:path dct:description ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:has_quotient ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], + sh:order 20 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 34 ; sh:path rdf:type ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_total ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:order 45 ; sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], - [ sh:description "The relationship to the disease" ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ] ; + sh:order 16 ; + sh:path biolink:timepoint ] ; sh:targetClass biolink:GeneAsAModelOfDiseaseAssociation . biolink:GeneExpressionMixin a sh:NodeShape ; sh:closed false ; sh:description "Observed gene expression intensity, context (site, stage) and associated phenotypic status within which the expression occurs." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; + sh:property [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:quantifier_qualifier ], + sh:order 3 ; + sh:path biolink:phenotypic_state ], [ sh:class biolink:LifeStage ; sh:description "stage during which gene or protein expression of takes place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:stage_qualifier ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; + [ sh:class biolink:OntologyClass ; + sh:description "Optional quantitative value indicating degree of expression." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], + sh:order 0 ; + sh:path biolink:quantifier_qualifier ], [ sh:class biolink:AnatomicalEntity ; sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; sh:maxCount 1 ; @@ -11072,82 +11142,48 @@ biolink:GeneGroupingMixin a sh:NodeShape ; biolink:GeneHasVariantThatContributesToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category ], + sh:order 4 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 24 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:agent_type ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 12 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], + sh:order 43 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category_closure ], + sh:order 18 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:sex_qualifier ], + sh:order 36 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 35 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 20 ; + sh:path biolink:original_object ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 47 ; + sh:path biolink:frequency_qualifier ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -11155,105 +11191,82 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_count ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 37 ; + sh:path dct:description ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:object_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 6 ; + sh:path biolink:sex_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_subject ], + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:publications ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 35 ; - sh:path rdf:type ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 1 ; - sh:path rdf:subject ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 42 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_evidence ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 34 ; - sh:path biolink:category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_level ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path biolink:iri ], + sh:order 38 ; + sh:path biolink:has_attribute ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:retrieval_source_ids ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 14 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 27 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:object_label_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_total ], + sh:order 5 ; + sh:path biolink:object_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -11261,52 +11274,111 @@ biolink:GeneHasVariantThatContributesToDiseaseAssociation a sh:NodeShape ; sh:order 21 ; sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:subject_namespace ], + sh:order 28 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:subject_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 15 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 47 ; - sh:path biolink:frequency_qualifier ], + sh:order 0 ; + sh:path biolink:subject_form_or_variant_qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 24 ; + sh:path biolink:object_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 32 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 26 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 30 ; - sh:path biolink:object_label_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 37 ; - sh:path dct:description ], + sh:order 8 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:has_total ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 34 ; + sh:path biolink:category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:original_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:original_object ] ; + sh:order 46 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_count ] ; sh:targetClass biolink:GeneHasVariantThatContributesToDiseaseAssociation . biolink:GeneProductIsoformMixin a sh:NodeShape ; @@ -11316,115 +11388,72 @@ biolink:GeneProductIsoformMixin a sh:NodeShape ; sh:property [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 2 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeneProductIsoformMixin . biolink:GeneToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_total ], + sh:order 19 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 33 ; - sh:path biolink:category ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the disease, may be protective or causative or associative, or as a model" ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:double ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], + sh:minCount 1 ; + sh:order 31 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -11432,319 +11461,374 @@ biolink:GeneToDiseaseAssociation a sh:NodeShape ; sh:order 20 ; sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 7 ; + sh:path biolink:qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:sex_qualifier ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 16 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Disease ; + sh:description "disease" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:order 3 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:object_direction_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], + sh:order 40 ; + sh:path biolink:has_total ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; sh:order 45 ; sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:description "a point in time" ; + sh:order 36 ; + sh:path dct:description ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ], + sh:order 43 ; + sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + sh:order 39 ; + sh:path biolink:has_count ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 4 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the disease, may be protective or causative or associative, or as a model" ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 25 ; - sh:path biolink:object_category_closure ] ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:has_quotient ] ; sh:targetClass biolink:GeneToDiseaseAssociation . biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:description "a human-readable description of an entity" ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 36 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:class biolink:BiologicalSex ; sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:object_label_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path rdf:predicate ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; + sh:order 32 ; + sh:path biolink:iri ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], + sh:order 9 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:qualifier ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 40 ; + sh:path biolink:has_total ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], + sh:order 6 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 42 ; sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 15 ; sh:path biolink:agent_type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 27 ; sh:path biolink:object_namespace ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path rdf:predicate ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "gene in which variation is correlated with the phenotypic feature" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:subject ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:order 41 ; sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 35 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 33 ; + sh:path biolink:category ], [ sh:class biolink:DiseaseOrPhenotypicFeature ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -11752,71 +11836,63 @@ biolink:GeneToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:integer ; sh:description "number of things with a particular property" ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:has_count ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_total ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "gene in which variation is correlated with the phenotypic feature" ; + sh:order 36 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:subject ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:subject_aspect_qualifier ] ; + sh:order 43 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:object_direction_qualifier ] ; sh:targetClass biolink:GeneToDiseaseOrPhenotypicFeatureAssociation . biolink:GeneToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:GeneOrGeneProduct ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:GeneOrGeneProduct ; sh:description "gene that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; + sh:path rdf:predicate ] ; sh:targetClass biolink:GeneToEntityAssociationMixin . biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; @@ -11824,128 +11900,148 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:description "An association between a gene and a gene expression site, possibly qualified by stage/timing info." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:object_category_closure ], + sh:order 20 ; + sh:path biolink:object_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:publications ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:object_namespace ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "can be used to indicate magnitude, or also ranking" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:subject_category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:deprecated ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_predicate ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:quantifier_qualifier ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:primary_knowledge_source ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 33 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "can be used to indicate magnitude, or also ranking" ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:quantifier_qualifier ], + sh:order 10 ; + sh:path biolink:knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 32 ; + sh:path biolink:category ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "Gene or gene product positively within the specified anatomical entity (or subclass, i.e. cellular component) location." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 33 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:subject_label_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which the gene is expressed" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 30 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:object_label_closure ], + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 29 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_subject ], - [ sh:description "a point in time" ; + sh:order 26 ; + sh:path biolink:object_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:timepoint ], + sh:order 34 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:qualifier ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 12 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 19 ; + sh:path biolink:subject_category ], + [ sh:class biolink:LifeStage ; + sh:description "stage at which the gene is expressed in the site" ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:stage_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 36 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:agent_type ], + sh:order 13 ; + sh:path biolink:knowledge_level ], + [ sh:description "expression relationship" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 22 ; @@ -11955,85 +12051,68 @@ biolink:GeneToExpressionSiteAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:negated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:object_category ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 32 ; - sh:path biolink:category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 29 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 12 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 24 ; + sh:path biolink:object_category_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:subject_namespace ], + sh:order 11 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 31 ; sh:path biolink:iri ], - [ sh:class biolink:LifeStage ; - sh:description "stage at which the gene is expressed in the site" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:stage_qualifier ], - [ sh:description "expression relationship" ; + sh:order 15 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which the gene is expressed" ; + sh:order 18 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ] ; + sh:order 30 ; + sh:path biolink:id ] ; sh:targetClass biolink:GeneToExpressionSiteAssociation . biolink:GeneToGeneAssociation a sh:NodeShape ; sh:closed false ; sh:description "abstract parent class for different kinds of gene-gene or gene product to gene product relationships. Includes homology and interaction." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:property [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a point in time" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -12041,546 +12120,551 @@ biolink:GeneToGeneAssociation a sh:NodeShape ; sh:order 18 ; sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ] ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:GeneToGeneAssociation . biolink:GeneToGeneCoexpressionAssociation a sh:NodeShape ; sh:closed true ; sh:description "Indicates that two genes are co-expressed, generally under the same conditions." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 29 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:negated ], + sh:order 12 ; + sh:path biolink:knowledge_source ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 35 ; - sh:path rdf:type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path rdf:predicate ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:AnatomicalEntity ; sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:expression_site ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:subject_namespace ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 34 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:qualifier ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:publications ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:negated ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path biolink:stage_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Optional quantitative value indicating degree of expression." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:quantifier_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 31 ; sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 14 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:object_namespace ], + sh:order 13 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 6 ; sh:path rdf:object ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path dct:description ], + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 14 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 4 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:phenotypic_state ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 23 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_source ], + sh:minCount 1 ; + sh:order 32 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 35 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:quantifier_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 30 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 24 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category_closure ], + sh:order 38 ; + sh:path biolink:has_attribute ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 19 ; sh:path biolink:original_predicate ], - [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:stage_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category ], + sh:order 26 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 29 ; - sh:path biolink:subject_label_closure ], + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:qualifier ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 36 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 24 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:agent_type ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 4 ; - sh:path rdf:subject ] ; - sh:targetClass biolink:GeneToGeneCoexpressionAssociation . - -biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 20 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 24 ; + sh:order 28 ; sh:path biolink:object_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 29 ; + sh:order 33 ; sh:path biolink:iri ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 34 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 27 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 18 ; + sh:path biolink:original_subject ] ; + sh:targetClass biolink:GeneToGeneCoexpressionAssociation . + +biolink:GeneToGeneFamilyAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Set membership of a gene in a family of genes related by common evolutionary ancestry usually inferred by sequence comparisons. The genes in a given family generally share common sequence motifs which generally map onto shared gene product structure-function relationships." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:description "membership of the gene in the given gene family." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:GeneFamily ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 33 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:class biolink:GeneFamily ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], + [ sh:class biolink:Gene ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ] ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ] ; sh:targetClass biolink:GeneToGeneFamilyAssociation . biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; @@ -12588,64 +12672,64 @@ biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; sh:description "A homology association between two genes. May be orthology (in which case the species of subject and object should differ) or paralogy (in which case the species may be the same)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], [ sh:description "homology relationship type" ; @@ -12653,298 +12737,302 @@ biolink:GeneToGeneHomologyAssociation a sh:NodeShape ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ] ; + sh:order 24 ; + sh:path biolink:object_namespace ] ; sh:targetClass biolink:GeneToGeneHomologyAssociation . biolink:GeneToGeneProductRelationship a sh:NodeShape ; sh:closed true ; sh:description "A gene is transcribed and potentially translated to a gene product" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:Gene ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:class biolink:GeneProductMixin ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ] ; + sh:path biolink:id ] ; sh:targetClass biolink:GeneToGeneProductRelationship . biolink:GeneToGoTermAssociation a sh:NodeShape ; @@ -12959,71 +13047,19 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:Gene ; sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; @@ -13031,6 +13067,16 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; @@ -13040,23 +13086,30 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:OntologyClass ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -13067,173 +13120,156 @@ biolink:GeneToGoTermAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ] ; + sh:order 21 ; + sh:path biolink:subject_category_closure ] ; sh:targetClass biolink:GeneToGoTermAssociation . biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:closed true ; sh:description "An interaction between a gene or gene product and a biological process or pathway." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the gene or gene product entity that participates or influences the pathway" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:Pathway ; sh:description "the pathway that includes or is affected by the gene or gene product" ; sh:maxCount 1 ; @@ -13242,345 +13278,422 @@ biolink:GeneToPathwayAssociation a sh:NodeShape ; sh:order 2 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the gene or gene product entity that participates or influences the pathway" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ] ; - sh:targetClass biolink:GeneToPathwayAssociation . - -biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 27 ; + sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 7 ; + sh:order 4 ; sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:description "a point in time" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], + sh:order 17 ; + sh:path biolink:subject_category ] ; + sh:targetClass biolink:GeneToPathwayAssociation . + +biolink:GeneToPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:timepoint ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 43 ; sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_count ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:has_quotient ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:integer ; sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 40 ; sh:path biolink:has_total ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:minCount 1 ; + sh:order 31 ; + sh:path biolink:id ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 29 ; sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:qualifier ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category_closure ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 37 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 44 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 36 ; sh:path dct:description ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 30 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:in ( "activity_or_abundance" "abundance" "activity" "expression" "synthesis" "degradation" "cleavage" "hydrolysis" "metabolic_processing" "mutation_rate" "stability" "folding" "localization" "transport" "secretion" "uptake" "splicing" "molecular_interaction" "molecular_modification" "acetylation" "acylation" "alkylation" "amination" "carbamoylation" "ethylation" "glutathionylation" "glycation" "glycosylation" "glucuronidation" "n_linked_glycosylation" "o_linked_glycosylation" "hydroxylation" "lipidation" "farnesylation" "geranoylation" "myristoylation" "palmitoylation" "prenylation" "methylation" "nitrosation" "nucleotidylation" "phosphorylation" "ribosylation" "ADP-ribosylation" "sulfation" "sumoylation" "ubiquitination" "oxidation" "reduction" "carboxylation" ) ; + sh:order 24 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:subject_aspect_qualifier ], + sh:order 39 ; + sh:path biolink:has_count ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:subject_closure ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "gene in which variation is correlated with the phenotypic feature" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 22 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 37 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 31 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], + sh:order 32 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 27 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:has_percentage ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 33 ; sh:path biolink:category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ] ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:has_percentage ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 30 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:GeneToPhenotypicFeatureAssociation . biolink:Genome a sh:NodeShape ; sh:closed true ; sh:description "A genome is the sum of genetic material within a cell or virion." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; @@ -13589,39 +13702,33 @@ biolink:Genome a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ] ; + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:Genome . biolink:GenomicBackgroundExposure a sh:NodeShape ; sh:closed true ; sh:description "A genomic background exposure is where an individual's specific genomic background of genes, sequence variants or other pre-existing genomic conditions constitute a kind of 'exposure' to the organism, leading to or influencing an outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -13629,83 +13736,70 @@ biolink:GenomicBackgroundExposure a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_attribute_type ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_gene_or_gene_product ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:in_taxon_label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 14 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:order 16 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 8 ; - sh:path biolink:has_quantitative_value ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_qualitative_value ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 12 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:full_name ], + sh:order 6 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:order 16 ; + sh:path rdf:type ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 12 ; + sh:path biolink:xref ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 8 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 14 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_biological_sequence ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path dct:description ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:in_taxon_label ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:deprecated ] ; + sh:order 13 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:GenomicBackgroundExposure . biolink:GenomicEntity a sh:NodeShape ; @@ -13721,59 +13815,20 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:closed true ; sh:description "A relationship between a sequence feature and a nucleic acid entity it is localized to. The reference entity may be a chromosome, chromosome region or information entity such as a contig." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:integer ; - sh:description "The position at which the subject nucleic acid entity ends on the chromosome or other entity to which it is located on." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:end_interbase_coordinate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], - [ sh:description "The phase for a coding sequence entity. For example, phase of a CDS as represented in a GFF3 with a value of 0, 1 or 2." ; - sh:in ( "0" "1" "2" ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:phase ], + sh:order 19 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:object_namespace ], - [ sh:description "The strand on which a feature is located. Has a value of '+' (sense strand or forward strand) or '-' (anti-sense strand or reverse strand)." ; - sh:in ( "+" "-" "." "?" ) ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:strand ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], + sh:order 38 ; + sh:path dct:description ], [ sh:class biolink:NucleicAcidEntity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -13781,63 +13836,40 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path rdf:subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:negated ], + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 21 ; sh:path biolink:original_object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:timepoint ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 35 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:integer ; - sh:description "The position at which the subject nucleic acid entity starts on the chromosome or other entity to which it is located on. (ie: the start of the sequence being referenced is 0)." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:start_interbase_coordinate ], + sh:order 29 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 33 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:NucleicAcidEntity ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -13850,256 +13882,222 @@ biolink:GenomicSequenceLocalization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_evidence ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:description "The strand on which a feature is located. Has a value of '+' (sense strand or forward strand) or '-' (anti-sense strand or reverse strand)." ; + sh:in ( "+" "-" "." "?" ) ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:strand ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:object_closure ], [ sh:description "The version of the genome on which a feature is located. For example, GRCh38 for Homo sapiens." ; sh:in ( "+" "-" "." "?" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:genome_build ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 31 ; - sh:path biolink:object_label_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 36 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:integer ; + sh:description "The position at which the subject nucleic acid entity starts on the chromosome or other entity to which it is located on. (ie: the start of the sequence being referenced is 0)." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:start_interbase_coordinate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 26 ; sh:path biolink:subject_category_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 35 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 33 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:integer ; + sh:description "The position at which the subject nucleic acid entity ends on the chromosome or other entity to which it is located on." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:end_interbase_coordinate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 24 ; sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:object_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path rdfs:label ], + sh:order 13 ; + sh:path biolink:knowledge_source ], + [ sh:description "The phase for a coding sequence entity. For example, phase of a CDS as represented in a GFF3 with a value of 0, 1 or 2." ; + sh:in ( "0" "1" "2" ) ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:phase ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 40 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 36 ; - sh:path rdf:type ] ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ] ; sh:targetClass biolink:GenomicSequenceLocalization . biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; + sh:property [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:Disease ; - sh:description "disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:order 40 ; + sh:path biolink:qualified_predicate ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 38 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:object_direction_qualifier ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:class biolink:Genotype ; sh:description "A genotype that has a role in modeling the disease." ; sh:maxCount 1 ; @@ -14107,207 +14105,239 @@ biolink:GenotypeAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 2 ; + sh:path rdf:object ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 37 ; sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 33 ; + sh:path dct:description ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; - sh:path biolink:original_predicate ] ; - sh:targetClass biolink:GenotypeAsAModelOfDiseaseAssociation . - -biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that genotype" ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 41 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:description "The relationship to the disease" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:Genotype ; - sh:description "a genotype that is associated in some way with a disease state" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 7 ; + sh:path biolink:has_evidence ] ; + sh:targetClass biolink:GenotypeAsAModelOfDiseaseAssociation . + +biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:frequency_qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:object_direction_qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:Disease ; + sh:description "a disease that is associated with that genotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 38 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "E.g. is pathogenic for" ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "E.g. is pathogenic for" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; @@ -14319,46 +14349,116 @@ biolink:GenotypeToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 37 ; sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Genotype ; + sh:description "a genotype that is associated in some way with a disease state" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; - sh:path biolink:subject_label_closure ] ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ] ; sh:targetClass biolink:GenotypeToDiseaseAssociation . biolink:GenotypeToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Genotype ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Genotype ; sh:description "genotype that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -14372,182 +14472,184 @@ biolink:GenotypeToGeneAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between a genotype and a gene. The genotype have have multiple variants in that gene or a single one. There is no assumption of cardinality" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "the relationship type used to connect genotype to gene" ; + sh:property [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:description "the relationship type used to connect genotype to gene" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Genotype ; + sh:description "parent genotype" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Genotype ; - sh:description "parent genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:Gene ; - sh:description "gene implicated in genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:description "a point in time" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:Gene ; + sh:description "gene implicated in genotype" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ] ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:GenotypeToGeneAssociation . biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; @@ -14555,85 +14657,43 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:description "Any association between one genotype and a genotypic entity that is a sub-component of it" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:Genotype ; - sh:description "child genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -14644,15 +14704,53 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Genotype ; + sh:description "parent genotype" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; @@ -14662,74 +14760,80 @@ biolink:GenotypeToGenotypePartAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:Genotype ; + sh:description "child genotype" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Genotype ; - sh:description "parent genotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ] ; + sh:order 17 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:GenotypeToGenotypePartAssociation . biolink:GenotypeToPhenotypicFeatureAssociation a sh:NodeShape ; @@ -14737,311 +14841,308 @@ biolink:GenotypeToPhenotypicFeatureAssociation a sh:NodeShape ; sh:description "Any association between one genotype and a phenotypic feature, where having the genotype confers the phenotype, either in isolation or through environment" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_total ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 35 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_percentage ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; + sh:order 43 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_total ], + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], + sh:order 5 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:sex_qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:Genotype ; - sh:description "genotype that is associated with the phenotypic feature" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:double ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 32 ; sh:path rdf:type ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 44 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:double ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 39 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:Genotype ; + sh:description "genotype that is associated with the phenotypic feature" ; sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:deprecated ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_count ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 24 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:subject_category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_evidence ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], + sh:order 42 ; + sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ] ; + sh:minCount 1 ; + sh:order 29 ; + sh:path biolink:id ] ; sh:targetClass biolink:GenotypeToPhenotypicFeatureAssociation . biolink:GenotypeToVariantAssociation a sh:NodeShape ; sh:closed true ; sh:description "Any association between a genotype and a sequence variant." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:SequenceVariant ; - sh:description "gene implicated in genotype" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:class biolink:Genotype ; sh:description "parent genotype" ; sh:maxCount 1 ; @@ -15049,303 +15150,283 @@ biolink:GenotypeToVariantAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:description "the relationship type used to connect genotype to gene" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:SequenceVariant ; + sh:description "gene implicated in genotype" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ] ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ] ; sh:targetClass biolink:GenotypeToVariantAssociation . biolink:GenotypicSex a sh:NodeShape ; sh:closed true ; sh:description "An attribute corresponding to the genotypic sex of the individual, based upon genotypic composition of sex chromosomes." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:property [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ] ; + sh:path biolink:has_attribute_type ] ; sh:targetClass biolink:GenotypicSex . biolink:GeographicExposure a sh:NodeShape ; sh:closed true ; sh:description "A geographic exposure is a factor relating to geographic proximity to some impactful entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], + sh:order 13 ; + sh:path dct:description ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 10 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ] ; + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeographicExposure . biolink:GeographicLocation a sh:NodeShape ; sh:closed true ; sh:description "a location that can be described in lat/long coordinates" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:float ; - sh:description "latitude" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:latitude ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:float ; - sh:description "longitude" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:longitude ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -15353,16 +15434,43 @@ biolink:GeographicLocation a sh:NodeShape ; sh:order 6 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:float ; + sh:description "latitude" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:latitude ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; - sh:path biolink:xref ] ; + sh:path biolink:xref ], + [ sh:datatype xsd:float ; + sh:description "longitude" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:longitude ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:GeographicLocation . biolink:GeographicLocationAtTime a sh:NodeShape ; @@ -15370,208 +15478,208 @@ biolink:GeographicLocationAtTime a sh:NodeShape ; sh:description "a location that can be described in lat/long coordinates, for a particular time" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:float ; - sh:description "longitude" ; + sh:description "latitude" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:longitude ], + sh:order 1 ; + sh:path biolink:latitude ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 7 ; sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:timepoint ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 4 ; + sh:path biolink:xref ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 6 ; sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 3 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 4 ; - sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:datatype xsd:float ; - sh:description "latitude" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:latitude ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:description "longitude" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ] ; + sh:order 2 ; + sh:path biolink:longitude ] ; sh:targetClass biolink:GeographicLocationAtTime . biolink:GrossAnatomicalStructure a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 11 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ] ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GrossAnatomicalStructure . biolink:Haplotype a sh:NodeShape ; sh:closed true ; sh:description "A set of zero or more Alleles on a single instance of a Sequence[VMC]" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; - sh:path biolink:xref ] ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:Haplotype . biolink:Hospitalization a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], + sh:order 8 ; + sh:path rdfs:label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 6 ; @@ -15579,44 +15687,44 @@ biolink:Hospitalization a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ] ; + sh:order 9 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:Hospitalization . biolink:HospitalizationOutcome a sh:NodeShape ; @@ -15629,187 +15737,173 @@ biolink:Human a sh:NodeShape ; sh:closed true ; sh:description "A member of the the species Homo sapiens." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ] ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ] ; sh:targetClass biolink:Human . biolink:InformationContentEntityToNamedThingAssociation a sh:NodeShape ; sh:closed true ; sh:description "association between a named thing and a information content entity where the specific context of the relationship between that named thing and the publication is unknown. For example, model organisms databases often capture the knowledge that a gene is found in a journal article, but not specifically the context in which that gene was documented in the article. In these cases, this association with the accompanying predicate 'mentions' could be used. Conversely, for more specific associations (like 'gene to disease association', the publication should be captured as an edge property)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "a point in time" ; + sh:property [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "a human-readable description of an entity" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -15821,61 +15915,88 @@ biolink:InformationContentEntityToNamedThingAssociation a sh:NodeShape ; sh:order 26 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ] ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ] ; sh:targetClass biolink:InformationContentEntityToNamedThingAssociation . biolink:Invertebrate a sh:NodeShape ; sh:closed true ; sh:description "An animal lacking a vertebral column. This group consists of 98% of all animal species." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:property [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], [ sh:class biolink:OrganismTaxon ; @@ -15883,408 +16004,404 @@ biolink:Invertebrate a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ] ; + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:Invertebrate . biolink:JournalArticle a sh:NodeShape ; sh:closed true ; sh:description "an article, typically presenting results of research, that is published in an issue of a scientific journal." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 7 ; - sh:path biolink:keywords ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:authors ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 24 ; - sh:path biolink:has_attribute ], + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 9 ; + sh:path biolink:xref ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 8 ; + sh:path biolink:mesh_terms ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 17 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:volume ], [ sh:datatype xsd:string ; sh:order 21 ; sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 20 ; + sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:rights ], [ sh:description "The enclosing parent serial containing the article should have industry-standard identifier from ISSN." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 0 ; sh:path biolink:published_in ], - [ sh:datatype xsd:string ; + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 5 ; - sh:path biolink:pages ], + sh:order 22 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:license ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 8 ; - sh:path biolink:mesh_terms ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 18 ; - sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 25 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:creation_date ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:issue ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:order 22 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Optional value, if used locally as a convenience, is set to the iso abbreviation of the 'published in' parent." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:iso_abbreviation ], [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:volume ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 17 ; - sh:path biolink:synonym ], + sh:order 13 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:rights ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 15 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 5 ; + sh:path biolink:pages ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 24 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:authors ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; sh:order 10 ; sh:path dct:type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 20 ; - sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:summary ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 9 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 15 ; - sh:path biolink:provided_by ] ; + sh:description "keywords tagging a publication" ; + sh:order 7 ; + sh:path biolink:keywords ], + [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 18 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:issue ] ; sh:targetClass biolink:JournalArticle . biolink:LogOddsAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a log odds ratio analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 0 ; + sh:path biolink:license ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ] ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ] ; sh:targetClass biolink:LogOddsAnalysisResult . biolink:MacromolecularComplex a sh:NodeShape ; sh:closed true ; sh:description "A stable assembly of two or more macromolecules, i.e. proteins, nucleic acids, carbohydrates or lipids, in which at least one component is a protein and the constituent parts function together." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 4 ; + sh:path biolink:xref ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 6 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 7 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 4 ; - sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 3 ; - sh:path biolink:provided_by ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 3 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 0 ; - sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ] ; + sh:path rdfs:label ] ; sh:targetClass biolink:MacromolecularComplex . biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:closed true ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a biological process or pathway (as represented in the GO biological process branch), where the entity carries out some part of the process, regulates it, or acts upstream of it." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:BiologicalProcess ; + sh:description "class describing the activity, process or localization of the gene product" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], @@ -16293,190 +16410,205 @@ biolink:MacromolecularMachineToBiologicalProcessAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:BiologicalProcess ; - sh:description "class describing the activity, process or localization of the gene product" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:knowledge_source ] ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ] ; sh:targetClass biolink:MacromolecularMachineToBiologicalProcessAssociation . biolink:MacromolecularMachineToCellularComponentAssociation a sh:NodeShape ; sh:closed true ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a cellular component (as represented in the GO cellular component branch), where the entity carries out its function in the cellular component." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:property [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:CellularComponent ; + sh:description "class describing the activity, process or localization of the gene product" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -16489,68 +16621,50 @@ biolink:MacromolecularMachineToCellularComponentAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "a point in time" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:CellularComponent ; - sh:description "class describing the activity, process or localization of the gene product" ; + sh:order 33 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ] ; + sh:order 23 ; + sh:path biolink:subject_namespace ] ; sh:targetClass biolink:MacromolecularMachineToCellularComponentAssociation . biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; @@ -16558,13 +16672,6 @@ biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; sh:description "an association which has a macromolecular machine mixin as a subject" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:NamedThing ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; @@ -16575,7 +16682,14 @@ biolink:MacromolecularMachineToEntityAssociationMixin a sh:NodeShape ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; - sh:path rdf:predicate ] ; + sh:path rdf:predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:MacromolecularMachineToEntityAssociationMixin . biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; @@ -16583,107 +16697,133 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:description "A functional association between a macromolecular machine (gene, gene product or complex) and a molecular activity (as represented in the GO molecular function branch), where the entity carries out the activity, or contributes to its execution." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:MacromolecularMachineMixin ; - sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:MacromolecularMachineMixin ; + sh:description "gene, product or macromolecular complex that has the function associated with the GO term" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "a point in time" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 33 ; + sh:path dct:description ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "a human-readable description of an entity" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:MolecularActivity ; sh:description "class describing the activity, process or localization of the gene product" ; sh:maxCount 1 ; @@ -16691,88 +16831,91 @@ biolink:MacromolecularMachineToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; - sh:path biolink:subject_label_closure ] ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ] ; sh:targetClass biolink:MacromolecularMachineToMolecularActivityAssociation . biolink:Mammal a sh:NodeShape ; sh:closed true ; sh:description "A member of the class Mammalia, a clade of endothermic amniotes distinguished from reptiles and birds by the possession of hair, three middle ear bones, mammary glands, and a neocortex" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], + sh:property [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; @@ -16780,48 +16923,21 @@ biolink:Mammal a sh:NodeShape ; [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ] ; + sh:path biolink:id ] ; sh:targetClass biolink:Mammal . biolink:MappingCollection a sh:NodeShape ; @@ -16830,7 +16946,7 @@ biolink:MappingCollection a sh:NodeShape ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:class biolink:PredicateMapping ; sh:description "A collection of relationships that are not used in biolink, but have biolink patterns that can be used to replace them. This is a temporary slot to help with the transition to the fully qualified predicate model in Biolink3." ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path biolink:predicate_mappings ] ; sh:targetClass biolink:MappingCollection . @@ -16840,38 +16956,28 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:description "An association between a material sample and the material entity from which it is derived." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; @@ -16881,333 +16987,349 @@ biolink:MaterialSampleDerivationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:NamedThing ; - sh:description "the material entity the sample was derived from. This may be another material sample, or any other material entity, including for example an organism, a geographic feature, or some environmental material." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:description "derivation relationship" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:class biolink:MaterialSample ; - sh:description "the material sample being described" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:NamedThing ; + sh:description "the material entity the sample was derived from. This may be another material sample, or any other material entity, including for example an organism, a geographic feature, or some environmental material." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "a point in time" ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ] ; - sh:targetClass biolink:MaterialSampleDerivationAssociation . - -biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a material sample and a disease or phenotype." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "a point in time" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:MaterialSample ; + sh:description "the material sample being described" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ] ; + sh:targetClass biolink:MaterialSampleDerivationAssociation . + +biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a material sample and a disease or phenotype." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:MaterialSample ; + sh:description "the material sample being described" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "disease or phenotype" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:MaterialSample ; - sh:description "the material sample being described" ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "a human-readable description of an entity" ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "disease or phenotype" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; - sh:path biolink:has_evidence ] ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ] ; sh:targetClass biolink:MaterialSampleToDiseaseOrPhenotypicFeatureAssociation . biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:description "An association between a material sample and something." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:MaterialSample ; + sh:description "the material sample being described" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -17215,42 +17337,50 @@ biolink:MaterialSampleToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:MaterialSample ; - sh:description "the material sample being described" ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:order 1 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:MaterialSampleToEntityAssociationMixin . biolink:MicroRNA a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 10 ; @@ -17261,30 +17391,20 @@ biolink:MicroRNA a sh:NodeShape ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ] ; + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ] ; sh:targetClass biolink:MicroRNA . biolink:ModelToDiseaseAssociationMixin a sh:NodeShape ; @@ -17297,155 +17417,257 @@ biolink:ModelToDiseaseAssociationMixin a sh:NodeShape ; sh:order 1 ; sh:path rdf:predicate ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "The entity that serves as the model of the disease. This may be an organism, a strain of organism, a genotype or variant that exhibits similar features, or a gene that when mutated exhibits features of the disease" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:NamedThing ; - sh:description "The entity that serves as the model of the disease. This may be an organism, a strain of organism, a genotype or variant that exhibits similar features, or a gene that when mutated exhibits features of the disease" ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:ModelToDiseaseAssociationMixin . biolink:MolecularActivityToChemicalEntityAssociation a sh:NodeShape ; sh:closed true ; sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:class biolink:ChemicalEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:ChemicalEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 6 ; + sh:path biolink:publications ] ; + sh:targetClass biolink:MolecularActivityToChemicalEntityAssociation . + +biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -17455,22 +17677,15 @@ biolink:MolecularActivityToChemicalEntityAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; @@ -17481,146 +17696,63 @@ biolink:MolecularActivityToChemicalEntityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; - sh:path biolink:id ] ; - sh:targetClass biolink:MolecularActivityToChemicalEntityAssociation . - -biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "Added in response to capturing relationship between microbiome activities as measured via measurements of blood analytes as collected via blood and stool samples" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:path biolink:id ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:class biolink:MolecularActivity ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -17628,90 +17760,76 @@ biolink:MolecularActivityToMolecularActivityAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; - sh:path biolink:has_evidence ] ; + sh:path biolink:has_evidence ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ] ; sh:targetClass biolink:MolecularActivityToMolecularActivityAssociation . biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; sh:closed true ; sh:description "Association that holds the relationship between a reaction and the pathway it participates in." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:class biolink:Pathway ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -17720,170 +17838,206 @@ biolink:MolecularActivityToPathwayAssociation a sh:NodeShape ; sh:order 2 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:MolecularActivity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:description "a point in time" ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:class biolink:MolecularActivity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ] ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ] ; sh:targetClass biolink:MolecularActivityToPathwayAssociation . biolink:MolecularMixture a sh:NodeShape ; sh:closed true ; sh:description "A molecular mixture is a chemical mixture composed of two or more molecular entities with known concentration and stoichiometry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], + sh:property [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 3 ; + sh:path biolink:routes_of_delivery ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path rdfs:label ], + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; - sh:description "" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], + sh:order 20 ; + sh:path biolink:deprecated ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:full_name ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:string ; + sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 9 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -17891,26 +18045,26 @@ biolink:MolecularMixture a sh:NodeShape ; sh:order 13 ; sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:order 16 ; - sh:path rdf:type ], + sh:description "" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:trade_name ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 12 ; sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:trade_name ], + sh:order 7 ; + sh:path biolink:is_toxic ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:max_tolerated_dose ], + sh:order 0 ; + sh:path biolink:is_supplement ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 18 ; @@ -17918,42 +18072,14 @@ biolink:MolecularMixture a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 10 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 9 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 3 ; - sh:path biolink:routes_of_delivery ], - [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_supplement ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], - [ sh:datatype xsd:string ; - sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ] ; + sh:order 17 ; + sh:path rdfs:label ] ; sh:targetClass biolink:MolecularMixture . biolink:MortalityOutcome a sh:NodeShape ; @@ -17967,225 +18093,228 @@ biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation a sh:NodeShape sh:description "" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 33 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 38 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 39 ; - sh:path biolink:has_attribute ], + sh:order 11 ; + sh:path biolink:publications ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:negated ], [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:object ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:knowledge_source ], + sh:order 34 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:object_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 24 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:object_context_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 5 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:class biolink:OntologyClass ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 2 ; + sh:path biolink:subject_context_qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 20 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:original_object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 16 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:object_namespace ], + sh:order 40 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 36 ; - sh:path rdf:type ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:maxCount 1 ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 31 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:subject_context_qualifier ], + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 24 ; - sh:path biolink:subject_closure ], + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 21 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 29 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:object ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 7 ; + sh:path biolink:population_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:knowledge_source ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], + sh:order 3 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 15 ; sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 39 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 33 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 36 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:iri ], + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:object_closure ], - [ sh:description "a point in time" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 1 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 35 ; sh:path biolink:category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 31 ; - sh:path biolink:object_label_closure ], + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path rdfs:label ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "a biological population (general, study, cohort, etc.) with a specific set of characteristics to constrain an association." ; - sh:maxCount 1 ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:population_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_subject ] ; + sh:order 27 ; + sh:path biolink:object_category_closure ] ; sh:targetClass biolink:NamedThingAssociatedWithLikelihoodOfNamedThingAssociation . biolink:NoncodingRNAProduct a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -18196,19 +18325,23 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -18219,14 +18352,9 @@ biolink:NoncodingRNAProduct a sh:NodeShape ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 9 ; + sh:path rdf:type ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 3 ; @@ -18237,16 +18365,10 @@ biolink:NucleicAcidSequenceMotif a sh:NodeShape ; sh:closed true ; sh:description "A linear nucleotide sequence pattern that is widespread and has, or is conjectured to have, a biological significance. e.g. the TATA box promoter motif, transcription factor binding consensus sequences." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], @@ -18254,58 +18376,93 @@ biolink:NucleicAcidSequenceMotif a sh:NodeShape ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ] ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:NucleicAcidSequenceMotif . biolink:NucleosomeModification a sh:NodeShape ; sh:closed true ; sh:description "A chemical modification of a histone protein within a nucleosome octomer or a substitution of a histone with a variant histone isoform. e.g. Histone 4 Lysine 20 methylation (H4K20me), histone variant H2AZ substituting H2A." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 6 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 3 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 1 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 11 ; @@ -18314,52 +18471,23 @@ biolink:NucleosomeModification a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:order 10 ; sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 3 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 4 ; sh:path biolink:xref ] ; @@ -18369,72 +18497,72 @@ biolink:ObservedExpectedFrequencyAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a observed expected frequency analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 7 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:description "a long-form human readable name for a thing" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ] ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ] ; sh:targetClass biolink:ObservedExpectedFrequencyAnalysisResult . biolink:Occurrent a sh:NodeShape ; @@ -18447,26 +18575,51 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:closed true ; sh:description "describes a characteristic of an organismal entity." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -18476,31 +18629,6 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], @@ -18510,95 +18638,141 @@ biolink:OrganismAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ] ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:OrganismAttribute . biolink:OrganismTaxonToEntityAssociation a sh:NodeShape ; sh:closed false ; sh:description "An association between an organism taxon and another entity" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:class biolink:OrganismTaxon ; + sh:description "organism taxon that is the subject of the association" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ] ; + sh:targetClass biolink:OrganismTaxonToEntityAssociation . + +biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; + sh:closed false ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "the environment in which the organism occurs" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "predicate describing the relationship between the taxon and the environment" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OrganismTaxon ; - sh:description "organism taxon that is the subject of the association" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ] ; - sh:targetClass biolink:OrganismTaxonToEntityAssociation . - -biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; - sh:closed false ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; + [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OrganismTaxon ; sh:description "the taxon that is the subject of the association" ; sh:maxCount 1 ; @@ -18606,267 +18780,222 @@ biolink:OrganismTaxonToEnvironmentAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:description "predicate describing the relationship between the taxon and the environment" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:class biolink:NamedThing ; - sh:description "the environment in which the organism occurs" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:path biolink:subject_label_closure ] ; + sh:targetClass biolink:OrganismTaxonToEnvironmentAssociation . + +biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; + sh:closed false ; + sh:description "A relationship between two organism taxon nodes" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ] ; - sh:targetClass biolink:OrganismTaxonToEnvironmentAssociation . - -biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; - sh:closed false ; - sh:description "A relationship between two organism taxon nodes" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "a point in time" ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 33 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OrganismTaxon ; sh:description "organism taxon that is the subject of the association" ; sh:maxCount 1 ; @@ -18875,220 +19004,225 @@ biolink:OrganismTaxonToOrganismTaxonAssociation a sh:NodeShape ; sh:order 0 ; sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ] ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:object_namespace ] ; sh:targetClass biolink:OrganismTaxonToOrganismTaxonAssociation . biolink:OrganismTaxonToOrganismTaxonInteraction a sh:NodeShape ; sh:closed true ; sh:description "An interaction relationship between two taxa. This may be a symbiotic relationship (encompassing mutualism and parasitism), or it may be non-symbiotic. Example: plague transmitted_by flea; cattle domesticated_by Homo sapiens; plague infects Homo sapiens" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], + sh:order 29 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], + sh:order 15 ; + sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 26 ; sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:subject_category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the taxon that is the subject of the association" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 30 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:class biolink:OrganismTaxon ; + sh:description "the taxon that is the subject of the association" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "the environment in which the two taxa interact" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:associated_environmental_context ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], + sh:order 3 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 25 ; sh:path biolink:object_namespace ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 35 ; sh:path biolink:has_attribute ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 32 ; sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:OrganismTaxon ; + sh:description "the taxon that is the subject of the association" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path rdf:subject ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "the environment in which the two taxa interact" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:associated_environmental_context ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 8 ; sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], + sh:order 16 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OrganismTaxon ; - sh:description "the taxon that is the subject of the association" ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:object ] ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:negated ] ; sh:targetClass biolink:OrganismTaxonToOrganismTaxonInteraction . biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; @@ -19101,40 +19235,43 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; @@ -19144,87 +19281,57 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:class biolink:OrganismTaxon ; sh:description "the more specific taxon" ; sh:maxCount 1 ; @@ -19232,24 +19339,24 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; @@ -19259,56 +19366,65 @@ biolink:OrganismTaxonToOrganismTaxonSpecialization a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], [ sh:class biolink:OrganismTaxon ; sh:description "the more general taxon" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 2 ; - sh:path rdf:object ] ; - sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . - -biolink:OrganismToOrganismAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:path rdf:object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ] ; + sh:targetClass biolink:OrganismTaxonToOrganismTaxonSpecialization . + +biolink:OrganismToOrganismAssociation a sh:NodeShape ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:class biolink:IndividualOrganism ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -19316,293 +19432,355 @@ biolink:OrganismToOrganismAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:IndividualOrganism ; + sh:description "An association between two individual organisms." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:IndividualOrganism ; - sh:description "An association between two individual organisms." ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ] ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:OrganismToOrganismAssociation . biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 33 ; + sh:path dct:description ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; sh:order 41 ; sh:path biolink:frequency_qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "The relationship to the disease" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:qualified_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:object_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:Disease ; + sh:description "disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; @@ -19614,342 +19792,262 @@ biolink:OrganismalEntityAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 37 ; + sh:path biolink:subject_direction_qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; + sh:path biolink:object_category_closure ] ; + sh:targetClass biolink:OrganismalEntityAsAModelOfDiseaseAssociation . + +biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; + sh:closed true ; + sh:description "An interaction between two genes or two gene products. May be physical (e.g. protein binding) or genetic (between genes). May be symmetric (e.g. protein interaction) or directed (e.g. phosphorylation)" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; sh:order 31 ; sh:path rdf:type ], - [ sh:class biolink:Disease ; - sh:description "disease" ; + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:GeneOrGeneProduct ; + sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path rdf:object ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:subject_aspect_qualifier ] ; - sh:targetClass biolink:OrganismalEntityAsAModelOfDiseaseAssociation . - -biolink:PairwiseGeneToGeneInteraction a sh:NodeShape ; - sh:closed true ; - sh:description "An interaction between two genes or two gene products. May be physical (e.g. protein binding) or genetic (between genes). May be symmetric (e.g. protein interaction) or directed (e.g. phosphorylation)" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:description "interaction relationship type" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 0 ; sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:GeneOrGeneProduct ; - sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 33 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ] ; - sh:targetClass biolink:PairwiseGeneToGeneInteraction . - -biolink:PairwiseMolecularInteraction a sh:NodeShape ; - sh:closed true ; - sh:description "An interaction at the molecular level between two physical entities" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 25 ; + sh:order 24 ; sh:path biolink:object_namespace ], + [ sh:description "interaction relationship type" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 30 ; + sh:order 29 ; sh:path biolink:iri ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 36 ; + sh:order 35 ; sh:path biolink:deprecated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 14 ; + sh:order 13 ; sh:path biolink:timepoint ], - [ sh:description "interaction relationship type" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 29 ; - sh:path biolink:id ], + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:interacting_molecules_category ], - [ sh:class biolink:MolecularEntity ; - sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ] ; + sh:targetClass biolink:PairwiseGeneToGeneInteraction . + +biolink:PairwiseMolecularInteraction a sh:NodeShape ; + sh:closed true ; + sh:description "An interaction at the molecular level between two physical entities" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path rdf:subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], + sh:order 35 ; + sh:path biolink:has_attribute ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:publications ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:knowledge_level ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 36 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:object_category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; @@ -19960,31 +20058,32 @@ biolink:PairwiseMolecularInteraction a sh:NodeShape ; sh:order 21 ; sh:path biolink:object_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "identifier for the interaction. This may come from an interaction database such as IMEX." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], + sh:minCount 1 ; + sh:order 29 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:timepoint ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 35 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:class biolink:MolecularEntity ; sh:description "the object gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; @@ -19997,138 +20096,183 @@ biolink:PairwiseMolecularInteraction a sh:NodeShape ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_subject ], + [ sh:class biolink:OntologyClass ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:interacting_molecules_category ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:subject_namespace ], + [ sh:description "interaction relationship type" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + [ sh:class biolink:MolecularEntity ; + sh:description "the subject gene in the association. If the relation is symmetric, subject vs object is arbitrary. We allow a gene product to stand as a proxy for the gene or vice versa." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], + sh:order 1 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 27 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ] ; + sh:order 9 ; + sh:path biolink:knowledge_source ] ; sh:targetClass biolink:PairwiseMolecularInteraction . biolink:Patent a sh:NodeShape ; sh:closed true ; sh:description "a legal document granted by a patent issuing authority which confers upon the patenter the sole right to make, use and sell an invention for a set period of time." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:iri ], + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; sh:order 6 ; sh:path dct:type ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 1 ; + sh:path biolink:pages ], [ sh:datatype xsd:string ; sh:description "executive summary of a publication" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:summary ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:creation_date ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 19 ; - sh:path dct:description ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ], + sh:order 7 ; + sh:path biolink:license ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 11 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 1 ; - sh:path biolink:pages ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:format ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:id ], + sh:order 15 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:order 17 ; - sh:path rdf:type ], + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:rights ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 21 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ] ; sh:targetClass biolink:Patent . biolink:PathognomonicityQuantifier a sh:NodeShape ; @@ -20141,77 +20285,77 @@ biolink:PathologicalAnatomicalExposure a sh:NodeShape ; sh:closed true ; sh:description "An abnormal anatomical structure, when viewed as an exposure, representing an precondition, leading to or influencing an outcome, e.g. thrombosis leading to an ischemic disease outcome." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 7 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], + sh:order 9 ; + sh:path biolink:full_name ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path biolink:has_quantitative_value ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 10 ; sh:path biolink:synonym ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 7 ; - sh:path biolink:provided_by ] ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:PathologicalAnatomicalExposure . biolink:PathologicalAnatomicalOutcome a sh:NodeShape ; @@ -20224,64 +20368,64 @@ biolink:PathologicalAnatomicalStructure a sh:NodeShape ; sh:closed true ; sh:description "An anatomical structure with the potential of have an abnormal or deleterious effect at the subcellular, cellular, multicellular, or organismal level." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ] ; + sh:order 7 ; + sh:path biolink:iri ] ; sh:targetClass biolink:PathologicalAnatomicalStructure . biolink:PathologicalEntityMixin a sh:NodeShape ; @@ -20294,7 +20438,21 @@ biolink:PathologicalProcess a sh:NodeShape ; sh:closed true ; sh:description "A biologic function or a process having an abnormal or deleterious effect at the subcellular, cellular, multicellular, or organismal level." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; @@ -20302,28 +20460,11 @@ biolink:PathologicalProcess a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 1 ; + sh:path biolink:has_input ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -20332,6 +20473,15 @@ biolink:PathologicalProcess a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:enabled_by ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], @@ -20339,24 +20489,10 @@ biolink:PathologicalProcess a sh:NodeShape ; sh:maxCount 1 ; sh:order 13 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -20366,79 +20502,87 @@ biolink:PathologicalProcess a sh:NodeShape ; [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:PathologicalProcess . biolink:PathologicalProcessExposure a sh:NodeShape ; sh:closed true ; sh:description "A pathological process, when viewed as an exposure, representing a precondition, leading to or influencing an outcome, e.g. autoimmunity leading to disease." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 7 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 3 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:has_qualitative_value ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 8 ; sh:path biolink:xref ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:order 0 ; + sh:path biolink:timepoint ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 1 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 7 ; + sh:path biolink:provided_by ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:has_qualitative_value ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 3 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -20459,89 +20603,83 @@ biolink:Phenomenon a sh:NodeShape ; sh:property [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], + sh:order 9 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ] ; + sh:order 11 ; + sh:path biolink:deprecated ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ] ; sh:targetClass biolink:Phenomenon . biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_direction_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:double ; + sh:order 34 ; + sh:path dct:description ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_quotient ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:minCount 1 ; + sh:order 2 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 43 ; + sh:path biolink:object_aspect_qualifier ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -20549,116 +20687,110 @@ biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path rdf:object ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path rdf:predicate ], + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 44 ; sh:path biolink:object_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:negated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], + sh:order 0 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:has_count ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 25 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_percentage ], + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 31 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 35 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ], - [ sh:description "a human-readable description of an entity" ; + sh:order 7 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], + sh:order 17 ; + sh:path biolink:original_object ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:class biolink:PhenotypicFeature ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -20666,60 +20798,83 @@ biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path rdf:subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 41 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_count ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 42 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:has_quotient ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:datatype xsd:integer ; + sh:description "total number of things in a particular reference set" ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:has_total ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:integer ; - sh:description "total number of things in a particular reference set" ; + sh:order 9 ; + sh:path biolink:knowledge_source ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:has_total ], + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 40 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -20727,30 +20882,16 @@ biolink:PhenotypicFeatureToDiseaseAssociation a sh:NodeShape ; sh:order 29 ; sh:path biolink:id ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 31 ; - sh:path biolink:category ] ; + sh:order 22 ; + sh:path biolink:subject_category_closure ] ; sh:targetClass biolink:PhenotypicFeatureToDiseaseAssociation . biolink:PhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_count ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:property [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 8 ; @@ -20762,57 +20903,62 @@ biolink:PhenotypicFeatureToEntityAssociationMixin a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 11 ; sh:path rdf:subject ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:frequency_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:object_aspect_qualifier ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path rdf:predicate ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:frequency_qualifier ], + sh:order 1 ; + sh:path biolink:has_count ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:qualified_predicate ], [ sh:datatype xsd:double ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:has_quotient ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path rdf:object ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:sex_qualifier ], [ sh:datatype xsd:double ; sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:has_percentage ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:object_aspect_qualifier ], [ sh:datatype xsd:integer ; sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_total ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:sex_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; @@ -20824,42 +20970,26 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:closed true ; sh:description "A property of a phenotype" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -20867,37 +20997,76 @@ biolink:PhenotypicQuality a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 2 ; sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ] ; + sh:order 12 ; + sh:path dct:description ] ; sh:targetClass biolink:PhenotypicQuality . biolink:PhenotypicSex a sh:NodeShape ; sh:closed true ; sh:description "An attribute corresponding to the phenotypic sex of the individual, based upon the reproductive organs present." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], @@ -20909,61 +21078,38 @@ biolink:PhenotypicSex a sh:NodeShape ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ] ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:PhenotypicSex . biolink:PhysicalEssence a sh:NodeShape ; @@ -20981,59 +21127,62 @@ biolink:PhysicalEssenceOrOccurrent a sh:NodeShape ; biolink:PhysiologicalProcess a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + sh:property [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:enabled_by ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], + sh:order 12 ; + sh:path rdf:type ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_input ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; + sh:order 15 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 0 ; sh:path biolink:id ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 14 ; @@ -21042,68 +21191,65 @@ biolink:PhysiologicalProcess a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_output ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ] ; + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ] ; sh:targetClass biolink:PhysiologicalProcess . biolink:PlanetaryEntity a sh:NodeShape ; sh:closed true ; sh:description "Any entity or process that exists at the level of the whole planet" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:order 7 ; sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -21115,172 +21261,183 @@ biolink:Plant a sh:NodeShape ; sh:closed true ; sh:description "" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:category ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:Plant . biolink:Polypeptide a sh:NodeShape ; sh:closed true ; sh:description "A polypeptide is a molecular entity characterized by availability in protein databases of amino-acid-based sequence representations of its precise primary structure; for convenience of representation, partial sequences of various kinds are included, even if they do not represent a physical molecule." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ] ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ] ; sh:targetClass biolink:Polypeptide . biolink:PopulationToPopulationAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a two populations" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:property [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], [ sh:datatype xsd:string ; sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; @@ -21292,73 +21449,49 @@ biolink:PopulationToPopulationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "the population that form the subject of the association" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:description "A relationship type that holds between the subject and object populations. Standard mereological relations can be used. E.g. subject part-of object, subject overlaps object. Derivation relationships can also be used" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:PopulationOfIndividualOrganisms ; sh:description "the population that form the object of the association" ; sh:maxCount 1 ; @@ -21366,147 +21499,145 @@ biolink:PopulationToPopulationAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that form the subject of the association" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "A relationship type that holds between the subject and object populations. Standard mereological relations can be used. E.g. subject part-of object, subject overlaps object. Derivation relationships can also be used" ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 32 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ] ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ] ; sh:targetClass biolink:PopulationToPopulationAssociation . biolink:PosttranslationalModification a sh:NodeShape ; sh:closed true ; sh:description "A chemical modification of a polypeptide or protein that occurs after translation. e.g. polypeptide cleavage to form separate proteins, methylation or acetylation of histone tail amino acids, protein ubiquitination." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 11 ; + sh:path dct:description ], + [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; - sh:path biolink:category ] ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ] ; sh:targetClass biolink:PosttranslationalModification . biolink:PreprintPublication a sh:NodeShape ; sh:closed true ; sh:description "a document reresenting an early version of an author's original scholarly work, such as a research paper or a review, prior to formal peer review and publication in a peer-reviewed scholarly or scientific journal." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 1 ; - sh:path biolink:pages ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:category ], - [ sh:datatype xsd:date ; + sh:property [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 10 ; @@ -21515,230 +21646,247 @@ biolink:PreprintPublication a sh:NodeShape ; sh:maxCount 1 ; sh:order 19 ; sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; + sh:minCount 1 ; + sh:order 6 ; + sh:path dct:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:rights ], + sh:order 21 ; + sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:iri ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 7 ; + sh:path biolink:license ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 9 ; + sh:path biolink:format ], + [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:id ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:rights ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:order 17 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 3 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:order 6 ; - sh:path dct:type ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 11 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:id ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:description "mesh terms tagging a publication" ; sh:order 4 ; sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ] ; + sh:order 2 ; + sh:path biolink:summary ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 1 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:order 3 ; + sh:path biolink:keywords ] ; sh:targetClass biolink:PreprintPublication . biolink:ProcessedMaterial a sh:NodeShape ; sh:closed true ; sh:description "A chemical entity (often a mixture) processed for consumption for nutritional, medical or technical use. Is a material entity that is created or changed during material processing." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "" ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:is_toxic ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 9 ; - sh:path biolink:provided_by ], + sh:order 18 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:highest_FDA_approval_status ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 12 ; - sh:path biolink:synonym ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 10 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_supplement ], - [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 5 ; + sh:path biolink:available_from ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:order 2 ; + sh:path biolink:drug_regulatory_status_world_wide ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 12 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "" ; + sh:order 17 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:trade_name ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_chemical_role ], + sh:order 14 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:order 16 ; sh:path rdf:type ], + [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 3 ; + sh:path biolink:routes_of_delivery ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 5 ; - sh:path biolink:available_from ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:string ; + sh:description "" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], + sh:order 0 ; + sh:path biolink:is_supplement ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:trade_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 10 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:max_tolerated_dose ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 3 ; - sh:path biolink:routes_of_delivery ] ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 9 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:is_toxic ] ; sh:targetClass biolink:ProcessedMaterial . biolink:Protein a sh:NodeShape ; sh:closed true ; sh:description "A gene product that is composed of a chain of amino acid sequences and is produced by ribosome-mediated translation of mRNA" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 5 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], + [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; @@ -21749,69 +21897,69 @@ biolink:ProteinDomain a sh:NodeShape ; sh:closed true ; sh:description "A conserved part of protein sequence and (tertiary) structure that can evolve, function, and exist independently of the rest of the protein chain. Protein domains maintain their structure and function independently of the proteins in which they are found. e.g. an SH3 domain." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 4 ; + sh:path biolink:xref ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 3 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 4 ; - sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], + sh:order 12 ; + sh:path dct:description ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 9 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 3 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 6 ; + sh:path biolink:synonym ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 7 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ] ; + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ] ; sh:targetClass biolink:ProteinDomain . biolink:ProteinFamily a sh:NodeShape ; @@ -21820,97 +21968,99 @@ biolink:ProteinFamily a sh:NodeShape ; sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 4 ; sh:path biolink:xref ], + [ sh:class biolink:Gene ; + sh:description "connects an entity with one or more gene or gene products" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene_or_gene_product ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:in_taxon ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 3 ; - sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 6 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 3 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:Gene ; - sh:description "connects an entity with one or more gene or gene products" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene_or_gene_product ] ; + sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ] ; sh:targetClass biolink:ProteinFamily . biolink:ProteinIsoform a sh:NodeShape ; sh:closed true ; sh:description "Represents a protein that is a specific isoform of the canonical or reference protein. See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4114032/" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], @@ -21918,32 +22068,30 @@ biolink:ProteinIsoform a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ] ; + sh:path biolink:category ] ; sh:targetClass biolink:ProteinIsoform . biolink:RNAProduct a sh:NodeShape ; @@ -21955,132 +22103,149 @@ biolink:RNAProduct a sh:NodeShape ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:full_name ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ] ; - sh:targetClass biolink:RNAProduct . - -biolink:RNAProductIsoform a sh:NodeShape ; - sh:closed true ; - sh:description "Represents a protein that is a specific isoform of the canonical or reference RNA" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:in_taxon_label ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 5 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; + sh:path biolink:full_name ] ; + sh:targetClass biolink:RNAProduct . + +biolink:RNAProductIsoform a sh:NodeShape ; + sh:closed true ; + sh:description "Represents a protein that is a specific isoform of the canonical or reference RNA" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:full_name ], + [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ] ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:RNAProductIsoform . biolink:ReactionToCatalystAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:property [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:knowledge_level ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ], + sh:order 21 ; + sh:path biolink:object_category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 36 ; @@ -22089,291 +22254,209 @@ biolink:ReactionToCatalystAssociation a sh:NodeShape ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 22 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 29 ; sh:path biolink:object_label_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path rdf:predicate ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:GeneOrGeneProduct ; sh:description "the chemical element that is the target of the statement" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 5 ; sh:path rdf:object ], + [ sh:description "the side of a reaction being modeled (ie: left or right)" ; + sh:in ( "left" "right" ) ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:reaction_side ], + [ sh:class biolink:MolecularEntity ; + sh:description "the chemical entity or entity that is an interactor" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path rdf:subject ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 31 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:qualifier ], + sh:order 11 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:object_namespace ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:knowledge_level ], + sh:order 4 ; + sh:path rdf:predicate ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 33 ; sh:path biolink:category ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:integer ; + sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:stoichiometry ], [ sh:description "the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)" ; sh:in ( "left_to_right" "right_to_left" "bidirectional" "neutral" ) ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:reaction_direction ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:publications ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], + sh:order 7 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:object_namespace ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 32 ; sh:path biolink:iri ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:subject_category ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:original_predicate ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:MolecularEntity ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 35 ; sh:path rdfs:label ], - [ sh:description "the side of a reaction being modeled (ie: left or right)" ; - sh:in ( "left" "right" ) ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:reaction_side ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], + sh:order 25 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:integer ; - sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:stoichiometry ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ] ; + sh:order 17 ; + sh:path biolink:original_subject ] ; sh:targetClass biolink:ReactionToCatalystAssociation . biolink:ReactionToParticipantAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:negated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 33 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 13 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:datatype xsd:integer ; + sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; sh:maxCount 1 ; - sh:order 26 ; - sh:path biolink:subject_namespace ], + sh:order 0 ; + sh:path biolink:stoichiometry ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:publications ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 30 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path dct:description ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:MolecularEntity ; - sh:description "the chemical entity or entity that is an interactor" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path rdf:subject ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_object ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:original_predicate ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 4 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 24 ; sh:path biolink:subject_category_closure ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:object_category ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 28 ; + sh:path biolink:subject_label_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:agent_type ], + sh:order 18 ; + sh:path biolink:original_predicate ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 33 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 13 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; @@ -22385,159 +22468,241 @@ biolink:ReactionToParticipantAssociation a sh:NodeShape ; sh:order 1 ; sh:path biolink:reaction_direction ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 23 ; - sh:path biolink:object_closure ], - [ sh:description "a point in time" ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 7 ; + sh:path biolink:qualifier ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:original_subject ], - [ sh:datatype xsd:integer ; - sh:description "the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers." ; + sh:order 36 ; + sh:path dct:description ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 8 ; + sh:path biolink:qualifiers ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 34 ; + sh:path rdf:type ], + [ sh:description "the side of a reaction being modeled (ie: left or right)" ; + sh:in ( "left" "right" ) ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:stoichiometry ], + sh:order 2 ; + sh:path biolink:reaction_side ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 29 ; sh:path biolink:object_label_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:class biolink:ChemicalEntity ; + sh:description "the chemical element that is the target of the statement" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:publications ], - [ sh:description "the side of a reaction being modeled (ie: left or right)" ; - sh:in ( "left" "right" ) ; + sh:order 5 ; + sh:path rdf:object ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:reaction_side ], + sh:order 35 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:negated ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 26 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 31 ; sh:path biolink:id ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:subject_category ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:primary_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path biolink:original_object ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 22 ; sh:path biolink:subject_closure ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 38 ; + sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 37 ; sh:path biolink:has_attribute ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 34 ; - sh:path rdf:type ], - [ sh:class biolink:ChemicalEntity ; - sh:description "the chemical element that is the target of the statement" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:original_subject ], + [ sh:class biolink:MolecularEntity ; + sh:description "the chemical entity or entity that is an interactor" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 3 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:subject_category ], + sh:order 11 ; + sh:path biolink:knowledge_source ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 28 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_evidence ] ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 23 ; + sh:path biolink:object_closure ] ; sh:targetClass biolink:ReactionToParticipantAssociation . biolink:ReagentTargetedGene a sh:NodeShape ; sh:closed true ; sh:description "A gene altered in its expression level in the context of some experiment as a result of being targeted by gene-knockdown reagent(s) such as a morpholino or RNAi." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path biolink:id ], - [ sh:description "connects a genomic feature to its sequence" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 9 ; sh:path biolink:category ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], + sh:order 8 ; + sh:path biolink:iri ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path rdfs:label ] ; sh:targetClass biolink:ReagentTargetedGene . biolink:RegulatoryRegion a sh:NodeShape ; sh:closed true ; sh:description "A region (or regions) of the genome that contains known or putative regulatory elements that act in cis- or trans- to affect the transcription of gene" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; @@ -22549,56 +22714,43 @@ biolink:RegulatoryRegion a sh:NodeShape ; [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ], + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + sh:order 3 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:id ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], + sh:order 12 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ] ; + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:id ] ; sh:targetClass biolink:RegulatoryRegion . biolink:RelationshipQuantifier a sh:NodeShape ; @@ -22622,72 +22774,72 @@ biolink:RelativeFrequencyAnalysisResult a sh:NodeShape ; sh:closed true ; sh:description "A result of a relative frequency analysis." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:property [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 0 ; + sh:path biolink:license ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + sh:order 9 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ] ; + sh:path dct:description ] ; sh:targetClass biolink:RelativeFrequencyAnalysisResult . biolink:SensitivityQuantifier a sh:NodeShape ; @@ -22699,45 +22851,73 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a sequence feature and a nucleic acid entity it is localized to." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:class biolink:NamedThing ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], [ sh:class biolink:NamedThing ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -22750,119 +22930,88 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 6 ; sh:path biolink:publications ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:class biolink:NamedThing ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; @@ -22872,308 +23021,267 @@ biolink:SequenceAssociation a sh:NodeShape ; sh:order 19 ; sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ] ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:original_object ] ; sh:targetClass biolink:SequenceAssociation . biolink:SequenceFeatureRelationship a sh:NodeShape ; sh:closed true ; sh:description "For example, a particular exon is part of a particular transcript or gene" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:NucleicAcidEntity ; - sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "a human-readable description of an entity" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:original_subject ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:description "a point in time" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 29 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:NucleicAcidEntity ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 20 ; sh:path biolink:object_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:class biolink:NucleicAcidEntity ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:knowledge_level ], + [ sh:class biolink:NucleicAcidEntity ; + sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ] ; - sh:targetClass biolink:SequenceFeatureRelationship . - -biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; - sh:closed false ; - sh:description "An association between a sequence variant and a treatment or health intervention. The treatment object itself encompasses both the disease and the drug used." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:order 33 ; + sh:path dct:description ] ; + sh:targetClass biolink:SequenceFeatureRelationship . + +biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; + sh:closed false ; + sh:description "An association between a sequence variant and a treatment or health intervention. The treatment object itself encompasses both the disease and the drug used." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:class biolink:SequenceVariant ; - sh:description "variant that modulates the treatment of some disease" ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:Treatment ; - sh:description "treatment whose efficacy is modulated by the subject variant" ; + sh:order 4 ; + sh:path biolink:qualifier ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; @@ -23184,175 +23292,225 @@ biolink:SequenceVariantModulatesTreatmentAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:description "a point in time" ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:SequenceVariant ; + sh:description "variant that modulates the treatment of some disease" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:class biolink:Treatment ; + sh:description "treatment whose efficacy is modulated by the subject variant" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ] ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ] ; sh:targetClass biolink:SequenceVariantModulatesTreatmentAssociation . biolink:Serial a sh:NodeShape ; sh:closed true ; sh:description "This class may rarely be instantiated except if use cases of a given knowledge graph support its utility." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; - sh:description "keywords tagging a publication" ; - sh:order 6 ; - sh:path biolink:keywords ], - [ sh:datatype xsd:string ; - sh:description "Should generally be set to an ontology class defined term for 'serial' or 'journal'." ; - sh:order 20 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:summary ], - [ sh:datatype xsd:string ; - sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; - sh:minCount 1 ; - sh:order 9 ; - sh:path dct:type ], - [ sh:datatype xsd:string ; - sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:volume ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:deprecated ], - [ sh:description "Alternate human-readable names for a thing" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; sh:order 16 ; sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 4 ; - sh:path biolink:pages ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 8 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:description "Serials (journals) should have industry-standard identifier such as from ISSN." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 22 ; + sh:path dct:description ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:authors ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 7 ; - sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:format ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; - sh:order 19 ; - sh:path biolink:category ], + sh:order 9 ; + sh:path dct:type ], + [ sh:datatype xsd:string ; + sh:description "Standard abbreviation for periodicals in the International Organization for Standardization (ISO) 4 system See https://www.issn.org/services/online-services/access-to-the-ltwa/. If the 'published in' property is set, then the iso abbreviation pertains to the broader publication context (the journal) within which the given publication node is embedded, not the publication itself." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:iso_abbreviation ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 23 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 14 ; sh:path biolink:provided_by ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 7 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:string ; + sh:description "keywords tagging a publication" ; + sh:order 6 ; + sh:path biolink:keywords ], [ sh:datatype xsd:string ; sh:description "issue of a newspaper, a scientific journal or magazine for reference purpose" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:issue ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 4 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "Should generally be set to an ontology class defined term for 'serial' or 'journal'." ; + sh:order 20 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 19 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:deprecated ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:rights ], + sh:order 12 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:description "Standard abbreviation for periodicals in the International Organization for Standardization (ISO) 4 system See https://www.issn.org/services/online-services/access-to-the-ltwa/. If the 'published in' property is set, then the iso abbreviation pertains to the broader publication context (the journal) within which the given publication node is embedded, not the publication itself." ; + sh:description "volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:iso_abbreviation ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:order 1 ; + sh:path biolink:volume ], + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 21 ; - sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; + sh:order 10 ; + sh:path biolink:license ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 22 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:creation_date ], [ sh:datatype xsd:string ; - sh:description "Serials (journals) should have industry-standard identifier such as from ISSN." ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; + sh:order 5 ; + sh:path biolink:summary ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:license ] ; + sh:order 21 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Serial . biolink:SeverityValue a sh:NodeShape ; @@ -23360,234 +23518,245 @@ biolink:SeverityValue a sh:NodeShape ; sh:description "describes the severity of a phenotypic feature or disease" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], + sh:order 3 ; + sh:path biolink:has_qualitative_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], + sh:order 1 ; + sh:path biolink:has_attribute_type ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 0 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ] ; sh:targetClass biolink:SeverityValue . biolink:SiRNA a sh:NodeShape ; sh:closed true ; sh:description "A small RNA molecule that is the product of a longer exogenous or endogenous dsRNA, which is either a bimolecular duplex or very long hairpin, processed (via the Dicer pathway) such that numerous siRNAs accumulate from both strands of the dsRNA. SRNAs trigger the cleavage of their target molecules." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:in_taxon_label ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:property [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 0 ; - sh:path biolink:synonym ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 0 ; + sh:path biolink:synonym ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:full_name ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:in_taxon ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; - sh:path biolink:provided_by ] ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ] ; sh:targetClass biolink:SiRNA . biolink:SmallMolecule a sh:NodeShape ; sh:closed true ; sh:description "A small molecule entity is a molecular entity characterized by availability in small-molecule databases of SMILES, InChI, IUPAC, or other unambiguous representation of its precise chemical structure; for convenience of representation, any valid chemical representation is included, even if it is not strictly molecular (e.g., sodium ion)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 13 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "indicates whether a molecular entity is a metabolite" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_metabolite ], + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "indicates whether a molecular entity is a metabolite" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:is_metabolite ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 15 ; sh:path dct:description ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:has_chemical_role ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_toxic ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "" ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:trade_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 2 ; - sh:path biolink:available_from ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:iri ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:deprecated ], + sh:order 4 ; + sh:path biolink:is_toxic ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:has_chemical_role ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 16 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:max_tolerated_dose ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 2 ; + sh:path biolink:available_from ], + [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path rdf:type ] ; sh:targetClass biolink:SmallMolecule . biolink:Snv a sh:NodeShape ; sh:closed true ; sh:description "SNVs are single nucleotide positions in genomic DNA at which different sequence alternatives exist" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:in_taxon ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 5 ; + sh:path biolink:provided_by ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 4 ; @@ -23595,82 +23764,79 @@ biolink:Snv a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 6 ; sh:path biolink:xref ], - [ sh:description "The state of the sequence w.r.t a reference sequence" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_biological_sequence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:Gene ; - sh:description "Each allele can be associated with any number of genes" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 5 ; - sh:path biolink:provided_by ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path biolink:id ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:Gene ; + sh:description "Each allele can be associated with any number of genes" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_gene ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "The state of the sequence w.r.t a reference sequence" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path biolink:id ] ; + sh:order 1 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ] ; sh:targetClass biolink:Snv . biolink:SocioeconomicExposure a sh:NodeShape ; sh:closed true ; sh:description "A socioeconomic exposure is a factor relating to social and financial status of an affected individual (e.g. poverty)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 8 ; - sh:path biolink:xref ], + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 8 ; + sh:path biolink:xref ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_attribute_type ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 7 ; @@ -23681,15 +23847,32 @@ biolink:SocioeconomicExposure a sh:NodeShape ; sh:path biolink:category ], [ sh:class biolink:QuantityValue ; sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path biolink:has_quantitative_value ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_qualitative_value ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:full_name ], [ sh:class biolink:SocioeconomicAttribute ; sh:description "connects any entity to an attribute" ; sh:minCount 1 ; @@ -23699,32 +23882,7 @@ biolink:SocioeconomicExposure a sh:NodeShape ; [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:timepoint ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:SocioeconomicExposure . biolink:SocioeconomicOutcome a sh:NodeShape ; @@ -23742,7 +23900,14 @@ biolink:Study a sh:NodeShape ; sh:closed true ; sh:description "a detailed investigation and/or analysis" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; + sh:property [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; @@ -23751,40 +23916,33 @@ biolink:Study a sh:NodeShape ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -23797,14 +23955,25 @@ biolink:StudyPopulation a sh:NodeShape ; sh:closed true ; sh:description "A group of people banded together or treated as a group as participants in a research study." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; @@ -23813,79 +23982,69 @@ biolink:StudyPopulation a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ] ; + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:StudyPopulation . biolink:StudyResult a sh:NodeShape ; sh:closed false ; sh:description "A collection of data items from a study that are about a particular study subject or experimental unit (the 'focus' of the Result) - optionally with context/provenance metadata that may be relevant to the interpretation of this data as evidence." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 13 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], @@ -23893,112 +24052,111 @@ biolink:StudyResult a sh:NodeShape ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ] ; + sh:path biolink:creation_date ] ; sh:targetClass biolink:StudyResult . biolink:StudyVariable a sh:NodeShape ; sh:closed true ; sh:description "a variable that is used as a measure in the investigation of a study" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 0 ; + sh:path biolink:license ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ] ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:id ] ; sh:targetClass biolink:StudyVariable . biolink:SubjectOfInvestigation a sh:NodeShape ; @@ -24010,48 +24168,34 @@ biolink:SubjectOfInvestigation a sh:NodeShape ; biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -24059,220 +24203,236 @@ biolink:TaxonToTaxonAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path rdf:subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 34 ; + sh:path biolink:has_attribute ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 35 ; sh:path biolink:deprecated ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:class biolink:OrganismTaxon ; + sh:description "An association between individuals of different taxa." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], - [ sh:class biolink:OrganismTaxon ; - sh:description "An association between individuals of different taxa." ; + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:agent_type ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; sh:order 10 ; sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], [ sh:description "a point in time" ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:timepoint ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ] ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:TaxonToTaxonAssociation . biolink:TextMiningResult a sh:NodeShape ; sh:closed true ; sh:description "A result of text mining." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 2 ; + sh:path biolink:format ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], + sh:order 11 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ] ; + sh:order 0 ; + sh:path biolink:license ] ; sh:targetClass biolink:TextMiningResult . biolink:ThingWithTaxon a sh:NodeShape ; sh:closed false ; sh:description "A mixin that can be used on any entity that can be taxonomically classified. This includes individual organisms; genes, their products and other molecular entities; body parts; biological processes" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:ThingWithTaxon . biolink:TranscriptToGeneRelationship a sh:NodeShape ; @@ -24280,14 +24440,24 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:description "A gene is a collection of transcripts" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:class biolink:Gene ; sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -24295,76 +24465,93 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:qualifier ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:Transcript ; sh:description "connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; @@ -24377,79 +24564,54 @@ biolink:TranscriptToGeneRelationship a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 25 ; sh:path biolink:subject_label_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -24461,99 +24623,80 @@ biolink:TranscriptionFactorBindingSite a sh:NodeShape ; sh:closed true ; sh:description "A region (or regions) of the genome that contains a region of DNA known or predicted to bind a protein that modulates gene transcription" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path rdfs:label ], + sh:order 6 ; + sh:path biolink:full_name ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:in_taxon ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + sh:order 11 ; + sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 7 ; sh:path biolink:synonym ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:iri ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 9 ; sh:path biolink:category ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:description "connects a genomic feature to its sequence" ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:id ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:order 10 ; - sh:path rdf:type ] ; + sh:path rdf:type ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ] ; sh:targetClass biolink:TranscriptionFactorBindingSite . biolink:VariantAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 38 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:property [ sh:class biolink:SequenceVariant ; + sh:description "A variant that has a role in modeling the disease." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:class biolink:Disease ; sh:description "disease" ; sh:maxCount 1 ; @@ -24561,178 +24704,199 @@ biolink:VariantAsAModelOfDiseaseAssociation a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:object_direction_qualifier ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:order 24 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:class biolink:SequenceVariant ; - sh:description "A variant that has a role in modeling the disease." ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 18 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:order 3 ; + sh:path biolink:negated ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:class biolink:OntologyClass ; sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; sh:order 5 ; sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; + sh:order 32 ; + sh:path rdfs:label ], + [ sh:description "The relationship to the disease" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 7 ; + sh:path biolink:has_evidence ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 29 ; + sh:path biolink:iri ], [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 28 ; sh:path biolink:id ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:subject_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "a point in time" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 36 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 23 ; sh:path biolink:subject_namespace ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:qualified_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:order 38 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], + sh:order 39 ; + sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:order 17 ; + sh:path biolink:subject_category ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 30 ; sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], - [ sh:description "The relationship to the disease" ; + sh:order 16 ; + sh:path biolink:original_object ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ] ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ] ; sh:targetClass biolink:VariantAsAModelOfDiseaseAssociation . biolink:VariantToDiseaseAssociation a sh:NodeShape ; @@ -24743,571 +24907,592 @@ biolink:VariantToDiseaseAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 38 ; sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:Disease ; + sh:description "a disease that is associated with that variant" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:negated ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:qualified_predicate ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:frequency_qualifier ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:timepoint ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 18 ; sh:path biolink:object_category ], - [ sh:description "E.g. is pathogenic for" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:description "a point in time" ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:order 32 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:knowledge_source ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 39 ; sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:Disease ; - sh:description "a disease that is associated with that variant" ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 24 ; + sh:path biolink:object_namespace ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 19 ; + sh:path biolink:subject_closure ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], + sh:order 5 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:negated ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated in some way with the disease state" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], + sh:order 12 ; + sh:path biolink:agent_type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 33 ; sh:path dct:description ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:original_object ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 37 ; sh:path biolink:subject_direction_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "E.g. is pathogenic for" ; sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:has_evidence ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 22 ; sh:path biolink:object_category_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:object_namespace ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], [ sh:class biolink:RetrievalSource ; sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; sh:order 27 ; sh:path biolink:retrieval_source_ids ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated in some way with the disease state" ; sh:maxCount 1 ; - sh:order 32 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:knowledge_source ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 19 ; - sh:path biolink:subject_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ] ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:VariantToDiseaseAssociation . biolink:VariantToEntityAssociationMixin a sh:NodeShape ; sh:closed false ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated with some other entity" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ] ; - sh:targetClass biolink:VariantToEntityAssociationMixin . - -biolink:VariantToGeneAssociation a sh:NodeShape ; - sh:closed true ; - sh:description "An association between a variant and a gene, where the variant has a genetic association with the gene (i.e. is in linkage disequilibrium)" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:retrieval_source_ids ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 17 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:subject_label_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], + [ sh:class biolink:NamedThing ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 21 ; - sh:path biolink:subject_category_closure ], + sh:order 2 ; + sh:path rdf:object ], [ sh:class biolink:SequenceVariant ; sh:description "a sequence variant in which the allele state is associated with some other entity" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 0 ; - sh:path rdf:subject ], + sh:path rdf:subject ] ; + sh:targetClass biolink:VariantToEntityAssociationMixin . + +biolink:VariantToGeneAssociation a sh:NodeShape ; + sh:closed true ; + sh:description "An association between a variant and a gene, where the variant has a genetic association with the gene (i.e. is in linkage disequilibrium)" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 30 ; + sh:path biolink:category ], [ sh:class biolink:EvidenceType ; sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; sh:order 7 ; sh:path biolink:has_evidence ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_predicate ], + sh:order 4 ; + sh:path biolink:qualifier ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 28 ; - sh:path biolink:id ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 9 ; + sh:path biolink:primary_knowledge_source ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:object_category ], + sh:order 29 ; + sh:path biolink:iri ], [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 1 ; sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Gene ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 33 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:original_subject ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 30 ; - sh:path biolink:category ], + sh:order 16 ; + sh:path biolink:original_object ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 24 ; sh:path biolink:object_namespace ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 35 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_object ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 34 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 23 ; - sh:path biolink:subject_namespace ], - [ sh:class biolink:Gene ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], + sh:order 18 ; + sh:path biolink:object_category ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 10 ; - sh:path biolink:aggregator_knowledge_source ], + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:knowledge_level ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 31 ; - sh:path rdf:type ], + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 28 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:knowledge_source ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:agent_type ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:publications ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 22 ; + sh:path biolink:object_category_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 21 ; + sh:path biolink:subject_category_closure ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated with some other entity" ; sh:maxCount 1 ; - sh:order 29 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 19 ; sh:path biolink:subject_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:object_label_closure ], - [ sh:description "a point in time" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:timepoint ], + sh:nodeKind sh:IRI ; + sh:order 17 ; + sh:path biolink:subject_category ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 32 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:object_closure ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:agent_type ], + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 10 ; + sh:path biolink:aggregator_knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:object_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:knowledge_level ], + sh:order 23 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:publications ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:boolean ; sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; sh:order 3 ; - sh:path biolink:negated ] ; + sh:path biolink:negated ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 33 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 35 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 31 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:qualifiers ] ; sh:targetClass biolink:VariantToGeneAssociation . biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a variant and expression of a gene (i.e. e-QTL)" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Gene ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path rdf:object ], - [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 34 ; + sh:path biolink:category ], + [ sh:class biolink:DiseaseOrPhenotypicFeature ; + sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 35 ; - sh:path rdf:type ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_evidence ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:agent_type ], + sh:order 3 ; + sh:path biolink:phenotypic_state ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 9 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 14 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:primary_knowledge_source ], + sh:minCount 1 ; + sh:order 32 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:original_object ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 24 ; + sh:path biolink:object_closure ], + [ sh:class biolink:AnatomicalEntity ; + sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 31 ; - sh:path biolink:retrieval_source_ids ], + sh:order 1 ; + sh:path biolink:expression_site ], + [ sh:class biolink:OntologyClass ; + sh:description "Optional quantitative value indicating degree of expression." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:quantifier_qualifier ], + [ sh:datatype xsd:string ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 35 ; + sh:path rdf:type ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 25 ; + sh:path biolink:subject_category_closure ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 21 ; sh:path biolink:subject_category ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path rdf:predicate ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 38 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated with some other entity" ; - sh:maxCount 1 ; - sh:minCount 1 ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path rdf:subject ], + sh:order 26 ; + sh:path biolink:object_category_closure ], [ sh:class biolink:Publication ; sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:qualifier ], + sh:order 13 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 38 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 23 ; sh:path biolink:subject_closure ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 36 ; - sh:path rdfs:label ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path biolink:original_predicate ], + sh:order 33 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_source ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 32 ; - sh:path biolink:id ], - [ sh:class biolink:AnatomicalEntity ; - sh:description "location in which gene or protein expression takes place. May be cell, tissue, or organ." ; + sh:order 5 ; + sh:path rdf:predicate ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; + sh:order 37 ; + sh:path dct:description ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:expression_site ], - [ sh:class biolink:DiseaseOrPhenotypicFeature ; - sh:description "in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX." ; - sh:maxCount 1 ; + sh:order 31 ; + sh:path biolink:retrieval_source_ids ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:phenotypic_state ], - [ sh:description "a point in time" ; + sh:order 11 ; + sh:path biolink:has_evidence ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:timepoint ], + sh:order 36 ; + sh:path rdfs:label ], + [ sh:class biolink:LifeStage ; + sh:description "stage during which gene or protein expression of takes place." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:stage_qualifier ], [ sh:datatype xsd:string ; sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 30 ; sh:path biolink:object_label_closure ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 14 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 24 ; - sh:path biolink:object_closure ], + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; - sh:description "Optional quantitative value indicating degree of expression." ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:quantifier_qualifier ], + sh:order 22 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 27 ; + sh:path biolink:subject_namespace ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:knowledge_level ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:timepoint ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 28 ; sh:path biolink:object_namespace ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:object_category_closure ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + [ sh:class biolink:Gene ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:object_category ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 9 ; - sh:path biolink:qualifiers ], + sh:order 6 ; + sh:path rdf:object ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; @@ -25318,535 +25503,490 @@ biolink:VariantToGeneExpressionAssociation a sh:NodeShape ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:negated ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated with some other entity" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:knowledge_level ], - [ sh:description "a human-readable description of an entity" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path rdf:subject ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 37 ; - sh:path dct:description ], + sh:order 19 ; + sh:path biolink:original_predicate ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:agent_type ], [ sh:datatype xsd:string ; sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:order 29 ; - sh:path biolink:subject_label_closure ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 34 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 27 ; - sh:path biolink:subject_namespace ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path biolink:iri ], - [ sh:class biolink:LifeStage ; - sh:description "stage during which gene or protein expression of takes place." ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:stage_qualifier ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 25 ; - sh:path biolink:subject_category_closure ] ; + sh:path biolink:subject_label_closure ] ; sh:targetClass biolink:VariantToGeneExpressionAssociation . biolink:VariantToPhenotypicFeatureAssociation a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 33 ; - sh:path rdfs:label ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category_closure ], - [ sh:class biolink:SequenceVariant ; - sh:description "a sequence variant in which the allele state is associated in some way with the phenotype state" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:negated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:closed true ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 30 ; - sh:path biolink:iri ], + sh:order 43 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 6 ; + sh:path biolink:qualifiers ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; sh:maxCount 1 ; - sh:order 25 ; - sh:path biolink:object_namespace ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:order 10 ; + sh:path biolink:primary_knowledge_source ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; sh:nodeKind sh:IRI ; - sh:order 28 ; - sh:path biolink:retrieval_source_ids ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 46 ; - sh:path biolink:frequency_qualifier ], + sh:order 8 ; + sh:path biolink:has_evidence ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:order 31 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 24 ; + sh:path biolink:subject_namespace ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 29 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 41 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:order 30 ; + sh:path biolink:iri ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:original_predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:minCount 1 ; + sh:order 12 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:SequenceVariant ; + sh:description "a sequence variant in which the allele state is associated in some way with the phenotype state" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:subject_category ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 26 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 0 ; + sh:path rdf:subject ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 24 ; - sh:path biolink:subject_namespace ], + sh:order 34 ; + sh:path dct:description ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:timepoint ], [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 11 ; - sh:path biolink:aggregator_knowledge_source ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; + sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; - sh:order 42 ; - sh:path biolink:subject_direction_qualifier ], + sh:order 9 ; + sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 20 ; - sh:path biolink:subject_closure ], + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 41 ; + sh:path biolink:subject_aspect_qualifier ], [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 43 ; - sh:path biolink:object_aspect_qualifier ], + sh:order 15 ; + sh:path biolink:original_subject ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 27 ; - sh:path biolink:object_label_closure ], - [ sh:description "a human-readable description of an entity" ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 21 ; + sh:path biolink:object_closure ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category_closure ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 34 ; - sh:path dct:description ], - [ sh:class biolink:BiologicalSex ; - sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; + sh:order 44 ; + sh:path biolink:object_direction_qualifier ], + [ sh:class biolink:PhenotypicFeature ; + sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:sex_qualifier ], + sh:order 2 ; + sh:path rdf:object ], + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; + sh:maxCount 1 ; + sh:order 40 ; + sh:path biolink:has_percentage ], [ sh:datatype xsd:integer ; sh:description "total number of things in a particular reference set" ; sh:maxCount 1 ; sh:order 38 ; sh:path biolink:has_total ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 8 ; - sh:path biolink:has_evidence ], - [ sh:datatype xsd:integer ; - sh:description "number of things with a particular property" ; + sh:order 19 ; + sh:path biolink:object_category ], + [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; + sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; - sh:order 37 ; - sh:path biolink:has_count ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 42 ; + sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:boolean ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 12 ; - sh:path biolink:knowledge_level ], + sh:order 4 ; + sh:path biolink:negated ], + [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:nodeKind sh:IRI ; + sh:order 7 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; sh:maxCount 1 ; - sh:order 45 ; - sh:path biolink:qualified_predicate ], + sh:order 5 ; + sh:path biolink:qualifier ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; sh:order 23 ; sh:path biolink:object_category_closure ], - [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; - sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; - sh:maxCount 1 ; - sh:order 44 ; - sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 17 ; sh:path biolink:original_object ], - [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 32 ; - sh:path rdf:type ], - [ sh:datatype xsd:double ; + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:order 39 ; - sh:path biolink:has_quotient ], + sh:order 16 ; + sh:path biolink:original_predicate ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 28 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:primary_knowledge_source ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 13 ; - sh:path biolink:agent_type ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 20 ; + sh:path biolink:subject_closure ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:object_category ], + sh:order 45 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 35 ; sh:path biolink:has_attribute ], + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; + sh:maxCount 1 ; + sh:order 46 ; + sh:path biolink:frequency_qualifier ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:subject_category ], [ sh:datatype xsd:string ; - sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:original_subject ], + sh:order 25 ; + sh:path biolink:object_namespace ], + [ sh:datatype xsd:double ; + sh:maxCount 1 ; + sh:order 39 ; + sh:path biolink:has_quotient ], [ sh:datatype xsd:string ; - sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 26 ; + sh:path biolink:subject_label_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:knowledge_source ], - [ sh:description "a point in time" ; + sh:minCount 1 ; + sh:order 13 ; + sh:path biolink:agent_type ], + [ sh:datatype xsd:string ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 11 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:timepoint ], + sh:order 33 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 27 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 36 ; sh:path biolink:deprecated ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 21 ; - sh:path biolink:object_closure ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; - sh:nodeKind sh:IRI ; - sh:order 7 ; - sh:path biolink:publications ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 32 ; + sh:path rdf:type ], + [ sh:datatype xsd:integer ; + sh:description "number of things with a particular property" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:has_percentage ], - [ sh:class biolink:PhenotypicFeature ; - sh:description "connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object." ; + sh:order 37 ; + sh:path biolink:has_count ], + [ sh:class biolink:BiologicalSex ; + sh:description "a qualifier used in a phenotypic association to state whether the association is specific to a particular sex." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; sh:nodeKind sh:IRI ; - sh:order 6 ; - sh:path biolink:qualifiers ] ; + sh:order 3 ; + sh:path biolink:sex_qualifier ] ; sh:targetClass biolink:VariantToPhenotypicFeatureAssociation . biolink:VariantToPopulationAssociation a sh:NodeShape ; sh:closed true ; sh:description "An association between a variant and a population, where the variant has particular frequency in the population" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:property [ sh:class biolink:Publication ; + sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; sh:nodeKind sh:IRI ; - sh:order 27 ; - sh:path biolink:object_category_closure ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:timepoint ], + sh:order 11 ; + sh:path biolink:publications ], [ sh:datatype xsd:string ; sh:description "Used to hold the object namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:order 29 ; sh:path biolink:object_namespace ], - [ sh:class biolink:EvidenceType ; - sh:description "connects an association to an instance of supporting evidence" ; + [ sh:class biolink:SequenceVariant ; + sh:description "an allele that has a certain frequency in a given population" ; + sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_evidence ], + sh:order 0 ; + sh:path rdf:subject ], + [ sh:datatype xsd:string ; + sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:qualifier ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:order 35 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:order 28 ; + sh:path biolink:subject_namespace ], + [ sh:class biolink:RetrievalSource ; + sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; + sh:nodeKind sh:IRI ; + sh:order 32 ; + sh:path biolink:retrieval_source_ids ], [ sh:datatype xsd:string ; sh:description "used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; sh:order 19 ; sh:path biolink:original_subject ], - [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; - sh:maxCount 1 ; - sh:order 20 ; - sh:path biolink:original_predicate ], - [ sh:datatype xsd:string ; - sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; - sh:order 15 ; - sh:path biolink:aggregator_knowledge_source ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the object category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:nodeKind sh:IRI ; + sh:order 27 ; + sh:path biolink:object_category_closure ], [ sh:datatype xsd:string ; sh:description "An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:knowledge_source ], [ sh:datatype xsd:string ; - sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:primary_knowledge_source ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject namespace of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:maxCount 1 ; - sh:order 28 ; - sh:path biolink:subject_namespace ], + sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; + sh:order 36 ; + sh:path rdf:type ], + [ sh:class biolink:EvidenceType ; + sh:description "connects an association to an instance of supporting evidence" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_evidence ], [ sh:class biolink:OntologyClass ; sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 22 ; - sh:path biolink:subject_category ], + sh:order 23 ; + sh:path biolink:object_category ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 25 ; + sh:path biolink:object_closure ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; + sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 17 ; + sh:path biolink:agent_type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 34 ; + sh:path biolink:iri ], [ sh:datatype xsd:double ; sh:description "frequency of allele in population, expressed as a number with allele divided by number in reference population, aka allele frequency" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:has_quotient ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:qualifiers ], - [ sh:class biolink:SequenceVariant ; - sh:description "an allele that has a certain frequency in a given population" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path rdf:subject ], - [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:frequency_qualifier ], - [ sh:datatype xsd:string ; - sh:description "grouping slot for all qualifiers on an edge. useful for testing compliance with association classes" ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:qualifier ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:order 35 ; - sh:path biolink:category ], - [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:nodeKind sh:IRI ; - sh:order 26 ; - sh:path biolink:subject_category_closure ], [ sh:datatype xsd:boolean ; - sh:description "if set to true, then the association is negated i.e. is not true" ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:negated ], - [ sh:datatype xsd:double ; - sh:description "equivalent to has quotient multiplied by 100" ; + sh:order 40 ; + sh:path biolink:deprecated ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:has_percentage ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 24 ; - sh:path biolink:subject_closure ], + sh:minCount 1 ; + sh:order 1 ; + sh:path rdf:predicate ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 33 ; sh:path biolink:id ], - [ sh:description "Describes the high-level category of agent who originally generated a statement of knowledge or other type of information." ; - sh:in ( "manual_agent" "automated_agent" "data_analysis_pipeline" "computational_model" "text_mining_agent" "image_processing_agent" "manual_validation_of_automated_agent" "not_provided" ) ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 17 ; - sh:path biolink:agent_type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 37 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 34 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 25 ; - sh:path biolink:object_closure ], - [ sh:class biolink:RetrievalSource ; - sh:description "A list of retrieval sources that served as a source of knowledge expressed in an Edge, or a source of data used to generate this knowledge." ; - sh:nodeKind sh:IRI ; - sh:order 32 ; - sh:path biolink:retrieval_source_ids ], + sh:description "Used to hold the subject closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 24 ; + sh:path biolink:subject_closure ], [ sh:datatype xsd:string ; - sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 31 ; - sh:path biolink:object_label_closure ], + sh:description "The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. \"aggregator knowledge source\" can be used to capture non-primary sources." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:primary_knowledge_source ], [ sh:class biolink:OntologyClass ; - sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:description "connects an association to qualifiers that modify or qualify the meaning of that association" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:qualifiers ], + [ sh:class biolink:PopulationOfIndividualOrganisms ; + sh:description "the population that is observed to have the frequency" ; sh:maxCount 1 ; + sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 23 ; - sh:path biolink:object_category ], - [ sh:class biolink:Publication ; - sh:description "One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement." ; + sh:order 2 ; + sh:path rdf:object ], + [ sh:description "a point in time" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:timepoint ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the subject category closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:publications ], + sh:order 26 ; + sh:path biolink:subject_category_closure ], [ sh:datatype xsd:integer ; sh:description "number in object population that carry a particular allele, aka allele count" ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:has_count ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 37 ; + sh:path rdfs:label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 39 ; sh:path biolink:has_attribute ], - [ sh:class biolink:PopulationOfIndividualOrganisms ; - sh:description "the population that is observed to have the frequency" ; + [ sh:datatype xsd:double ; + sh:description "equivalent to has quotient multiplied by 100" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path rdf:object ], - [ sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; - sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:order 6 ; + sh:path biolink:has_percentage ], + [ sh:description "used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:knowledge_level ], + sh:order 20 ; + sh:path biolink:original_predicate ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 30 ; + sh:path biolink:subject_label_closure ], + [ sh:datatype xsd:string ; + sh:description "Used to hold the object label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:order 31 ; + sh:path biolink:object_label_closure ], [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "if set to true, then the association is negated i.e. is not true" ; sh:maxCount 1 ; - sh:order 40 ; - sh:path biolink:deprecated ], + sh:order 8 ; + sh:path biolink:negated ], [ sh:datatype xsd:integer ; sh:description "number all populations that carry a particular allele, aka allele number" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:has_total ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:string ; + sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path rdf:predicate ], + sh:order 21 ; + sh:path biolink:original_object ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 38 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Used to hold the subject label closure of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; - sh:order 30 ; - sh:path biolink:subject_label_closure ], - [ sh:datatype xsd:string ; - sh:description "used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification." ; + [ sh:description "a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject" ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:original_object ], + sh:order 7 ; + sh:path biolink:frequency_qualifier ], [ sh:datatype xsd:string ; - sh:description "rdf:type of biolink:Association should be fixed at rdf:Statement" ; - sh:order 36 ; - sh:path rdf:type ] ; + sh:description "An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form." ; + sh:order 15 ; + sh:path biolink:aggregator_knowledge_source ], + [ sh:defaultValue "not_provided" ; + sh:description "Describes the level of knowledge expressed in a statement, based on the reasoning or analysis methods used to generate the statement, or the scope or specificity of what the statement expresses to be true." ; + sh:in ( "knowledge_assertion" "logical_entailment" "prediction" "statistical_association" "observation" "not_provided" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:knowledge_level ], + [ sh:class biolink:OntologyClass ; + sh:description "Used to hold the biolink class/category of an association. This is a denormalized field used primarily in the SQL serialization of a knowledge graph via KGX." ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 22 ; + sh:path biolink:subject_category ] ; sh:targetClass biolink:VariantToPopulationAssociation . biolink:Vertebrate a sh:NodeShape ; sh:closed true ; sh:description "A sub-phylum of animals consisting of those having a bony or cartilaginous vertebral column." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; @@ -25856,269 +25996,306 @@ biolink:Vertebrate a sh:NodeShape ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; - sh:path rdfs:label ] ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:Vertebrate . biolink:Virus a sh:NodeShape ; sh:closed true ; sh:description "A virus is a microorganism that replicates itself as a microRNA and infects the host cell." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ] ; + sh:order 10 ; + sh:path rdfs:label ] ; sh:targetClass biolink:Virus . biolink:WebPage a sh:NodeShape ; sh:closed true ; sh:description "a document that is published according to World Wide Web standards, which may incorporate text, graphics, sound, and/or other features." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 17 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; - sh:order 1 ; - sh:path biolink:pages ], + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 19 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:rights ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "keywords tagging a publication" ; sh:order 3 ; sh:path biolink:keywords ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 11 ; - sh:path biolink:provided_by ], + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 21 ; sh:path biolink:deprecated ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:class biolink:Agent ; - sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:authors ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 16 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 19 ; - sh:path dct:description ], + sh:order 15 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], + sh:order 7 ; + sh:path biolink:license ], + [ sh:class biolink:Agent ; + sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:authors ], [ sh:datatype xsd:string ; - sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 14 ; - sh:path biolink:id ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; sh:order 6 ; sh:path dct:type ], + [ sh:datatype xsd:string ; + sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; + sh:order 1 ; + sh:path biolink:pages ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:summary ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 13 ; sh:path biolink:synonym ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path rdfs:label ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], [ sh:datatype xsd:string ; + sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:format ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:iri ], + sh:minCount 1 ; + sh:order 14 ; + sh:path biolink:id ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 5 ; sh:path biolink:xref ], [ sh:datatype xsd:string ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ] ; + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:WebPage . biolink:Behavior a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], + sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], - [ sh:class biolink:PhysicalEntity ; - sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:enabled_by ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 14 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:has_input ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_output ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:PhysicalEntity ; + sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ] ; + sh:order 3 ; + sh:path biolink:enabled_by ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ] ; sh:targetClass biolink:Behavior . biolink:BehavioralFeature a sh:NodeShape ; sh:closed true ; sh:description "A phenotypic feature which is behavioral in nature." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; @@ -26127,161 +26304,155 @@ biolink:BehavioralFeature a sh:NodeShape ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ] ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:BehavioralFeature . biolink:BiologicalProcess a sh:NodeShape ; sh:closed true ; sh:description "One or more causally connected executions of molecular functions" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:NamedThing ; - sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:class biolink:PhysicalEntity ; + sh:property [ sh:class biolink:PhysicalEntity ; sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:enabled_by ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 13 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_input ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:class biolink:NamedThing ; + sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 2 ; + sh:path biolink:has_output ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ] ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ] ; sh:targetClass biolink:BiologicalProcess . biolink:CellularComponent a sh:NodeShape ; sh:closed true ; sh:description "A location in or around a cell" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; @@ -26289,31 +26460,43 @@ biolink:CellularComponent a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ] ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:CellularComponent . biolink:ClinicalAttribute a sh:NodeShape ; sh:closed true ; sh:description "Attributes relating to a clinical manifestation" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], [ sh:class biolink:Attribute ; @@ -26327,37 +26510,17 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], @@ -26365,10 +26528,15 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:iri ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -26376,36 +26544,26 @@ biolink:ClinicalAttribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ] ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ] ; sh:targetClass biolink:ClinicalAttribute . biolink:Dataset a sh:NodeShape ; sh:closed true ; sh:description "an item that refers to a collection of data from a data source." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:rights ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -26417,147 +26575,175 @@ biolink:Dataset a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:creation_date ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; sh:path biolink:full_name ], [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:format ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:datatype xsd:string ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 7 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; - sh:path dct:description ] ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:license ] ; sh:targetClass biolink:Dataset . biolink:DatasetDistribution a sh:NodeShape ; sh:closed true ; sh:description "an item that holds distribution level information about a dataset." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 5 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:license ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:id ], + sh:order 0 ; + sh:path biolink:distribution_download_url ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 5 ; + sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:category ], [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:format ], + sh:order 12 ; + sh:path rdf:type ], [ sh:datatype xsd:date ; sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:creation_date ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:distribution_download_url ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:order 3 ; + sh:path biolink:format ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 6 ; - sh:path biolink:xref ] ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:rights ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:id ] ; sh:targetClass biolink:DatasetDistribution . biolink:Device a sh:NodeShape ; sh:closed true ; sh:description "A thing made or adapted for a particular purpose, especially a piece of mechanical or electronic equipment" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 9 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 0 ; @@ -26567,49 +26753,28 @@ biolink:Device a sh:NodeShape ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ] ; + sh:order 5 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Device . biolink:Exon a sh:NodeShape ; sh:closed true ; sh:description "A region of the transcript sequence within a gene which is not removed from the primary RNA transcript by RNA splicing." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; @@ -26618,49 +26783,66 @@ biolink:Exon a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ] ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:Exon . biolink:GeneFamily a sh:NodeShape ; sh:closed true ; sh:description "any grouping of multiple genes or gene products related by common descent" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:category ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 10 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:full_name ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 3 ; @@ -26669,245 +26851,211 @@ biolink:GeneFamily a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 6 ; - sh:path biolink:synonym ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 4 ; - sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:order 10 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:id ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 11 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], + sh:order 1 ; + sh:path biolink:in_taxon ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 4 ; + sh:path biolink:xref ], [ sh:class biolink:Gene ; sh:description "connects an entity with one or more gene or gene products" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:has_gene_or_gene_product ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 6 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:category ] ; + sh:order 7 ; + sh:path biolink:id ] ; sh:targetClass biolink:GeneFamily . biolink:GeneProductMixin a sh:NodeShape ; sh:closed false ; sh:description "The functional molecular product of a single gene locus. Gene products are either proteins or functional RNA molecules." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], + sh:property [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 0 ; sh:path biolink:synonym ], - [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path rdfs:label ] ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ] ; sh:targetClass biolink:GeneProductMixin . biolink:GeneticInheritance a sh:NodeShape ; sh:closed true ; sh:description "The pattern or 'mode' in which a particular genetic trait or disorder is passed from one generation to the next, e.g. autosomal dominant, autosomal recessive, etc." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:order 11 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ] ; sh:targetClass biolink:GeneticInheritance . biolink:InformationContentEntity a sh:NodeShape ; sh:closed false ; sh:description "a piece of information that typically describes some topic of discourse or is used as support." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 15 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:license ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], + sh:order 0 ; + sh:path biolink:license ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:order 9 ; + sh:path biolink:iri ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ] ; + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:format ] ; sh:targetClass biolink:InformationContentEntity . biolink:Onset a sh:NodeShape ; sh:closed true ; sh:description "The age group in which (disease) symptom manifestations appear." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; + sh:property [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; @@ -26918,9 +27066,6 @@ biolink:Onset a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -26928,51 +27073,65 @@ biolink:Onset a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ] ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:Onset . biolink:OrganismalEntity a sh:NodeShape ; sh:closed false ; sh:description "A named entity that is either a part of an organism, a whole organism, population or clade of organisms, excluding chemical entities" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; @@ -26981,30 +27140,45 @@ biolink:OrganismalEntity a sh:NodeShape ; [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ] ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:OrganismalEntity . biolink:PredicateMapping a sh:NodeShape ; @@ -27012,160 +27186,160 @@ biolink:PredicateMapping a sh:NodeShape ; sh:description "A deprecated predicate mapping object contains the deprecated predicate and an example of the rewiring that should be done to use a qualified statement in its place." ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:subject_context_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:subject_aspect_qualifier ], + [ sh:datatype xsd:string ; sh:description "The predicate that is being replaced by the fully qualified representation of predicate + subject and object qualifiers. Only to be used in test data and mapping data to help with the transition to the fully qualified predicate model. Not to be used in knowledge graphs." ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:mapped_predicate ], + [ sh:datatype xsd:string ; + sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:object_form_or_variant_qualifier ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the subject of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:subject_direction_qualifier ], + [ sh:datatype xsd:string ; + sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:qualified_predicate ], [ sh:class biolink:NamedThing ; - sh:description "holds between two entities that have strictly equivalent meanings, with a high degree of confidence" ; + sh:description "a list of terms from different schemas or terminology systems that have a narrower, more specific meaning. Narrower terms are typically shown as children in a hierarchy or tree." ; sh:nodeKind sh:IRI ; - sh:order 18 ; - sh:path biolink:exact_match ], + sh:order 19 ; + sh:path biolink:narrow_match ], [ sh:description "Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement)." ; sh:in ( "increased" "upregulated" "decreased" "downregulated" ) ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:object_direction_qualifier ], [ sh:datatype xsd:string ; - sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:object_part_qualifier ], + sh:order 16 ; + sh:path biolink:anatomical_context_qualifier ], [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:subject_form_or_variant_qualifier ], - [ sh:class biolink:NamedThing ; - sh:description "a list of terms from different schemas or terminology systems that have a narrower, more specific meaning. Narrower terms are typically shown as children in a hierarchy or tree." ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:narrow_match ], + sh:order 5 ; + sh:path biolink:subject_derivative_qualifier ], [ sh:datatype xsd:string ; - sh:description "A statement qualifier representing an anatomical location where an relationship expressed in an association took place (can be a tissue, cell type, or sub-cellular location)." ; + sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:anatomical_context_qualifier ], + sh:order 9 ; + sh:path biolink:object_aspect_qualifier ], + [ sh:datatype xsd:string ; + sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the object of an association (or statement)." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:object_derivative_qualifier ], + [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; + sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:causal_mechanism_qualifier ], [ sh:class biolink:NamedThing ; sh:description "a list of terms from different schemas or terminology systems that have a broader, more general meaning. Broader terms are typically shown as parents in a hierarchy or tree." ; sh:nodeKind sh:IRI ; sh:order 20 ; sh:path biolink:broad_match ], - [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + [ sh:datatype xsd:string ; + sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement)." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 7 ; - sh:path rdf:predicate ], + sh:order 3 ; + sh:path biolink:subject_form_or_variant_qualifier ], + [ sh:class biolink:NamedThing ; + sh:description "holds between two entities that have strictly equivalent meanings, with a high degree of confidence" ; + sh:nodeKind sh:IRI ; + sh:order 18 ; + sh:path biolink:exact_match ], + [ sh:datatype xsd:string ; + sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the object of an association (or statement)." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path biolink:object_part_qualifier ], [ sh:class biolink:OrganismTaxon ; sh:description "A statement qualifier representing a taxonomic category of species in which a relationship expressed in an association took place." ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:species_context_qualifier ], - [ sh:description "A statement qualifier representing a type of molecular control mechanism through which an effect of a chemical on a gene or gene product is mediated (e.g. 'agonism', 'inhibition', 'allosteric modulation', 'channel blocker')" ; - sh:in ( "binding" "inhibition" "antibody_inhibition" "antagonism" "molecular_channel_blockage" "inverse_agonism" "negative_allosteric_modulation" "agonism" "molecular_channel_opening" "positive_allosteric_modulation" "potentiation" "activation" "inducer" "transcriptional_regulation" "signaling_mediated_control" "stabilization" "stimulation" "releasing_activity" ) ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:causal_mechanism_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the object of an association (or statement)." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:object_derivative_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:object_form_or_variant_qualifier ], [ sh:datatype xsd:string ; sh:description "defines a specific part/component of the core concept (used in cases there this specific part has no IRI we can use to directly represent it, e.g. 'ESR1 transcript' q: polyA tail). This qualifier is for the subject of an association (or statement)." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:subject_part_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:object_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement)." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:subject_aspect_qualifier ], - [ sh:datatype xsd:string ; - sh:description "Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:qualified_predicate ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:subject_context_qualifier ], - [ sh:datatype xsd:string ; - sh:description "A qualifier that composes with a core subject/object concept to describe something that is derived from the core concept. For example, the qualifier ā€˜metaboliteā€™ combines with a ā€˜Chemical Xā€™ core concept to express the composed concept ā€˜a metabolite of Chemical Xā€™. This qualifier is for the subject of an association (or statement)." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:subject_derivative_qualifier ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 14 ; - sh:path biolink:object_context_qualifier ] ; + sh:path biolink:object_context_qualifier ], + [ sh:description "A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes." ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 7 ; + sh:path rdf:predicate ] ; sh:targetClass biolink:PredicateMapping . biolink:Procedure a sh:NodeShape ; sh:closed true ; sh:description "A series of actions conducted in a certain order or manner" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:order 7 ; sh:path rdf:type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 4 ; - sh:path biolink:id ], + sh:order 6 ; + sh:path biolink:category ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 4 ; + sh:path biolink:id ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 3 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; @@ -27176,73 +27350,73 @@ biolink:SocioeconomicAttribute a sh:NodeShape ; sh:closed true ; sh:description "Attributes relating to a socioeconomic manifestation" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 5 ; + sh:path biolink:id ], + [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:class biolink:OntologyClass ; + sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; - sh:order 5 ; - sh:path biolink:id ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:description "a human-readable description of an entity" ; + sh:order 1 ; + sh:path biolink:has_attribute_type ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], + sh:order 4 ; + sh:path biolink:iri ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:OntologyClass ; - sh:description "connects an attribute to a class that describes it" ; + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; sh:maxCount 1 ; - sh:minCount 1 ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_attribute_type ], + sh:order 3 ; + sh:path biolink:has_qualitative_value ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 8 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ] ; sh:targetClass biolink:SocioeconomicAttribute . biolink:TaxonomicRank a sh:NodeShape ; @@ -27261,10 +27435,25 @@ biolink:Treatment a sh:NodeShape ; sh:closed true ; sh:description "A treatment is targeted at a disease or phenotype and may involve multiple drug 'exposures', medical devices and/or procedures" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:property [ sh:description "Alternate human-readable names for a thing" ; + sh:order 7 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:class biolink:Drug ; + sh:description "connects an entity to one or more drugs" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_drug ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; @@ -27276,65 +27465,54 @@ biolink:Treatment a sh:NodeShape ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 4 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:class biolink:Procedure ; - sh:description "connects an entity to one or more (medical) procedures" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_procedure ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 7 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], - [ sh:description "a point in time" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:timepoint ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:id ], - [ sh:class biolink:Drug ; - sh:description "connects an entity to one or more drugs" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_drug ], [ sh:class biolink:Device ; sh:description "connects an entity to one or more (medical) devices" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_device ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 6 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ], + [ sh:class biolink:Procedure ; + sh:description "connects an entity to one or more (medical) procedures" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_procedure ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "a point in time" ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ] ; + sh:order 3 ; + sh:path biolink:timepoint ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ] ; sh:targetClass biolink:Treatment . biolink:Zygosity a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; @@ -27344,26 +27522,29 @@ biolink:Zygosity a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -27371,125 +27552,39 @@ biolink:Zygosity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], + sh:order 0 ; + sh:path rdfs:label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ] ; + sh:path biolink:has_qualitative_value ] ; sh:targetClass biolink:Zygosity . biolink:Case a sh:NodeShape ; - sh:closed true ; - sh:description "An individual (human) organism that has a patient role in some clinical context." ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ] ; - sh:targetClass biolink:Case . - -biolink:CellLine a sh:NodeShape ; - sh:closed true ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:closed true ; + sh:description "An individual (human) organism that has a patient role in some clinical context." ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; @@ -27503,95 +27598,174 @@ biolink:CellLine a sh:NodeShape ; [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ] ; - sh:targetClass biolink:CellLine . + sh:targetClass biolink:Case . -biolink:IndividualOrganism a sh:NodeShape ; +biolink:CellLine a sh:NodeShape ; sh:closed true ; - sh:description "An instance of an organism. For example, Richard Nixon, Charles Darwin, my pet cat. Example ID: ORCID:0000-0002-5355-2576" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:id ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ] ; + sh:targetClass biolink:CellLine . + +biolink:IndividualOrganism a sh:NodeShape ; + sh:closed true ; + sh:description "An instance of an organism. For example, Richard Nixon, Charles Darwin, my pet cat. Example ID: ORCID:0000-0002-5355-2576" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ] ; + sh:order 7 ; + sh:path biolink:iri ] ; sh:targetClass biolink:IndividualOrganism . biolink:Outcome a sh:NodeShape ; @@ -27604,114 +27778,81 @@ biolink:Transcript a sh:NodeShape ; sh:closed true ; sh:description "An RNA synthesized on a DNA or RNA template by an RNA polymerase." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 11 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ] ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ] ; sh:targetClass biolink:Transcript . biolink:Drug a sh:NodeShape ; - sh:closed true ; - sh:description "A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease" ; - sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:highest_FDA_approval_status ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:is_supplement ], - [ sh:datatype xsd:string ; - sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:drug_regulatory_status_world_wide ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:class biolink:ChemicalRole ; + sh:closed true ; + sh:description "A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease" ; + sh:ignoredProperties ( rdf:type ) ; + sh:property [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 9 ; sh:path biolink:has_chemical_role ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 17 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:trade_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:order 16 ; - sh:path rdf:type ], + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -27722,44 +27863,77 @@ biolink:Drug a sh:NodeShape ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:is_toxic ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:description "An agglomeration of drug regulatory status worldwide. Not specific to FDA." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:max_tolerated_dose ], + sh:order 3 ; + sh:path biolink:drug_regulatory_status_world_wide ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 13 ; sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "Should be the highest level of FDA approval this chemical entity or device has, regardless of which disease, condition or phenotype it is currently being reviewed to treat. For specific levels of FDA approval for a specific condition, disease, phenotype, etc., see the association slot, 'clinical approval status.'" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:highest_FDA_approval_status ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:is_supplement ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:full_name ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 19 ; + sh:path biolink:has_attribute ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 11 ; sh:path biolink:xref ], - [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; - sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; - sh:order 4 ; - sh:path biolink:routes_of_delivery ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path dct:description ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], + sh:order 5 ; + sh:path biolink:trade_name ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 10 ; sh:path biolink:provided_by ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 19 ; - sh:path biolink:has_attribute ] ; + [ sh:datatype xsd:string ; + sh:order 16 ; + sh:path rdf:type ], + [ sh:description "the method or process of administering a pharmaceutical compound to achieve a therapeutic effect in humans or animals." ; + sh:in ( "inhalation" "oral" "absorption_through_the_skin" "intravenous_injection" ) ; + sh:order 4 ; + sh:path biolink:routes_of_delivery ] ; sh:targetClass biolink:Drug . biolink:ExposureEvent a sh:NodeShape ; @@ -27782,112 +27956,125 @@ biolink:MaterialSample a sh:NodeShape ; sh:closed true ; sh:description "A sample is a limited quantity of something (e.g. an individual or set of individuals from a population, or a portion of a substance) to be used for testing, analysis, inspection, investigation, demonstration, or trial use. [SIO]" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 8 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 2 ; + sh:path biolink:full_name ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 9 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ] ; + sh:path dct:description ] ; sh:targetClass biolink:MaterialSample . biolink:Pathway a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:class biolink:NamedThing ; + sh:property [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an input into the process" ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_input ], - [ sh:description "a human-readable description of an entity" ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 4 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], + sh:order 16 ; + sh:path biolink:deprecated ], [ sh:class biolink:PhysicalEntity ; sh:description "holds between a process and a physical entity, where the physical entity executes the process" ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:enabled_by ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], [ sh:class biolink:NamedThing ; sh:description "holds between a process and a continuant, where the continuant is an output of the process" ; sh:nodeKind sh:IRI ; sh:order 2 ; sh:path biolink:has_output ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 15 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 11 ; @@ -27895,20 +28082,7 @@ biolink:Pathway a sh:NodeShape ; [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ] ; + sh:path biolink:iri ] ; sh:targetClass biolink:Pathway . biolink:LifeStage a sh:NodeShape ; @@ -27916,303 +28090,303 @@ biolink:LifeStage a sh:NodeShape ; sh:description "A stage of development or growth of an organism, including post-natal adult stages" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "a long-form human readable name for a thing" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:iri ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 13 ; sh:path biolink:deprecated ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ] ; + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ] ; sh:targetClass biolink:LifeStage . biolink:NucleicAcidEntity a sh:NodeShape ; sh:closed true ; sh:description "A nucleic acid entity is a molecular entity characterized by availability in gene databases of nucleotide-based sequence representations of its precise sequence; for convenience of representation, partial sequences of various kinds are included." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "indicates whether a molecular entity is a metabolite" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:is_metabolite ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 15 ; + sh:path biolink:category ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 17 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:iri ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ], + sh:order 7 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:boolean ; sh:description "" ; sh:maxCount 1 ; sh:order 8 ; sh:path biolink:is_toxic ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:in_taxon ], - [ sh:description "" ; - sh:in ( "over_the_counter" "prescription" ) ; - sh:order 6 ; - sh:path biolink:available_from ], - [ sh:description "connects a genomic feature to its sequence" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:has_biological_sequence ], - [ sh:datatype xsd:string ; - sh:description "" ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:trade_name ], + sh:order 12 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:order 16 ; sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path biolink:id ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 18 ; - sh:path dct:description ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:in_taxon_label ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 11 ; - sh:path biolink:xref ], + [ sh:description "" ; + sh:in ( "over_the_counter" "prescription" ) ; + sh:order 6 ; + sh:path biolink:available_from ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 10 ; sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 15 ; - sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_metabolite ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 20 ; sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:max_tolerated_dose ], + sh:order 2 ; + sh:path biolink:in_taxon_label ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 19 ; sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:iri ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 11 ; + sh:path biolink:xref ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 9 ; - sh:path biolink:has_chemical_role ] ; + sh:path biolink:has_chemical_role ], + [ sh:datatype xsd:string ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:trade_name ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 1 ; + sh:path biolink:in_taxon ] ; sh:targetClass biolink:NucleicAcidEntity . biolink:MolecularActivity a sh:NodeShape ; sh:closed true ; sh:description "An execution of a molecular function carried out by a gene product or macromolecular complex." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:MolecularEntity ; - sh:description "A chemical entity that is the input for the reaction" ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 1 ; - sh:path biolink:has_input ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 4 ; + sh:path biolink:in_taxon ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 14 ; sh:path dct:description ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 16 ; sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 5 ; sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:order 12 ; sh:path rdf:type ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:class biolink:MolecularEntity ; + sh:description "A chemical entity that is the output for the reaction" ; + sh:nodeKind sh:IRI ; + sh:order 2 ; + sh:path biolink:has_output ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:id ], [ sh:class biolink:MacromolecularMachineMixin ; sh:description "The gene product, gene, or complex that catalyzes the reaction" ; - sh:nodeKind sh:BlankNode ; + sh:nodeKind sh:BlankNodeOrIRI ; sh:order 3 ; sh:path biolink:enabled_by ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:MolecularEntity ; + sh:description "A chemical entity that is the input for the reaction" ; sh:nodeKind sh:IRI ; - sh:order 4 ; - sh:path biolink:in_taxon ], + sh:order 1 ; + sh:path biolink:has_input ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:id ], - [ sh:class biolink:MolecularEntity ; - sh:description "A chemical entity that is the output for the reaction" ; - sh:nodeKind sh:IRI ; - sh:order 2 ; - sh:path biolink:has_output ] ; + sh:order 10 ; + sh:path biolink:iri ] ; sh:targetClass biolink:MolecularActivity . biolink:PopulationOfIndividualOrganisms a sh:NodeShape ; sh:closed true ; sh:description "A collection of individuals from the same taxonomic class distinguished by one or more characteristics. Characteristics can include, but are not limited to, shared geographic location, genetics, phenotypes." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 8 ; + sh:path biolink:category ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:class biolink:Attribute ; sh:description "may often be an organism attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ] ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:PopulationOfIndividualOrganisms . biolink:MacromolecularMachineMixin a sh:NodeShape ; @@ -28229,97 +28403,97 @@ biolink:MolecularEntity a sh:NodeShape ; sh:closed true ; sh:description "A molecular entity is a chemical entity composed of individual or covalently bonded atoms." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "" ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 16 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:order 13 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 2 ; sh:path biolink:available_from ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 17 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:boolean ; + sh:description "" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:is_toxic ], + [ sh:class biolink:ChemicalRole ; + sh:description "A role is particular behaviour which a chemical entity may exhibit." ; + sh:nodeKind sh:IRI ; + sh:order 5 ; + sh:path biolink:has_chemical_role ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 14 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + [ sh:datatype xsd:boolean ; + sh:description "indicates whether a molecular entity is a metabolite" ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:max_tolerated_dose ], - [ sh:datatype xsd:string ; - sh:order 13 ; - sh:path rdf:type ], + sh:order 0 ; + sh:path biolink:is_metabolite ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 15 ; sh:path dct:description ], + [ sh:datatype xsd:string ; + sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:max_tolerated_dose ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:boolean ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:is_toxic ], - [ sh:datatype xsd:boolean ; - sh:description "indicates whether a molecular entity is a metabolite" ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:is_metabolite ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 17 ; - sh:path biolink:deprecated ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 16 ; - sh:path biolink:has_attribute ], + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:id ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 12 ; sh:path biolink:category ], - [ sh:class biolink:ChemicalRole ; - sh:description "A role is particular behaviour which a chemical entity may exhibit." ; - sh:nodeKind sh:IRI ; - sh:order 5 ; - sh:path biolink:has_chemical_role ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "" ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:trade_name ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path biolink:iri ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:description "" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:id ] ; + sh:order 1 ; + sh:path biolink:trade_name ] ; sh:targetClass biolink:MolecularEntity . biolink:PhysicalEntity a sh:NodeShape ; sh:closed true ; sh:description "An entity that has material reality (a.k.a. physical essence)." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; sh:order 7 ; sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 1 ; sh:path biolink:xref ], @@ -28328,40 +28502,40 @@ biolink:PhysicalEntity a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 10 ; sh:path biolink:has_attribute ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 5 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:category ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:category ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 2 ; - sh:path biolink:full_name ] ; + sh:path biolink:full_name ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ] ; sh:targetClass biolink:PhysicalEntity . biolink:ChemicalEntityOrGeneOrGeneProduct a sh:NodeShape ; @@ -28374,123 +28548,113 @@ biolink:Genotype a sh:NodeShape ; sh:closed true ; sh:description "An information content entity that describes a genome by specifying the total variation in genomic sequence and/or gene expression, relative to some established background" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Zygosity ; - sh:maxCount 1 ; + sh:property [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_zygosity ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 6 ; - sh:path biolink:xref ], + sh:order 3 ; + sh:path biolink:in_taxon ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 2 ; sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:in_taxon_label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:deprecated ], + sh:order 12 ; + sh:path rdfs:label ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 13 ; sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 5 ; - sh:path biolink:provided_by ], - [ sh:description "A human-readable name for an attribute or entity." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:description "connects a genomic feature to its sequence" ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:class biolink:Zygosity ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:has_biological_sequence ], + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_zygosity ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:xref ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:in_taxon ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:in_taxon_label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; - sh:path biolink:iri ] ; + sh:path biolink:iri ], + [ sh:description "connects a genomic feature to its sequence" ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:has_biological_sequence ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 5 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 15 ; + sh:path biolink:deprecated ] ; sh:targetClass biolink:Genotype . biolink:PhenotypicFeature a sh:NodeShape ; sh:closed true ; sh:description "A combination of entity and quality that makes up a phenotyping statement. An observable characteristic of an individual resulting from the interaction of its genotype with its molecular and physical environment." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "A human-readable name for an attribute or entity." ; + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 7 ; sh:path biolink:iri ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:in_taxon ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], @@ -28499,50 +28663,62 @@ biolink:PhenotypicFeature a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:in_taxon ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ] ; + sh:order 11 ; + sh:path dct:description ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ] ; sh:targetClass biolink:PhenotypicFeature . biolink:SequenceVariant a sh:NodeShape ; sh:closed true ; sh:description "A sequence_variant is a non exact copy of a sequence_feature or genome exhibiting one or more sequence_alteration." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:property [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 2 ; + sh:path biolink:id ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 4 ; sh:path biolink:in_taxon_label ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 5 ; + sh:path biolink:provided_by ], [ sh:description "The state of the sequence w.r.t a reference sequence" ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:has_biological_sequence ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:class biolink:Gene ; - sh:description "Each allele can be associated with any number of genes" ; + [ sh:class biolink:OrganismTaxon ; + sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_gene ], + sh:order 3 ; + sh:path biolink:in_taxon ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 9 ; sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 6 ; - sh:path biolink:xref ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -28551,60 +28727,75 @@ biolink:SequenceVariant a sh:NodeShape ; [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 14 ; sh:path biolink:has_attribute ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 2 ; - sh:path biolink:id ], - [ sh:class biolink:OrganismTaxon ; - sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; + [ sh:class biolink:Gene ; + sh:description "Each allele can be associated with any number of genes" ; sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:in_taxon ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 5 ; - sh:path biolink:provided_by ] ; + sh:order 0 ; + sh:path biolink:has_gene ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path rdfs:label ] ; sh:targetClass biolink:SequenceVariant . biolink:ChemicalEntity a sh:NodeShape ; sh:closed true ; sh:description "A chemical entity is a physical entity that pertains to chemistry or biochemistry." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 11 ; - sh:path biolink:category ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 15 ; - sh:path biolink:has_attribute ], + sh:property [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 16 ; + sh:path biolink:deprecated ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 5 ; + sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 8 ; + sh:path biolink:synonym ], [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; sh:order 10 ; sh:path biolink:iri ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 6 ; - sh:path biolink:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path rdfs:label ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 11 ; + sh:path biolink:category ], [ sh:datatype xsd:string ; sh:description "The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD." ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:max_tolerated_dose ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 15 ; + sh:path biolink:has_attribute ], [ sh:description "" ; sh:in ( "over_the_counter" "prescription" ) ; sh:order 1 ; @@ -28614,49 +28805,32 @@ biolink:ChemicalEntity a sh:NodeShape ; sh:maxCount 1 ; sh:order 3 ; sh:path biolink:is_toxic ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:order 12 ; - sh:path rdf:type ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 8 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path biolink:deprecated ], [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 9 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 5 ; - sh:path biolink:provided_by ], - [ sh:description "a long-form human readable name for a thing" ; + sh:description "" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], + sh:order 0 ; + sh:path biolink:trade_name ], [ sh:class biolink:ChemicalRole ; sh:description "A role is particular behaviour which a chemical entity may exhibit." ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:has_chemical_role ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 6 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "" ; + sh:order 12 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:trade_name ], - [ sh:description "A human-readable name for an attribute or entity." ; + sh:minCount 1 ; + sh:order 9 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path rdfs:label ] ; + sh:order 14 ; + sh:path dct:description ] ; sh:targetClass biolink:ChemicalEntity . biolink:Agent a sh:NodeShape ; @@ -28664,42 +28838,27 @@ biolink:Agent a sh:NodeShape ; sh:description "person, group, organization or project that provides a piece of information (i.e. a knowledge association)" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "Different classes of agents have distinct preferred identifiers. For publishers, use the ISBN publisher code. See https://grp.isbn-international.org/ for publisher code lookups. For editors, authors and individual providers, use the individual's ORCID if available; Otherwise, a ScopusID, ResearchID or Google Scholar ID ('GSID') may be used if the author ORCID is unknown. Institutional agents could be identified by an International Standard Name Identifier ('ISNI') code." ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:description "a professional relationship between one provider (often a person) within another provider (often an organization). Target provider identity should be specified by a CURIE. Providers may have multiple affiliations." ; - sh:order 0 ; - sh:path biolink:affiliation ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:datatype xsd:string ; + sh:description "the particulars of the place where someone or an organization is situated. For now, this slot is a simple text \"blob\" containing all relevant details of the given location for fitness of purpose. For the moment, this \"address\" can include other contact details such as email and phone number(?)." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "it is recommended that an author's 'name' property be formatted as \"surname, firstname initial.\"" ; + sh:order 1 ; + sh:path biolink:address ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], + sh:order 4 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "it is recommended that an author's 'name' property be formatted as \"surname, firstname initial.\"" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:order 10 ; + sh:path rdfs:label ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; @@ -28709,427 +28868,442 @@ biolink:Agent a sh:NodeShape ; sh:maxCount 1 ; sh:order 11 ; sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], [ sh:datatype xsd:string ; - sh:description "Different classes of agents have distinct preferred identifiers. For publishers, use the ISBN publisher code. See https://grp.isbn-international.org/ for publisher code lookups. For editors, authors and individual providers, use the individual's ORCID if available; Otherwise, a ScopusID, ResearchID or Google Scholar ID ('GSID') may be used if the author ORCID is unknown. Institutional agents could be identified by an International Standard Name Identifier ('ISNI') code." ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "the particulars of the place where someone or an organization is situated. For now, this slot is a simple text \"blob\" containing all relevant details of the given location for fitness of purpose. For the moment, this \"address\" can include other contact details such as email and phone number(?)." ; - sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:address ] ; + sh:order 8 ; + sh:path biolink:category ], + [ sh:description "a professional relationship between one provider (often a person) within another provider (often an organization). Target provider identity should be specified by a CURIE. Providers may have multiple affiliations." ; + sh:order 0 ; + sh:path biolink:affiliation ] ; sh:targetClass biolink:Agent . biolink:ChemicalRole a sh:NodeShape ; sh:closed true ; sh:description "A role played by the molecular entity or part thereof within a chemical context." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 7 ; sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; sh:order 0 ; sh:path rdfs:label ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 9 ; sh:path biolink:synonym ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ] ; + sh:path biolink:has_attribute_type ] ; sh:targetClass biolink:ChemicalRole . biolink:DiseaseOrPhenotypicFeature a sh:NodeShape ; sh:closed true ; sh:description "Either one of a disease or an individual phenotypic feature. Some knowledge resources such as Monarch treat these as distinct, others such as MESH conflate. Please see definitions of phenotypic feature and disease in this model for their independent descriptions. This class is helpful to enforce domains and ranges that may involve either a disease or a phenotypic feature." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], + sh:order 6 ; + sh:path biolink:id ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; sh:order 3 ; sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 2 ; sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:in_taxon_label ], + sh:order 7 ; + sh:path biolink:iri ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ] ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ] ; sh:targetClass biolink:DiseaseOrPhenotypicFeature . biolink:Gene a sh:NodeShape ; sh:closed true ; sh:description "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene locus may include regulatory regions, transcribed regions and/or other functional sequence regions." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "The human readable scientific name for the taxon of the entity." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:in_taxon_label ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:property [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 3 ; + sh:path biolink:id ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], + sh:order 7 ; + sh:path biolink:full_name ], [ sh:description "genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name" ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "Symbol for a particular thing" ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path biolink:symbol ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 4 ; sh:path biolink:in_taxon ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:description "The human readable scientific name for the taxon of the entity." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:in_taxon_label ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 8 ; sh:path biolink:synonym ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:full_name ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 3 ; - sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ], [ sh:description "connects a genomic feature to its sequence" ; sh:maxCount 1 ; sh:order 2 ; sh:path biolink:has_biological_sequence ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], - [ sh:datatype xsd:string ; - sh:description "Symbol for a particular thing" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 0 ; - sh:path biolink:symbol ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ] ; + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ] ; sh:targetClass biolink:Gene . biolink:BiologicalSex a sh:NodeShape ; sh:closed true ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], - [ sh:class biolink:NamedThing ; - sh:description "connects an attribute to a value" ; - sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 3 ; - sh:path biolink:has_qualitative_value ], - [ sh:datatype xsd:boolean ; + sh:property [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 14 ; sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], + sh:order 0 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 6 ; sh:path biolink:provided_by ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; - sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:order 11 ; sh:path rdf:type ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 13 ; + sh:path biolink:has_attribute ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:class biolink:NamedThing ; + sh:description "connects an attribute to a value" ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 3 ; + sh:path biolink:has_qualitative_value ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 4 ; + sh:path biolink:iri ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 12 ; sh:path dct:description ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; sh:minCount 1 ; sh:nodeKind sh:IRI ; sh:order 1 ; - sh:path biolink:has_attribute_type ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 13 ; - sh:path biolink:has_attribute ] ; + sh:path biolink:has_attribute_type ] ; sh:targetClass biolink:BiologicalSex . biolink:Disease a sh:NodeShape ; sh:closed true ; sh:description "A disorder of structure or function, especially one that produces specific signs, phenotypes or symptoms or that affects a specific location and is not simply a direct result of physical injury. A disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:datatype xsd:string ; - sh:order 9 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 4 ; + sh:path biolink:full_name ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], + sh:order 7 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 12 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 5 ; - sh:path biolink:synonym ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 8 ; sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:order 9 ; + sh:path rdf:type ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:full_name ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 5 ; + sh:path biolink:synonym ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 10 ; sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ] ; + sh:order 13 ; + sh:path biolink:deprecated ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:Disease . biolink:AnatomicalEntity a sh:NodeShape ; sh:closed true ; sh:description "A subcellular location, cell type or gross anatomical part" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 11 ; - sh:path dct:description ], + sh:order 10 ; + sh:path rdfs:label ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:iri ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 13 ; + sh:path biolink:deprecated ], [ sh:description "The human readable scientific name for the taxon of the entity." ; sh:maxCount 1 ; sh:order 1 ; sh:path biolink:in_taxon_label ], + [ sh:class biolink:Attribute ; + sh:description "may often be an organism attribute" ; + sh:nodeKind sh:IRI ; + sh:order 12 ; + sh:path biolink:has_attribute ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 2 ; + sh:path biolink:provided_by ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 5 ; sh:path biolink:synonym ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 8 ; + sh:path biolink:category ], [ sh:class biolink:OrganismTaxon ; sh:description "connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'" ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:in_taxon ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 13 ; - sh:path biolink:deprecated ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 6 ; - sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 2 ; - sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:order 9 ; sh:path rdf:type ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + [ sh:datatype xsd:string ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "may often be an organism attribute" ; - sh:nodeKind sh:IRI ; - sh:order 12 ; - sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], + sh:minCount 1 ; + sh:order 6 ; + sh:path biolink:id ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 11 ; + sh:path dct:description ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 4 ; - sh:path biolink:full_name ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 10 ; - sh:path rdfs:label ] ; + sh:path biolink:full_name ] ; sh:targetClass biolink:AnatomicalEntity . biolink:GeneOrGeneProduct a sh:NodeShape ; @@ -29161,60 +29335,60 @@ biolink:OrganismTaxon a sh:NodeShape ; sh:closed true ; sh:description "A classification of a set of organisms. Example instances: NCBITaxon:9606 (Homo sapiens), NCBITaxon:2 (Bacteria). Can also be used to represent strains or subspecies." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 11 ; + sh:path biolink:has_attribute ], + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 3 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 1 ; sh:path biolink:provided_by ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 2 ; - sh:path biolink:xref ], [ sh:datatype xsd:string ; sh:order 8 ; sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; + [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:full_name ], + sh:order 9 ; + sh:path rdfs:label ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 2 ; + sh:path biolink:xref ], [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; sh:order 10 ; sh:path dct:description ], - [ sh:class biolink:TaxonomicRank ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:nodeKind sh:IRI ; - sh:order 0 ; - sh:path biolink:has_taxonomic_rank ], + sh:order 6 ; + sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 11 ; - sh:path biolink:has_attribute ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 7 ; - sh:path biolink:category ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 4 ; sh:path biolink:synonym ], + [ sh:class biolink:TaxonomicRank ; + sh:maxCount 1 ; + sh:nodeKind sh:IRI ; + sh:order 0 ; + sh:path biolink:has_taxonomic_rank ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 12 ; sh:path biolink:deprecated ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:iri ] ; + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 7 ; + sh:path biolink:category ] ; sh:targetClass biolink:OrganismTaxon . biolink:EvidenceType a sh:NodeShape ; @@ -29222,22 +29396,31 @@ biolink:EvidenceType a sh:NodeShape ; sh:description "Class of evidence that supports an association" ; sh:ignoredProperties ( rdf:type ) ; sh:property [ sh:datatype xsd:string ; - sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:order 11 ; + sh:path rdf:type ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 4 ; + sh:path biolink:provided_by ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 8 ; - sh:path biolink:id ], + sh:order 13 ; + sh:path dct:description ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 1 ; - sh:path biolink:rights ], + sh:order 2 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; + sh:maxCount 1 ; sh:minCount 1 ; - sh:order 10 ; - sh:path biolink:category ], + sh:order 8 ; + sh:path biolink:id ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 14 ; + sh:path biolink:has_attribute ], [ sh:description "Alternate human-readable names for a thing" ; sh:order 7 ; sh:path biolink:synonym ], @@ -29245,27 +29428,13 @@ biolink:EvidenceType a sh:NodeShape ; sh:maxCount 1 ; sh:order 12 ; sh:path rdfs:label ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:format ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 4 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; - sh:maxCount 1 ; - sh:order 3 ; - sh:path biolink:creation_date ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:iri ], [ sh:datatype xsd:string ; sh:maxCount 1 ; sh:order 0 ; sh:path biolink:license ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; sh:order 6 ; @@ -29275,73 +29444,78 @@ biolink:EvidenceType a sh:NodeShape ; sh:maxCount 1 ; sh:order 15 ; sh:path biolink:deprecated ], - [ sh:description "a human-readable description of an entity" ; + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 13 ; - sh:path dct:description ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 14 ; - sh:path biolink:has_attribute ] ; + sh:order 3 ; + sh:path biolink:creation_date ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 10 ; + sh:path biolink:category ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 1 ; + sh:path biolink:rights ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:iri ] ; sh:targetClass biolink:EvidenceType . biolink:NamedThing a sh:NodeShape ; sh:closed true ; sh:description "a databased entity or concept/class" ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 10 ; - sh:path biolink:has_attribute ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:iri ], - [ sh:description "A human-readable name for an attribute or entity." ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path rdfs:label ], - [ sh:description "a human-readable description of an entity" ; + sh:property [ sh:datatype xsd:string ; + sh:order 7 ; + sh:path rdf:type ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 3 ; - sh:path biolink:synonym ], + sh:order 2 ; + sh:path biolink:full_name ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 4 ; sh:path biolink:id ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:full_name ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 1 ; - sh:path biolink:xref ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 6 ; sh:path biolink:category ], - [ sh:datatype xsd:string ; - sh:order 7 ; - sh:path rdf:type ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 0 ; - sh:path biolink:provided_by ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 3 ; + sh:path biolink:synonym ], + [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path dct:description ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 10 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:boolean ; sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; sh:order 11 ; - sh:path biolink:deprecated ] ; + sh:path biolink:deprecated ], + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:maxCount 1 ; + sh:order 5 ; + sh:path biolink:iri ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 1 ; + sh:path biolink:xref ], + [ sh:description "A human-readable name for an attribute or entity." ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 0 ; + sh:path biolink:provided_by ] ; sh:targetClass biolink:NamedThing . biolink:Publication a sh:NodeShape ; @@ -29352,215 +29526,231 @@ biolink:Publication a sh:NodeShape ; sh:description "keywords tagging a publication" ; sh:order 3 ; sh:path biolink:keywords ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 11 ; - sh:path biolink:provided_by ], - [ sh:datatype xsd:string ; - sh:description "executive summary of a publication" ; - sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:summary ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:order 10 ; - sh:path biolink:creation_date ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 13 ; - sh:path biolink:synonym ], - [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; + sh:order 19 ; + sh:path dct:description ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path rdfs:label ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; + sh:order 21 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; sh:maxCount 1 ; - sh:order 15 ; - sh:path biolink:iri ], - [ sh:class biolink:Attribute ; - sh:description "connects any entity to an attribute" ; - sh:nodeKind sh:IRI ; - sh:order 20 ; - sh:path biolink:has_attribute ], - [ sh:description "mesh terms tagging a publication" ; - sh:order 4 ; - sh:path biolink:mesh_terms ], + sh:order 10 ; + sh:path biolink:creation_date ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:rights ], [ sh:class biolink:Agent ; sh:description "connects an publication to the list of authors who contributed to the publication. This property should be a comma-delimited list of author names. It is recommended that an author's name be formatted as \"surname, firstname initial.\". Note that this property is a node annotation expressing the citation list of authorship which might typically otherwise be more completely documented in biolink:PublicationToProviderAssociation defined edges which point to full details about an author and possibly, some qualifiers which clarify the specific status of a given author in the publication." ; sh:nodeKind sh:IRI ; sh:order 0 ; sh:path biolink:authors ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 21 ; - sh:path biolink:deprecated ], + sh:order 15 ; + sh:path biolink:iri ], + [ sh:datatype xsd:string ; + sh:maxCount 1 ; + sh:order 9 ; + sh:path biolink:format ], [ sh:datatype xsd:string ; sh:description "Different kinds of publication subtypes will have different preferred identifiers (curies when feasible). Precedence of identifiers for scientific articles is as follows: PMID if available; DOI if not; actual alternate CURIE otherwise. Enclosing publications (i.e. referenced by 'published in' node property) such as books and journals, should have industry-standard identifier such as from ISBN and ISSN." ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 14 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:rights ], - [ sh:datatype xsd:string ; + [ sh:description "the 'title' of the publication is generally recorded in the 'name' property (inherited from NamedThing). The field name 'title' is now also tagged as an acceptable alias for the node property 'name' (just in case)." ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:license ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 5 ; - sh:path biolink:xref ], + sh:order 18 ; + sh:path rdfs:label ], [ sh:datatype xsd:string ; sh:description "Ontology term for publication type may be drawn from Dublin Core types (https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/), FRBR-aligned Bibliographic Ontology (https://sparontologies.github.io/fabio/current/fabio.html), the MESH publication types (https://www.nlm.nih.gov/mesh/pubtypes.html), the Confederation of Open Access Repositories (COAR) Controlled Vocabulary for Resource Type Genres (http://vocabularies.coar-repositories.org/documentation/resource_types/), Wikidata (https://www.wikidata.org/wiki/Wikidata:Publication_types), or equivalent publication type ontology. When a given publication type ontology term is used within a given knowledge graph, then the CURIE identified term must be documented in the graph as a concept node of biolink:category biolink:OntologyClass." ; sh:minCount 1 ; sh:order 6 ; sh:path dct:type ], [ sh:datatype xsd:string ; + sh:order 17 ; + sh:path rdf:type ], + [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; + sh:minCount 1 ; + sh:order 16 ; + sh:path biolink:category ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 5 ; + sh:path biolink:xref ], + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:format ], - [ sh:description "a human-readable description of an entity" ; + sh:order 12 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:string ; + sh:description "executive summary of a publication" ; sh:maxCount 1 ; - sh:order 19 ; - sh:path dct:description ], + sh:order 2 ; + sh:path biolink:summary ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 13 ; + sh:path biolink:synonym ], + [ sh:description "mesh terms tagging a publication" ; + sh:order 4 ; + sh:path biolink:mesh_terms ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 11 ; + sh:path biolink:provided_by ], [ sh:datatype xsd:string ; sh:description "When a 2-tuple of page numbers are provided, they represent the start and end page of the publication within its parent publication context. For books, this may be set to the total number of pages of the book." ; sh:order 1 ; sh:path biolink:pages ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:full_name ], - [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; - sh:minCount 1 ; - sh:order 16 ; - sh:path biolink:category ], + [ sh:class biolink:Attribute ; + sh:description "connects any entity to an attribute" ; + sh:nodeKind sh:IRI ; + sh:order 20 ; + sh:path biolink:has_attribute ], [ sh:datatype xsd:string ; - sh:order 17 ; - sh:path rdf:type ] ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:license ] ; sh:targetClass biolink:Publication . biolink:RetrievalSource a sh:NodeShape ; sh:closed true ; sh:description "Provides information about how a particular InformationResource served as a source from which knowledge expressed in an Edge, or data used to generate this knowledge, was retrieved." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path biolink:iri ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:property [ sh:description "The InformationResources that served as a source for the InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; sh:maxCount 1 ; - sh:order 18 ; - sh:path biolink:deprecated ], + sh:order 2 ; + sh:path biolink:upstream_resource_ids ], [ sh:datatype xsd:string ; sh:order 14 ; sh:path rdf:type ], - [ sh:datatype xsd:date ; - sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 7 ; - sh:path biolink:creation_date ], + sh:order 5 ; + sh:path biolink:rights ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 3 ; + sh:path biolink:xref ], + [ sh:description "The role of the InformationResource in the retrieval of the knowledge expressed in an Edge, or data used to generate this knowledge." ; + sh:in ( "primary_knowledge_source" "aggregator_knowledge_source" "supporting_data_source" ) ; + sh:maxCount 1 ; + sh:minCount 1 ; + sh:order 1 ; + sh:path biolink:resource_role ], [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 11 ; sh:path biolink:id ], - [ sh:datatype xsd:string ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 5 ; - sh:path biolink:rights ], - [ sh:description "The InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; + sh:order 12 ; + sh:path biolink:iri ], + [ sh:description "a human-readable description of an entity" ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 0 ; - sh:path biolink:resource_id ], + sh:order 16 ; + sh:path dct:description ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 13 ; sh:path biolink:category ], - [ sh:description "The role of the InformationResource in the retrieval of the knowledge expressed in an Edge, or data used to generate this knowledge." ; - sh:in ( "primary_knowledge_source" "aggregator_knowledge_source" "supporting_data_source" ) ; + [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:minCount 1 ; - sh:order 1 ; - sh:path biolink:resource_role ], + sh:order 6 ; + sh:path biolink:format ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 10 ; + sh:path biolink:synonym ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 17 ; sh:path biolink:has_attribute ], - [ sh:datatype xsd:string ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:license ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 3 ; - sh:path biolink:xref ], [ sh:description "A human-readable name for an attribute or entity." ; sh:maxCount 1 ; sh:order 15 ; sh:path rdfs:label ], - [ sh:description "The InformationResources that served as a source for the InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; + [ sh:description "a long-form human readable name for a thing" ; sh:maxCount 1 ; - sh:order 2 ; - sh:path biolink:upstream_resource_ids ], + sh:order 9 ; + sh:path biolink:full_name ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 18 ; + sh:path biolink:deprecated ], [ sh:datatype xsd:string ; sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; sh:order 8 ; sh:path biolink:provided_by ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 16 ; - sh:path dct:description ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 10 ; - sh:path biolink:synonym ], [ sh:datatype xsd:string ; sh:maxCount 1 ; - sh:order 6 ; - sh:path biolink:format ], - [ sh:description "a long-form human readable name for a thing" ; + sh:order 4 ; + sh:path biolink:license ], + [ sh:description "The InformationResource that served as a source for the knowledge expressed in an Edge, or data used to generate this knowledge." ; sh:maxCount 1 ; - sh:order 9 ; - sh:path biolink:full_name ] ; + sh:minCount 1 ; + sh:order 0 ; + sh:path biolink:resource_id ], + [ sh:datatype xsd:date ; + sh:description "date on which an entity was created. This can be applied to nodes or edges" ; + sh:maxCount 1 ; + sh:order 7 ; + sh:path biolink:creation_date ] ; sh:targetClass biolink:RetrievalSource . biolink:Attribute a sh:NodeShape ; sh:closed true ; sh:description "A property or characteristic of an entity. For example, an apple may have properties such as color, shape, age, crispiness. An environmental sample may have attributes such as depth, lat, long, material." ; sh:ignoredProperties ( rdf:type ) ; - sh:property [ sh:datatype xsd:string ; + sh:property [ sh:description "a human-readable description of an entity" ; + sh:maxCount 1 ; + sh:order 12 ; + sh:path dct:description ], + [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; + sh:order 7 ; + sh:path biolink:xref ], + [ sh:description "Alternate human-readable names for a thing" ; + sh:order 9 ; + sh:path biolink:synonym ], + [ sh:datatype xsd:string ; + sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; + sh:order 6 ; + sh:path biolink:provided_by ], + [ sh:datatype xsd:boolean ; + sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; + sh:maxCount 1 ; + sh:order 14 ; + sh:path biolink:deprecated ], + [ sh:datatype xsd:string ; sh:description "A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI" ; sh:maxCount 1 ; sh:minCount 1 ; sh:order 5 ; sh:path biolink:id ], + [ sh:class biolink:QuantityValue ; + sh:description "connects an attribute to a value" ; + sh:nodeKind sh:BlankNodeOrIRI ; + sh:order 2 ; + sh:path biolink:has_quantitative_value ], [ sh:description "Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values `biolink:Protein`, `biolink:GeneProduct`, `biolink:MolecularEntity`. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature `f` may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}" ; sh:minCount 1 ; sh:order 10 ; sh:path biolink:category ], - [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; - sh:maxCount 1 ; - sh:order 4 ; - sh:path biolink:iri ], [ sh:class biolink:NamedThing ; sh:description "connects an attribute to a value" ; sh:maxCount 1 ; sh:nodeKind sh:IRI ; sh:order 3 ; sh:path biolink:has_qualitative_value ], - [ sh:description "a human-readable description of an entity" ; - sh:maxCount 1 ; - sh:order 12 ; - sh:path dct:description ], - [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + [ sh:description "An IRI for an entity. This is determined by the id using expansion rules." ; sh:maxCount 1 ; - sh:order 0 ; - sh:path rdfs:label ], + sh:order 4 ; + sh:path biolink:iri ], [ sh:class biolink:OntologyClass ; sh:description "connects an attribute to a class that describes it" ; sh:maxCount 1 ; @@ -29568,38 +29758,22 @@ biolink:Attribute a sh:NodeShape ; sh:nodeKind sh:IRI ; sh:order 1 ; sh:path biolink:has_attribute_type ], - [ sh:datatype xsd:string ; - sh:order 11 ; - sh:path rdf:type ], - [ sh:description "a long-form human readable name for a thing" ; - sh:maxCount 1 ; - sh:order 8 ; - sh:path biolink:full_name ], - [ sh:class biolink:QuantityValue ; - sh:description "connects an attribute to a value" ; - sh:nodeKind sh:BlankNode ; - sh:order 2 ; - sh:path biolink:has_quantitative_value ], - [ sh:datatype xsd:string ; - sh:description "The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph." ; - sh:order 6 ; - sh:path biolink:provided_by ], - [ sh:description "Alternate human-readable names for a thing" ; - sh:order 9 ; - sh:path biolink:synonym ], - [ sh:datatype xsd:boolean ; - sh:description "A boolean flag indicating that an entity is no longer considered current or valid." ; - sh:maxCount 1 ; - sh:order 14 ; - sh:path biolink:deprecated ], [ sh:class biolink:Attribute ; sh:description "connects any entity to an attribute" ; sh:nodeKind sh:IRI ; sh:order 13 ; sh:path biolink:has_attribute ], - [ sh:description "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references." ; - sh:order 7 ; - sh:path biolink:xref ] ; + [ sh:description "a long-form human readable name for a thing" ; + sh:maxCount 1 ; + sh:order 8 ; + sh:path biolink:full_name ], + [ sh:description "The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term." ; + sh:maxCount 1 ; + sh:order 0 ; + sh:path rdfs:label ], + [ sh:datatype xsd:string ; + sh:order 11 ; + sh:path rdf:type ] ; sh:targetClass biolink:Attribute . biolink:OntologyClass a sh:NodeShape ; diff --git a/project/shex/biolink_model.shex b/project/shex/biolink_model.shex index d8543a9d5..10c94b4cd 100644 --- a/project/shex/biolink_model.shex +++ b/project/shex/biolink_model.shex @@ -212,8 +212,20 @@ linkml:Sparqlpath xsd:string @linkml:String ? ; @linkml:String ? ; @linkml:String * ; - @ ; - @ ; + [ + + + + + ] ; + [ + + + + + + + ] ; @ ? ; @linkml:String ? ; @linkml:Uriorcurie ? ; @@ -306,9 +318,15 @@ linkml:Sparqlpath xsd:string rdf:object @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; @@ -466,9 +484,15 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; @@ -522,9 +546,15 @@ linkml:Sparqlpath xsd:string rdf:subject @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] @@ -578,18 +608,167 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( & ; rdf:type [ ] ? ; - @ ? ; - @ ? ; - @ ? ; - @ ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; + [ ] ? ; + [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] ? ; @ ? ; - @ ? ; - @ ? ; - @ ? ; - @ ? ; + [ + + + ] ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; + [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] ? ; @ ? ; - @ ? ; - @ ? ; + [ + + + ] ? ; + [ + + + + + + + + + + + + + + + + + ] ? ; @ ? ; @linkml:String ? ; @ ? ; @@ -614,7 +793,8 @@ linkml:Sparqlpath xsd:string & ; rdf:type [ ] ? ; @linkml:String ? ; - @ * ; + [ + ] * ; @linkml:String ? ; @linkml:Boolean ? ; @ * @@ -644,7 +824,10 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( & ; rdf:type [ ] ? ; - @ ? ; + [ + + + ] ? ; rdf:predicate @ ; rdf:subject @ ; rdf:object @ @@ -690,12 +873,38 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; & ; rdf:type [ ] ? ; - @ ? ; - @ ? ; - @ ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; + [ ] ? ; @ ? ; - @ ? ; - @ ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; @ ? ; @ ? ; rdf:subject @ ; @@ -713,7 +922,10 @@ linkml:Sparqlpath xsd:string @linkml:String ? ; @linkml:String ? ; @linkml:String ? ; - @ * + [ + + + ] * ) ; rdf:type [ ] ) @@ -748,7 +960,10 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; & ; rdf:type [ ] ? ; - @ ? ; + [ + + + ] ? ; rdf:predicate @ ) ; rdf:type [ ] @@ -1156,9 +1371,15 @@ linkml:Sparqlpath xsd:string @linkml:Double ? ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ) ; @@ -1238,7 +1459,10 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; rdf:subject @ ; rdf:predicate @ ; - @ * + [ + + + ] * ) ; rdf:type [ ] ) @@ -1264,8 +1488,19 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( & ; rdf:type [ ] ? ; - @ ? ; - @ ? + [ + + + + + ] ? ; + [ + + + + + + ] ? ) ; rdf:type [ ] ) @@ -1306,9 +1541,15 @@ linkml:Sparqlpath xsd:string ( $ ( & ; rdf:type [ ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] ? @@ -1327,8 +1568,19 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( & ; rdf:type [ ] ? ; - @ ? ; - @ ? + [ + + + + + ] ? ; + [ + + + + + + ] ? ) ; rdf:type [ ] ) @@ -1466,9 +1718,15 @@ linkml:Sparqlpath xsd:string rdf:subject @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; @@ -1485,9 +1743,15 @@ linkml:Sparqlpath xsd:string ( $ ( & ; rdf:type [ ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] ? @@ -1581,19 +1845,168 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( & ; rdf:type [ ] ? ; - @ ? ; - @ ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] ? ; @ ? ; - @ ? ; - @ ? ; - @ ? ; - @ ? ; + [ + + + ] ? ; + [ + + + + + + + ] ? ; + [ + + + + + + ] ? ; + [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] ? ; @ ? ; - @ ? ; - @ ? ; - @ ? ; + [ + + + ] ? ; + [ ] ? ; + [ + + + + + + + + + + + + + + + + + ] ? ; @ ? ; @linkml:String ? ; @ ? ; @@ -1714,13 +2127,69 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; & ; rdf:type [ ] ? ; - @ ? ; - @ ? ; + [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ] ? ; + [ + + + ] ? ; rdf:subject @ ; rdf:object @ ; rdf:predicate @ ; @ ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @linkml:String ? ; @ ? ; @@ -1913,9 +2382,12 @@ linkml:Sparqlpath xsd:string rdf:type [ ] ? ; @linkml:Integer ? ; @linkml:Integer ? ; - @ ? ; - @ ? ; - @ ? ; + [ + ] ? ; + [ + ] ? ; + [ + ] ? ; rdf:subject @ ; rdf:object @ ; rdf:predicate @ @@ -1966,9 +2438,15 @@ linkml:Sparqlpath xsd:string rdf:object @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] @@ -2018,9 +2496,15 @@ linkml:Sparqlpath xsd:string rdf:subject @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; @@ -2650,9 +3134,15 @@ linkml:Sparqlpath xsd:string rdf:subject @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] @@ -2808,9 +3298,15 @@ linkml:Sparqlpath xsd:string rdf:predicate @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; @@ -2962,7 +3458,10 @@ linkml:Sparqlpath xsd:string CLOSED { ( $ ( @linkml:String ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @linkml:String ? ; @linkml:String ? ; @@ -2970,12 +3469,32 @@ linkml:Sparqlpath xsd:string rdf:predicate @ ; @linkml:String ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @linkml:String ? ; @linkml:String ? ; @linkml:String ? ; - @ ? ; + [ + + + + + + + + + + + + + + + + + ] ? ; @linkml:String ? ; @ ? ; @ * ; @@ -3101,8 +3620,12 @@ linkml:Sparqlpath xsd:string ( $ ( & ; rdf:type [ ] ? ; @linkml:Integer ? ; - @ ? ; - @ ? ; + [ + + + ] ? ; + [ + ] ? ; rdf:subject @ ) ; rdf:type [ ] @@ -3174,7 +3697,9 @@ linkml:Sparqlpath xsd:string ( $ ( & ; rdf:type [ ] ? ; @linkml:Uriorcurie ; - @ ; + [ + + ] ; @linkml:Uriorcurie ? ) ; rdf:type [ ] @@ -3500,9 +4025,15 @@ linkml:Sparqlpath xsd:string rdf:object @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ) ; rdf:type [ ] @@ -3558,9 +4089,15 @@ linkml:Sparqlpath xsd:string rdf:subject @ ; @ ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; - @ ? ; + [ + + + ] ? ; @linkml:String ? ; @ ? ; @linkml:Integer ? ; diff --git a/pyproject.toml b/pyproject.toml index dd93a30ca..f63129011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,10 +14,10 @@ generate_viz_json = "src.biolink_model.scripts.generate_json:generate_viz_json" [tool.poetry.dependencies] python = "^3.9" curies = "^0.7.4" -prefixmaps = "^0.2.0" +prefixmaps = "^0.2.3" pyyaml = "^6.0.1" stringcase = "^1.2.0" -pytest = "^7.3.1" +pytest = "^8.1.1" beautifulsoup4 = ">=4.0.0" yamllint = "^1.35.1" @@ -29,9 +29,9 @@ style = "pep440" [tool.poetry.dev-dependencies] linkml = ">=1.6.3" mkdocs = "^1.4.2" -mkdocs-material = "^9.4.8" +mkdocs-material = "^9.5.17" mkdocs-mermaid2-plugin = "^1.1.1" -schemasheets = "^0.1.14" +schemasheets = "^0.2.1" codespell = "^2.2.6" [build-system] diff --git a/src/biolink_model/datamodel/model.py b/src/biolink_model/datamodel/model.py index 8b6b95f87..8bd7744f9 100644 --- a/src/biolink_model/datamodel/model.py +++ b/src/biolink_model/datamodel/model.py @@ -1,5 +1,5 @@ # Auto generated from biolink_model.yaml by pythongen.py version: 0.0.1 -# Generation date: 2024-04-12T14:21:53 +# Generation date: 2024-04-12T14:59:17 # Schema: Biolink-Model # # id: https://w3id.org/biolink/biolink-model @@ -11,6 +11,7 @@ from jsonasobj2 import JsonObj, as_dict from typing import Optional, List, Union, Dict, ClassVar, Any from dataclasses import dataclass +from datetime import date, datetime from linkml_runtime.linkml_model.meta import EnumDefinition, PermissibleValue, PvFormulaOptions from linkml_runtime.utils.slot import Slot diff --git a/src/biolink_model/datamodel/pydanticmodel_v2.py b/src/biolink_model/datamodel/pydanticmodel_v2.py index bb7d0cc09..49ad3d5d6 100644 --- a/src/biolink_model/datamodel/pydanticmodel_v2.py +++ b/src/biolink_model/datamodel/pydanticmodel_v2.py @@ -1,46 +1,61 @@ -from __future__ import annotations -from datetime import datetime, date -from enum import Enum -from typing import List, Dict, Optional, Any, Union -from pydantic import BaseModel as BaseModel, ConfigDict, Field +from __future__ import annotations +from datetime import ( + datetime, + date +) +from decimal import Decimal +from enum import Enum +import re import sys -if sys.version_info >= (3, 8): - from typing import Literal +from typing import ( + Any, + List, + Literal, + Dict, + Optional, + Union +) +from pydantic.version import VERSION as PYDANTIC_VERSION +if int(PYDANTIC_VERSION[0])>=2: + from pydantic import ( + BaseModel, + ConfigDict, + Field, + field_validator + ) else: - from typing_extensions import Literal - + from pydantic import ( + BaseModel, + Field, + validator + ) metamodel_version = "None" version = "4.2.0" + class ConfiguredBaseModel(BaseModel): model_config = ConfigDict( - validate_assignment=True, - validate_default=True, - extra = 'forbid', - arbitrary_types_allowed=True, - use_enum_values = True) + validate_assignment = True, + validate_default = True, + extra = "forbid", + arbitrary_types_allowed = True, + use_enum_values = True, + strict = False, + ) + pass class ClinicalApprovalStatusEnum(str, Enum): - - approved_for_condition = "approved_for_condition" - fda_approved_for_condition = "fda_approved_for_condition" - not_approved_for_condition = "not_approved_for_condition" - post_approval_withdrawal = "post_approval_withdrawal" - off_label_use = "off_label_use" - not_provided = "not_provided" - - + class MaxResearchPhaseEnum(str, Enum): - # Biolink 'pre_clinical_research' is the union of both the `FDA discovery and development phase` and `FDA preclinical research phase`. Discovery involves researchers finding new possibilities for medication through testing molecular compounds, noting unexpected effects from existing treatments, or the creation of new technology that allows novel ways of targeting medical products to sites in the body. Drug development occurs after researchers identify potential compounds for experiments Preclinical Research Phase. Once researchers have examined the possibilities a new drug may contain, they must do preliminary research to determine its potential for harm (toxicity). This is categorized as preclinical research and can be one of two types: in vitro or in vivo. pre_clinical_research_phase = "pre_clinical_research_phase" # Clinical research involves trials of the drug on people, and it is one of the most involved stages in the drug development and approval process. Clinical trials must answer specific questions and follow a protocol determined by the drug researcher or manufacturer. @@ -53,176 +68,95 @@ class MaxResearchPhaseEnum(str, Enum): clinical_trial_phase_3 = "clinical_trial_phase_3" # In the FDA Clinical Trial Phase, the Clinical Trial Phase 4 involves several thousands of volunteers who have the disease or condition and continues to monitor safety and efficacy. If a drug passes this phase, it goes on to FDA review. clinical_trial_phase_4 = "clinical_trial_phase_4" - not_provided = "not_provided" - - + class DirectionQualifierEnum(str, Enum): - - increased = "increased" - upregulated = "upregulated" - decreased = "decreased" - downregulated = "downregulated" - - + class ChemicalEntityDerivativeEnum(str, Enum): - - metabolite = "metabolite" - - + class ChemicalOrGeneOrGeneProductFormOrVariantEnum(str, Enum): - - genetic_variant_form = "genetic_variant_form" - modified_form = "modified_form" - loss_of_function_variant_form = "loss_of_function_variant_form" - gain_of_function_variant_form = "gain_of_function_variant_form" - polymorphic_form = "polymorphic_form" - snp_form = "snp_form" - analog_form = "analog_form" - - + class GeneOrGeneProductOrChemicalPartQualifierEnum(str, Enum): - - number_3_prime_utr = "3_prime_utr" - number_5_prime_utr = "5_prime_utr" - polya_tail = "polya_tail" - promoter = "promoter" - enhancer = "enhancer" - exon = "exon" - intron = "intron" - - + class GeneOrGeneProductOrChemicalEntityAspectEnum(str, Enum): - # Used in cases where the specificity of the relationship can not be determined to be either activity or abundance. In general, a more specific value from this enumeration should be used. activity_or_abundance = "activity_or_abundance" - abundance = "abundance" - activity = "activity" - expression = "expression" - synthesis = "synthesis" - degradation = "degradation" - cleavage = "cleavage" - hydrolysis = "hydrolysis" - metabolic_processing = "metabolic_processing" - mutation_rate = "mutation_rate" - stability = "stability" - folding = "folding" - localization = "localization" - transport = "transport" - secretion = "secretion" - uptake = "uptake" - splicing = "splicing" - molecular_interaction = "molecular_interaction" - molecular_modification = "molecular_modification" - acetylation = "acetylation" - acylation = "acylation" - alkylation = "alkylation" - amination = "amination" - carbamoylation = "carbamoylation" - ethylation = "ethylation" - glutathionylation = "glutathionylation" - glycation = "glycation" - glycosylation = "glycosylation" - glucuronidation = "glucuronidation" - n_linked_glycosylation = "n_linked_glycosylation" - o_linked_glycosylation = "o_linked_glycosylation" - hydroxylation = "hydroxylation" - lipidation = "lipidation" - farnesylation = "farnesylation" - geranoylation = "geranoylation" - myristoylation = "myristoylation" - palmitoylation = "palmitoylation" - prenylation = "prenylation" - methylation = "methylation" - nitrosation = "nitrosation" - nucleotidylation = "nucleotidylation" - phosphorylation = "phosphorylation" - ribosylation = "ribosylation" - ADP_ribosylation = "ADP-ribosylation" - sulfation = "sulfation" - sumoylation = "sumoylation" - ubiquitination = "ubiquitination" - oxidation = "oxidation" - reduction = "reduction" - carboxylation = "carboxylation" - - + class CausalMechanismQualifierEnum(str, Enum): - # A causal mechanism mediated by the direct contact between effector and target chemical or biomolecular entity, which form a stable physical interaction. binding = "binding" # A causal mechanism in which the effector binds to the target and negatively effects its normal function, e.g. prevention of enzymatic reaction or activation of downstream pathway. @@ -253,60 +187,39 @@ class CausalMechanismQualifierEnum(str, Enum): transcriptional_regulation = "transcriptional_regulation" # A causal mechanism mediated by the activation or control of signaling events that influence the some aspect of the target entity (e.g. its activity, processing, transport, etc) signaling_mediated_control = "signaling_mediated_control" - stabilization = "stabilization" - stimulation = "stimulation" - releasing_activity = "releasing_activity" - - + class LogicalInterpretationEnum(str, Enum): - # A modifier on a triple that causes the triple to be interpreted as a some-some statement some_some = "some_some" # A modifier on a triple that causes the triple to be interpreted as an all-some statement. all_some = "all_some" - inverse_all_some = "inverse_all_some" - - + class ReactionDirectionEnum(str, Enum): - - left_to_right = "left_to_right" - right_to_left = "right_to_left" - bidirectional = "bidirectional" - neutral = "neutral" - - + class ReactionSideEnum(str, Enum): - - left = "left" - right = "right" - - + class PhaseEnum(str, Enum): """ phase """ - number_0 = "0" - number_1 = "1" - number_2 = "2" - - + class StrandEnum(str, Enum): """ @@ -320,8 +233,7 @@ class StrandEnum(str, Enum): FULL_STOP = "." # Unknown QUESTION_MARK = "?" - - + class SequenceEnum(str, Enum): """ @@ -331,11 +243,9 @@ class SequenceEnum(str, Enum): na = "na" # amino acid aa = "aa" - - + class DruggableGeneCategoryEnum(str, Enum): - # These targets have activities in DrugCentral (ie. approved drugs) with known mechanism of action. tclin = "tclin" # These targets have activities in ChEMBL, Guide to Pharmacology or DrugCentral that satisfy the activity thresholds detailed below. @@ -344,43 +254,30 @@ class DruggableGeneCategoryEnum(str, Enum): tchem = "tchem" # These are targets about which virtually nothing is known. They do not have known drug or small molecule activities that satisfy the activity thresholds detailed below AND satisfy two or more of the following criteria: A PubMed text-mining score from Jensen Lab less than 5, greater than or equal TO 3 Gene RIFs, or less than or equal to 50 Antibodies available according to http://antibodypedia.com. tdark = "tdark" - - + class DrugAvailabilityEnum(str, Enum): - # chemical entity is available over the counter without a prescription. over_the_counter = "over_the_counter" # chemical entity is available by prescription. prescription = "prescription" - - + class DrugDeliveryEnum(str, Enum): - - inhalation = "inhalation" - oral = "oral" - absorption_through_the_skin = "absorption_through_the_skin" - intravenous_injection = "intravenous_injection" - - + class ResourceRoleEnum(str, Enum): """ The role played by the information reource in serving as a source for an edge in a TRAPI message. Note that a given Edge should have one and only one 'primary' source, and may have any number of 'aggregator' or 'supporting data' sources. This enumeration is found in Biolink Model, but is repeated here for convenience. """ - primary_knowledge_source = "primary_knowledge_source" - aggregator_knowledge_source = "aggregator_knowledge_source" - supporting_data_source = "supporting_data_source" - - + class FDAIDAAdverseEventEnum(str, Enum): """ @@ -394,11 +291,9 @@ class FDAIDAAdverseEventEnum(str, Enum): suspected_adverse_reaction = "suspected_adverse_reaction" # An adverse event or suspected adverse reaction is considered 'unexpected' if it is not listed in the investigator brochure or is not listed at the specificity or severity that has been observed; or, if an investigator brochure is not required or available, is not consistent with the risk information described in the general investigational plan or elsewhere in the current application, as amended. For example, under this definition, hepatic necrosis would be unexpected (by virtue of greater severity) if the investigator brochure referred only to elevated hepatic enzymes or hepatitis. Similarly, cerebral thromboembolism and cerebral vasculitis would be unexpected (by virtue of greater specificity) if the investigator brochure listed only cerebral vascular accidents. 'Unexpected', as used in this definition, also refers to adverse events or suspected adverse reactions that are mentioned in the investigator brochure as occurring with a class of drugs or as anticipated from the pharmacological properties of the drug, but are not specifically mentioned as occurring with the particular drug under investigation. unexpected_adverse_event = "unexpected_adverse_event" - - + class AgentTypeEnum(str, Enum): - # A human agent who is responsible for generating a statement of knowledge. The human may utilize computationally generated information as evidence for the resulting knowledge, but the human is the one who ultimately interprets/reasons with this evidence to produce a statement of knowledge. manual_agent = "manual_agent" # An automated agent, typically a software program or tool, that is responsible for generating a statement of knowledge. Human contribution to the knowledge creation process ends with the definition and coding of algorithms or analysis pipelines that get executed by the automated agent. @@ -415,11 +310,9 @@ class AgentTypeEnum(str, Enum): manual_validation_of_automated_agent = "manual_validation_of_automated_agent" # The agent type is not provided, typically because it cannot be determined from available information if the agent that generated the knowledge is manual or automated. not_provided = "not_provided" - - + class KnowledgeLevelEnum(str, Enum): - # A statement of purported fact that is put forth by an agent as true, based on assessment of direct evidence. Assertions are likely but not definitively true. knowledge_assertion = "knowledge_assertion" # A statement reporting a conclusion that follows logically from premises representing established facts or knowledge assertions (e.g. fingernail part of finger, finger part of hand --> fingernail part of hand). @@ -432,15 +325,14 @@ class KnowledgeLevelEnum(str, Enum): observation = "observation" # The knowledge level is not provided, typically because it cannot be determined from available. information. not_provided = "not_provided" - - + class MappingCollection(ConfiguredBaseModel): """ A collection of deprecated mappings. """ predicate_mappings: Optional[List[PredicateMapping]] = Field(None, description="""A collection of relationships that are not used in biolink, but have biolink patterns that can be used to replace them. This is a temporary slot to help with the transition to the fully qualified predicate model in Biolink3.""") - + class PredicateMapping(ConfiguredBaseModel): """ @@ -467,21 +359,21 @@ class PredicateMapping(ConfiguredBaseModel): exact_match: Optional[List[str]] = Field(None, description="""holds between two entities that have strictly equivalent meanings, with a high degree of confidence""") narrow_match: Optional[List[str]] = Field(None, description="""a list of terms from different schemas or terminology systems that have a narrower, more specific meaning. Narrower terms are typically shown as children in a hierarchy or tree.""") broad_match: Optional[List[str]] = Field(None, description="""a list of terms from different schemas or terminology systems that have a broader, more general meaning. Broader terms are typically shown as parents in a hierarchy or tree.""") - + class OntologyClass(ConfiguredBaseModel): """ a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a biolink compatible KG can be considered both instances of biolink classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate biolink class. For example, for the GO concept of endocytosis (GO:0006897), use bl:BiologicalProcess as the type. """ id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") - + class Annotation(ConfiguredBaseModel): """ Biolink Model root class for entity annotations. """ - None - + pass + class QuantityValue(Annotation): """ @@ -489,42 +381,37 @@ class QuantityValue(Annotation): """ has_unit: Optional[str] = Field(None, description="""connects a quantity value to a unit""") has_numeric_value: Optional[float] = Field(None, description="""connects a quantity value to a number""") - + class RelationshipQuantifier(ConfiguredBaseModel): - - None - + pass + class SensitivityQuantifier(RelationshipQuantifier): - - None - + pass + class SpecificityQuantifier(RelationshipQuantifier): - - None - + pass + class PathognomonicityQuantifier(SpecificityQuantifier): """ A relationship quantifier between a variant or symptom and a disease, which is high when the presence of the feature implies the existence of the disease """ - None - + pass + class FrequencyQuantifier(RelationshipQuantifier): - has_count: Optional[int] = Field(None, description="""number of things with a particular property""") has_total: Optional[int] = Field(None, description="""total number of things in a particular reference set""") has_quotient: Optional[float] = Field(None) has_percentage: Optional[float] = Field(None, description="""equivalent to has quotient multiplied by 100""") - + class ChemicalOrDrugOrTreatment(ConfiguredBaseModel): - - None - + pass + class Entity(ConfiguredBaseModel): """ @@ -538,7 +425,7 @@ class Entity(ConfiguredBaseModel): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NamedThing(Entity): """ @@ -556,7 +443,7 @@ class NamedThing(Entity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Attribute(NamedThing, OntologyClass): """ @@ -577,7 +464,7 @@ class Attribute(NamedThing, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalRole(Attribute): """ @@ -598,10 +485,9 @@ class ChemicalRole(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BiologicalSex(Attribute): - name: Optional[str] = Field(None, description="""The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term.""") has_attribute_type: str = Field(..., description="""connects an attribute to a class that describes it""") has_quantitative_value: Optional[List[QuantityValue]] = Field(None, description="""connects an attribute to a value""") @@ -617,7 +503,7 @@ class BiologicalSex(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PhenotypicSex(BiologicalSex): """ @@ -638,7 +524,7 @@ class PhenotypicSex(BiologicalSex): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenotypicSex(BiologicalSex): """ @@ -659,7 +545,7 @@ class GenotypicSex(BiologicalSex): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SeverityValue(Attribute): """ @@ -680,21 +566,21 @@ class SeverityValue(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class RelationshipType(OntologyClass): """ An OWL property used as an edge label """ id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") - + class TaxonomicRank(OntologyClass): """ A descriptor for the rank within a taxonomic classification. Example instance: TAXRANK:0000017 (kingdom) """ id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") - + class OrganismTaxon(NamedThing): """ @@ -713,7 +599,7 @@ class OrganismTaxon(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Event(NamedThing): """ @@ -731,10 +617,9 @@ class Event(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AdministrativeEntity(NamedThing): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -747,7 +632,7 @@ class AdministrativeEntity(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Agent(AdministrativeEntity): """ @@ -767,7 +652,7 @@ class Agent(AdministrativeEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class InformationContentEntity(NamedThing): """ @@ -789,7 +674,7 @@ class InformationContentEntity(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class StudyResult(InformationContentEntity): """ @@ -811,7 +696,7 @@ class StudyResult(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class StudyVariable(InformationContentEntity): """ @@ -833,7 +718,7 @@ class StudyVariable(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CommonDataElement(InformationContentEntity): """ @@ -855,7 +740,7 @@ class CommonDataElement(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ConceptCountAnalysisResult(StudyResult): """ @@ -877,7 +762,7 @@ class ConceptCountAnalysisResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ObservedExpectedFrequencyAnalysisResult(StudyResult): """ @@ -899,7 +784,7 @@ class ObservedExpectedFrequencyAnalysisResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class RelativeFrequencyAnalysisResult(StudyResult): """ @@ -921,7 +806,7 @@ class RelativeFrequencyAnalysisResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class TextMiningResult(StudyResult): """ @@ -943,7 +828,7 @@ class TextMiningResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChiSquaredAnalysisResult(StudyResult): """ @@ -965,7 +850,7 @@ class ChiSquaredAnalysisResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class LogOddsAnalysisResult(StudyResult): """ @@ -987,7 +872,7 @@ class LogOddsAnalysisResult(StudyResult): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Dataset(InformationContentEntity): """ @@ -1009,7 +894,7 @@ class Dataset(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DatasetDistribution(InformationContentEntity): """ @@ -1032,7 +917,7 @@ class DatasetDistribution(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DatasetVersion(InformationContentEntity): """ @@ -1057,7 +942,7 @@ class DatasetVersion(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DatasetSummary(InformationContentEntity): """ @@ -1081,7 +966,7 @@ class DatasetSummary(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ConfidenceLevel(InformationContentEntity): """ @@ -1103,7 +988,7 @@ class ConfidenceLevel(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EvidenceType(InformationContentEntity): """ @@ -1125,7 +1010,7 @@ class EvidenceType(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Publication(InformationContentEntity): """ @@ -1153,7 +1038,7 @@ class Publication(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Book(Publication): """ @@ -1181,10 +1066,9 @@ class Book(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BookChapter(Publication): - published_in: str = Field(..., description="""The enclosing parent book containing the chapter should have industry-standard identifier from ISBN.""") volume: Optional[str] = Field(None, description="""volume of a book or music release in a collection/series or a published collection of journal issues in a serial publication""") chapter: Optional[str] = Field(None, description="""chapter of a book""") @@ -1210,7 +1094,7 @@ class BookChapter(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Serial(Publication): """ @@ -1241,7 +1125,7 @@ class Serial(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Article(Publication): """ @@ -1273,7 +1157,7 @@ class Article(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class JournalArticle(Article): """ @@ -1305,7 +1189,7 @@ class JournalArticle(Article): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Patent(Publication): """ @@ -1333,7 +1217,7 @@ class Patent(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class WebPage(Publication): """ @@ -1361,7 +1245,7 @@ class WebPage(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PreprintPublication(Publication): """ @@ -1389,7 +1273,7 @@ class PreprintPublication(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DrugLabel(Publication): """ @@ -1417,7 +1301,7 @@ class DrugLabel(Publication): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class RetrievalSource(InformationContentEntity): """ @@ -1442,21 +1326,21 @@ class RetrievalSource(InformationContentEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PhysicalEssenceOrOccurrent(ConfiguredBaseModel): """ Either a physical or processual entity. """ - None - + pass + class PhysicalEssence(PhysicalEssenceOrOccurrent): """ Semantic mixin concept. Pertains to entities that have physical properties such as mass, volume, or charge. """ - None - + pass + class PhysicalEntity(PhysicalEssence, NamedThing): """ @@ -1474,21 +1358,21 @@ class PhysicalEntity(PhysicalEssence, NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Occurrent(PhysicalEssenceOrOccurrent): """ A processual entity. """ - None - + pass + class ActivityAndBehavior(Occurrent): """ Activity or behavior of any independent integral living, organization or mechanical actor in the world """ - None - + pass + class Activity(ActivityAndBehavior, NamedThing): """ @@ -1506,7 +1390,7 @@ class Activity(ActivityAndBehavior, NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Study(Activity): """ @@ -1524,7 +1408,7 @@ class Study(Activity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Procedure(ActivityAndBehavior, NamedThing): """ @@ -1542,7 +1426,7 @@ class Procedure(ActivityAndBehavior, NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Phenomenon(Occurrent, NamedThing): """ @@ -1560,7 +1444,7 @@ class Phenomenon(Occurrent, NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Device(NamedThing): """ @@ -1578,7 +1462,7 @@ class Device(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DiagnosticAid(NamedThing): """ @@ -1596,14 +1480,14 @@ class DiagnosticAid(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SubjectOfInvestigation(ConfiguredBaseModel): """ An entity that has the role of being studied in an investigation, study, or experiment """ - None - + pass + class MaterialSample(SubjectOfInvestigation, PhysicalEntity): """ @@ -1621,7 +1505,7 @@ class MaterialSample(SubjectOfInvestigation, PhysicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PlanetaryEntity(NamedThing): """ @@ -1639,10 +1523,9 @@ class PlanetaryEntity(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EnvironmentalProcess(PlanetaryEntity, Occurrent): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -1655,10 +1538,9 @@ class EnvironmentalProcess(PlanetaryEntity, Occurrent): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EnvironmentalFeature(PlanetaryEntity): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -1671,7 +1553,7 @@ class EnvironmentalFeature(PlanetaryEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeographicLocation(PlanetaryEntity): """ @@ -1691,7 +1573,7 @@ class GeographicLocation(PlanetaryEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeographicLocationAtTime(GeographicLocation): """ @@ -1712,7 +1594,7 @@ class GeographicLocationAtTime(GeographicLocation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ThingWithTaxon(ConfiguredBaseModel): """ @@ -1720,10 +1602,9 @@ class ThingWithTaxon(ConfiguredBaseModel): """ in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") - + class BiologicalEntity(ThingWithTaxon, NamedThing): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -1738,17 +1619,15 @@ class BiologicalEntity(ThingWithTaxon, NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenomicEntity(ConfiguredBaseModel): - has_biological_sequence: Optional[str] = Field(None, description="""connects a genomic feature to its sequence""") - + class EpigenomicEntity(ConfiguredBaseModel): - has_biological_sequence: Optional[str] = Field(None, description="""connects a genomic feature to its sequence""") - + class BiologicalProcessOrActivity(BiologicalEntity, Occurrent, OntologyClass): """ @@ -1771,7 +1650,7 @@ class BiologicalProcessOrActivity(BiologicalEntity, Occurrent, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularActivity(BiologicalProcessOrActivity, Occurrent, OntologyClass): """ @@ -1794,7 +1673,7 @@ class MolecularActivity(BiologicalProcessOrActivity, Occurrent, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BiologicalProcess(BiologicalProcessOrActivity, Occurrent, OntologyClass): """ @@ -1817,10 +1696,9 @@ class BiologicalProcess(BiologicalProcessOrActivity, Occurrent, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Pathway(BiologicalProcess, OntologyClass): - id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") has_input: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an input into the process""") has_output: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an output of the process""") @@ -1838,10 +1716,9 @@ class Pathway(BiologicalProcess, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PhysiologicalProcess(BiologicalProcess, OntologyClass): - id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") has_input: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an input into the process""") has_output: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an output of the process""") @@ -1859,10 +1736,9 @@ class PhysiologicalProcess(BiologicalProcess, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Behavior(BiologicalProcess, ActivityAndBehavior, OntologyClass): - id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") has_input: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an input into the process""") has_output: Optional[List[str]] = Field(None, description="""holds between a process and a continuant, where the continuant is an output of the process""") @@ -1880,7 +1756,7 @@ class Behavior(BiologicalProcess, ActivityAndBehavior, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismAttribute(Attribute): """ @@ -1901,7 +1777,7 @@ class OrganismAttribute(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PhenotypicQuality(OrganismAttribute): """ @@ -1922,7 +1798,7 @@ class PhenotypicQuality(OrganismAttribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneticInheritance(BiologicalEntity): """ @@ -1942,7 +1818,7 @@ class GeneticInheritance(BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismalEntity(BiologicalEntity, SubjectOfInvestigation): """ @@ -1962,7 +1838,7 @@ class OrganismalEntity(BiologicalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Bacterium(OrganismalEntity): """ @@ -1982,7 +1858,7 @@ class Bacterium(OrganismalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Virus(OrganismalEntity, SubjectOfInvestigation): """ @@ -2002,10 +1878,9 @@ class Virus(OrganismalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CellularOrganism(OrganismalEntity, SubjectOfInvestigation): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -2020,7 +1895,7 @@ class CellularOrganism(OrganismalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Mammal(CellularOrganism, SubjectOfInvestigation): """ @@ -2040,7 +1915,7 @@ class Mammal(CellularOrganism, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Human(Mammal, SubjectOfInvestigation): """ @@ -2060,10 +1935,9 @@ class Human(Mammal, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Plant(CellularOrganism): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -2078,7 +1952,7 @@ class Plant(CellularOrganism): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Invertebrate(CellularOrganism): """ @@ -2098,7 +1972,7 @@ class Invertebrate(CellularOrganism): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Vertebrate(CellularOrganism): """ @@ -2118,7 +1992,7 @@ class Vertebrate(CellularOrganism): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Fungus(CellularOrganism): """ @@ -2138,7 +2012,7 @@ class Fungus(CellularOrganism): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class LifeStage(OrganismalEntity): """ @@ -2158,7 +2032,7 @@ class LifeStage(OrganismalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class IndividualOrganism(OrganismalEntity, SubjectOfInvestigation): """ @@ -2178,7 +2052,7 @@ class IndividualOrganism(OrganismalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PopulationOfIndividualOrganisms(OrganismalEntity, SubjectOfInvestigation): """ @@ -2198,7 +2072,7 @@ class PopulationOfIndividualOrganisms(OrganismalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class StudyPopulation(PopulationOfIndividualOrganisms): """ @@ -2218,7 +2092,7 @@ class StudyPopulation(PopulationOfIndividualOrganisms): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DiseaseOrPhenotypicFeature(BiologicalEntity): """ @@ -2238,7 +2112,7 @@ class DiseaseOrPhenotypicFeature(BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Disease(DiseaseOrPhenotypicFeature): """ @@ -2258,7 +2132,7 @@ class Disease(DiseaseOrPhenotypicFeature): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PhenotypicFeature(DiseaseOrPhenotypicFeature): """ @@ -2278,7 +2152,7 @@ class PhenotypicFeature(DiseaseOrPhenotypicFeature): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BehavioralFeature(PhenotypicFeature): """ @@ -2298,7 +2172,7 @@ class BehavioralFeature(PhenotypicFeature): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AnatomicalEntity(OrganismalEntity, PhysicalEssence): """ @@ -2318,7 +2192,7 @@ class AnatomicalEntity(OrganismalEntity, PhysicalEssence): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CellularComponent(AnatomicalEntity): """ @@ -2338,10 +2212,9 @@ class CellularComponent(AnatomicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Cell(AnatomicalEntity): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -2356,10 +2229,9 @@ class Cell(AnatomicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CellLine(OrganismalEntity, SubjectOfInvestigation): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -2374,10 +2246,9 @@ class CellLine(OrganismalEntity, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GrossAnatomicalStructure(AnatomicalEntity): - in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") @@ -2392,14 +2263,14 @@ class GrossAnatomicalStructure(AnatomicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalEntityOrGeneOrGeneProduct(ConfiguredBaseModel): """ A union of chemical entities and children, and gene or gene product. This mixin is helpful to use when searching across chemical entities that must include genes and their children as chemical entities. """ - None - + pass + class RegulatoryRegion(ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -2420,7 +2291,7 @@ class RegulatoryRegion(ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, Biologi description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AccessibleDnaRegion(RegulatoryRegion, ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, PhysicalEssence, OntologyClass): """ @@ -2441,7 +2312,7 @@ class AccessibleDnaRegion(RegulatoryRegion, ChemicalEntityOrGeneOrGeneProduct, G description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class TranscriptionFactorBindingSite(RegulatoryRegion, ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, PhysicalEssence, OntologyClass): """ @@ -2462,14 +2333,14 @@ class TranscriptionFactorBindingSite(RegulatoryRegion, ChemicalEntityOrGeneOrGen description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalEntityOrProteinOrPolypeptide(ConfiguredBaseModel): """ A union of chemical entities and children, and protein and polypeptide. This mixin is helpful to use when searching across chemical entities that must include genes and their children as chemical entities. """ - None - + pass + class ChemicalEntity(ChemicalEntityOrProteinOrPolypeptide, ChemicalEntityOrGeneOrGeneProduct, PhysicalEssence, NamedThing, ChemicalOrDrugOrTreatment): """ @@ -2492,7 +2363,7 @@ class ChemicalEntity(ChemicalEntityOrProteinOrPolypeptide, ChemicalEntityOrGeneO description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularEntity(ChemicalEntity): """ @@ -2516,7 +2387,7 @@ class MolecularEntity(ChemicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SmallMolecule(MolecularEntity): """ @@ -2540,7 +2411,7 @@ class SmallMolecule(MolecularEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalMixture(ChemicalEntity): """ @@ -2567,7 +2438,7 @@ class ChemicalMixture(ChemicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NucleicAcidEntity(MolecularEntity, GenomicEntity, ThingWithTaxon, PhysicalEssence, OntologyClass): """ @@ -2594,7 +2465,7 @@ class NucleicAcidEntity(MolecularEntity, GenomicEntity, ThingWithTaxon, Physical description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularMixture(ChemicalMixture): """ @@ -2621,7 +2492,7 @@ class MolecularMixture(ChemicalMixture): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ComplexMolecularMixture(ChemicalMixture): """ @@ -2648,7 +2519,7 @@ class ComplexMolecularMixture(ChemicalMixture): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ProcessedMaterial(ChemicalMixture): """ @@ -2675,7 +2546,7 @@ class ProcessedMaterial(ChemicalMixture): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Drug(MolecularMixture, ChemicalOrDrugOrTreatment, OntologyClass): """ @@ -2702,10 +2573,9 @@ class Drug(MolecularMixture, ChemicalOrDrugOrTreatment, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EnvironmentalFoodContaminant(ChemicalEntity): - trade_name: Optional[str] = Field(None) available_from: Optional[List[DrugAvailabilityEnum]] = Field(None) max_tolerated_dose: Optional[str] = Field(None, description="""The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD.""") @@ -2723,10 +2593,9 @@ class EnvironmentalFoodContaminant(ChemicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class FoodAdditive(ChemicalEntity): - trade_name: Optional[str] = Field(None) available_from: Optional[List[DrugAvailabilityEnum]] = Field(None) max_tolerated_dose: Optional[str] = Field(None, description="""The highest dose of a drug or treatment that does not cause unacceptable side effects. The maximum tolerated dose is determined in clinical trials by testing increasing doses on different groups of people until the highest dose with acceptable side effects is found. Also called MTD.""") @@ -2744,7 +2613,7 @@ class FoodAdditive(ChemicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Food(ChemicalMixture): """ @@ -2771,21 +2640,21 @@ class Food(ChemicalMixture): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MacromolecularMachineMixin(ConfiguredBaseModel): """ A union of gene locus, gene product, and macromolecular complex. These are the basic units of function in a cell. They either carry out individual biological activities, or they encode molecules which do this. """ name: Optional[str] = Field(None, description="""genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name""") - + class GeneOrGeneProduct(MacromolecularMachineMixin): """ A union of gene loci or gene products. Frequently an identifier for one will be used as proxy for another """ name: Optional[str] = Field(None, description="""genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name""") - + class Gene(GeneOrGeneProduct, ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -2807,7 +2676,7 @@ class Gene(GeneOrGeneProduct, ChemicalEntityOrGeneOrGeneProduct, GenomicEntity, description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneProductMixin(GeneOrGeneProduct): """ @@ -2816,7 +2685,7 @@ class GeneProductMixin(GeneOrGeneProduct): synonym: Optional[List[str]] = Field(default_factory=list, description="""Alternate human-readable names for a thing""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") name: Optional[str] = Field(None, description="""genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name""") - + class GeneProductIsoformMixin(GeneProductMixin): """ @@ -2825,7 +2694,7 @@ class GeneProductIsoformMixin(GeneProductMixin): synonym: Optional[List[str]] = Field(default_factory=list, description="""Alternate human-readable names for a thing""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") name: Optional[str] = Field(None, description="""genes are typically designated by a short symbol and a full name. We map the symbol to the default display name and use an additional slot for full name""") - + class MacromolecularComplex(MacromolecularMachineMixin, BiologicalEntity): """ @@ -2845,7 +2714,7 @@ class MacromolecularComplex(MacromolecularMachineMixin, BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NucleosomeModification(GeneProductIsoformMixin, EpigenomicEntity, GenomicEntity, BiologicalEntity): """ @@ -2866,7 +2735,7 @@ class NucleosomeModification(GeneProductIsoformMixin, EpigenomicEntity, GenomicE description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Genome(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -2887,7 +2756,7 @@ class Genome(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Exon(BiologicalEntity): """ @@ -2907,7 +2776,7 @@ class Exon(BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Transcript(BiologicalEntity): """ @@ -2927,10 +2796,9 @@ class Transcript(BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CodingSequence(GenomicEntity, BiologicalEntity): - has_biological_sequence: Optional[str] = Field(None, description="""connects a genomic feature to its sequence""") in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") @@ -2946,7 +2814,7 @@ class CodingSequence(GenomicEntity, BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Polypeptide(ChemicalEntityOrProteinOrPolypeptide, ChemicalEntityOrGeneOrGeneProduct, BiologicalEntity): """ @@ -2966,7 +2834,7 @@ class Polypeptide(ChemicalEntityOrProteinOrPolypeptide, ChemicalEntityOrGeneOrGe description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Protein(Polypeptide, GeneProductMixin): """ @@ -2986,7 +2854,7 @@ class Protein(Polypeptide, GeneProductMixin): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ProteinIsoform(Protein, GeneProductIsoformMixin): """ @@ -3006,7 +2874,7 @@ class ProteinIsoform(Protein, GeneProductIsoformMixin): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PosttranslationalModification(GeneProductIsoformMixin, BiologicalEntity): """ @@ -3026,7 +2894,7 @@ class PosttranslationalModification(GeneProductIsoformMixin, BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NucleicAcidSequenceMotif(BiologicalEntity): """ @@ -3046,10 +2914,9 @@ class NucleicAcidSequenceMotif(BiologicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class RNAProduct(Transcript, GeneProductMixin): - synonym: Optional[List[str]] = Field(default_factory=list, description="""Alternate human-readable names for a thing""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") @@ -3064,7 +2931,7 @@ class RNAProduct(Transcript, GeneProductMixin): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class RNAProductIsoform(RNAProduct, GeneProductIsoformMixin): """ @@ -3084,10 +2951,9 @@ class RNAProductIsoform(RNAProduct, GeneProductIsoformMixin): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NoncodingRNAProduct(RNAProduct): - synonym: Optional[List[str]] = Field(default_factory=list, description="""Alternate human-readable names for a thing""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") @@ -3102,10 +2968,9 @@ class NoncodingRNAProduct(RNAProduct): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MicroRNA(NoncodingRNAProduct): - synonym: Optional[List[str]] = Field(default_factory=list, description="""Alternate human-readable names for a thing""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") @@ -3120,7 +2985,7 @@ class MicroRNA(NoncodingRNAProduct): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SiRNA(NoncodingRNAProduct): """ @@ -3140,14 +3005,14 @@ class SiRNA(NoncodingRNAProduct): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneGroupingMixin(ConfiguredBaseModel): """ any grouping of multiple genes or gene products """ has_gene_or_gene_product: Optional[List[str]] = Field(None, description="""connects an entity with one or more gene or gene products""") - + class ProteinDomain(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, BiologicalEntity): """ @@ -3168,10 +3033,9 @@ class ProteinDomain(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, Biolog description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ProteinFamily(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, BiologicalEntity): - has_gene_or_gene_product: Optional[List[str]] = Field(None, description="""connects an entity with one or more gene or gene products""") in_taxon: Optional[List[str]] = Field(None, description="""connects an entity to its taxonomic classification. Only certain kinds of entities can be taxonomically classified; see 'thing with taxon'""") in_taxon_label: Optional[str] = Field(None, description="""The human readable scientific name for the taxon of the entity.""") @@ -3187,7 +3051,7 @@ class ProteinFamily(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, Biolog description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneFamily(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, BiologicalEntity): """ @@ -3208,10 +3072,9 @@ class GeneFamily(GeneGroupingMixin, ChemicalEntityOrGeneOrGeneProduct, Biologica description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Zygosity(Attribute): - name: Optional[str] = Field(None, description="""The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term.""") has_attribute_type: str = Field(..., description="""connects an attribute to a class that describes it""") has_quantitative_value: Optional[List[QuantityValue]] = Field(None, description="""connects an attribute to a value""") @@ -3227,7 +3090,7 @@ class Zygosity(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Genotype(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -3249,7 +3112,7 @@ class Genotype(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Haplotype(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -3270,7 +3133,7 @@ class Haplotype(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass) description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SequenceVariant(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -3292,7 +3155,7 @@ class SequenceVariant(GenomicEntity, BiologicalEntity, PhysicalEssence, Ontology description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Snv(SequenceVariant): """ @@ -3314,7 +3177,7 @@ class Snv(SequenceVariant): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ReagentTargetedGene(GenomicEntity, BiologicalEntity, PhysicalEssence, OntologyClass): """ @@ -3335,7 +3198,7 @@ class ReagentTargetedGene(GenomicEntity, BiologicalEntity, PhysicalEssence, Onto description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalAttribute(Attribute): """ @@ -3356,7 +3219,7 @@ class ClinicalAttribute(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalMeasurement(ClinicalAttribute): """ @@ -3377,7 +3240,7 @@ class ClinicalMeasurement(ClinicalAttribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalModifier(ClinicalAttribute): """ @@ -3398,7 +3261,7 @@ class ClinicalModifier(ClinicalAttribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalCourse(ClinicalAttribute): """ @@ -3419,7 +3282,7 @@ class ClinicalCourse(ClinicalAttribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Onset(ClinicalCourse): """ @@ -3440,7 +3303,7 @@ class Onset(ClinicalCourse): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalEntity(NamedThing): """ @@ -3458,10 +3321,9 @@ class ClinicalEntity(NamedThing): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalTrial(ClinicalEntity): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -3474,10 +3336,9 @@ class ClinicalTrial(ClinicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalIntervention(ClinicalEntity): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -3490,7 +3351,7 @@ class ClinicalIntervention(ClinicalEntity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ClinicalFinding(PhenotypicFeature): """ @@ -3510,10 +3371,9 @@ class ClinicalFinding(PhenotypicFeature): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Hospitalization(ClinicalIntervention): - provided_by: Optional[List[str]] = Field(None, description="""The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.""") xref: Optional[List[str]] = Field(default_factory=list, description="""A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.""") full_name: Optional[str] = Field(None, description="""a long-form human readable name for a thing""") @@ -3526,7 +3386,7 @@ class Hospitalization(ClinicalIntervention): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SocioeconomicAttribute(Attribute): """ @@ -3547,7 +3407,7 @@ class SocioeconomicAttribute(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Case(IndividualOrganism, SubjectOfInvestigation): """ @@ -3567,7 +3427,7 @@ class Case(IndividualOrganism, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Cohort(StudyPopulation, SubjectOfInvestigation): """ @@ -3587,7 +3447,7 @@ class Cohort(StudyPopulation, SubjectOfInvestigation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ExposureEvent(OntologyClass): """ @@ -3595,7 +3455,7 @@ class ExposureEvent(OntologyClass): """ timepoint: Optional[str] = Field(None, description="""a point in time""") id: str = Field(..., description="""A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI""") - + class GenomicBackgroundExposure(ExposureEvent, GeneGroupingMixin, GenomicEntity, ThingWithTaxon, PhysicalEssence, Attribute, OntologyClass): """ @@ -3621,14 +3481,14 @@ class GenomicBackgroundExposure(ExposureEvent, GeneGroupingMixin, GenomicEntity, description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PathologicalEntityMixin(ConfiguredBaseModel): """ A pathological (abnormal) structure or process. """ - None - + pass + class PathologicalProcess(PathologicalEntityMixin, BiologicalProcess): """ @@ -3651,7 +3511,7 @@ class PathologicalProcess(PathologicalEntityMixin, BiologicalProcess): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PathologicalProcessExposure(ExposureEvent, Attribute): """ @@ -3673,7 +3533,7 @@ class PathologicalProcessExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PathologicalAnatomicalStructure(PathologicalEntityMixin, AnatomicalEntity): """ @@ -3693,7 +3553,7 @@ class PathologicalAnatomicalStructure(PathologicalEntityMixin, AnatomicalEntity) description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""may often be an organism attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PathologicalAnatomicalExposure(ExposureEvent, Attribute): """ @@ -3715,7 +3575,7 @@ class PathologicalAnatomicalExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DiseaseOrPhenotypicFeatureExposure(PathologicalEntityMixin, ExposureEvent, Attribute): """ @@ -3737,7 +3597,7 @@ class DiseaseOrPhenotypicFeatureExposure(PathologicalEntityMixin, ExposureEvent, description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalExposure(ExposureEvent, Attribute): """ @@ -3759,7 +3619,7 @@ class ChemicalExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ComplexChemicalExposure(Attribute): """ @@ -3780,7 +3640,7 @@ class ComplexChemicalExposure(Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DrugExposure(ChemicalExposure, ExposureEvent): """ @@ -3802,7 +3662,7 @@ class DrugExposure(ChemicalExposure, ExposureEvent): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DrugToGeneInteractionExposure(DrugExposure, GeneGroupingMixin): """ @@ -3825,7 +3685,7 @@ class DrugToGeneInteractionExposure(DrugExposure, GeneGroupingMixin): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Treatment(ExposureEvent, NamedThing, ChemicalOrDrugOrTreatment): """ @@ -3847,7 +3707,7 @@ class Treatment(ExposureEvent, NamedThing, ChemicalOrDrugOrTreatment): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BioticExposure(ExposureEvent, Attribute): """ @@ -3869,7 +3729,7 @@ class BioticExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EnvironmentalExposure(ExposureEvent, Attribute): """ @@ -3891,7 +3751,7 @@ class EnvironmentalExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeographicExposure(EnvironmentalExposure, ExposureEvent): """ @@ -3913,7 +3773,7 @@ class GeographicExposure(EnvironmentalExposure, ExposureEvent): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class BehavioralExposure(ExposureEvent, Attribute): """ @@ -3935,7 +3795,7 @@ class BehavioralExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SocioeconomicExposure(ExposureEvent, Attribute): """ @@ -3957,70 +3817,70 @@ class SocioeconomicExposure(ExposureEvent, Attribute): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: List[str] = Field(..., description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class Outcome(ConfiguredBaseModel): """ An entity that has the role of being the consequence of an exposure event. This is an abstract mixin grouping of various categories of possible biological or non-biological (e.g. clinical) outcomes. """ - None - + pass + class PathologicalProcessOutcome(Outcome): """ An outcome resulting from an exposure event which is the manifestation of a pathological process. """ - None - + pass + class PathologicalAnatomicalOutcome(Outcome): """ An outcome resulting from an exposure event which is the manifestation of an abnormal anatomical structure. """ - None - + pass + class DiseaseOrPhenotypicFeatureOutcome(Outcome): """ Physiological outcomes resulting from an exposure event which is the manifestation of a disease or other characteristic phenotype. """ - None - + pass + class BehavioralOutcome(Outcome): """ An outcome resulting from an exposure event which is the manifestation of human behavior. """ - None - + pass + class HospitalizationOutcome(Outcome): """ An outcome resulting from an exposure event which is the increased manifestation of acute (e.g. emergency room visit) or chronic (inpatient) hospitalization. """ - None - + pass + class MortalityOutcome(Outcome): """ An outcome of death from resulting from an exposure event. """ - None - + pass + class EpidemiologicalOutcome(Outcome): """ An epidemiological outcome, such as societal disease burden, resulting from an exposure event. """ - None - + pass + class SocioeconomicOutcome(Outcome): """ An general social or economic outcome, such as healthcare costs, utilization, etc., resulting from an exposure event """ - None - + pass + class Association(Entity): """ @@ -4062,10 +3922,9 @@ class Association(Entity): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalEntityAssessesNamedThingAssociation(Association): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -4102,7 +3961,7 @@ class ChemicalEntityAssessesNamedThingAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ContributorAssociation(Association): """ @@ -4144,7 +4003,7 @@ class ContributorAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenotypeToGenotypePartAssociation(Association): """ @@ -4186,7 +4045,7 @@ class GenotypeToGenotypePartAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenotypeToGeneAssociation(Association): """ @@ -4228,7 +4087,7 @@ class GenotypeToGeneAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenotypeToVariantAssociation(Association): """ @@ -4270,7 +4129,7 @@ class GenotypeToVariantAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneToGeneAssociation(Association): """ @@ -4312,7 +4171,7 @@ class GeneToGeneAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneToGeneHomologyAssociation(GeneToGeneAssociation): """ @@ -4354,7 +4213,7 @@ class GeneToGeneHomologyAssociation(GeneToGeneAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneToGeneFamilyAssociation(Association): """ @@ -4396,7 +4255,7 @@ class GeneToGeneFamilyAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneExpressionMixin(ConfiguredBaseModel): """ @@ -4406,7 +4265,7 @@ class GeneExpressionMixin(ConfiguredBaseModel): expression_site: Optional[str] = Field(None, description="""location in which gene or protein expression takes place. May be cell, tissue, or organ.""") stage_qualifier: Optional[str] = Field(None, description="""stage during which gene or protein expression of takes place.""") phenotypic_state: Optional[str] = Field(None, description="""in experiments (e.g. gene expression) assaying diseased or unhealthy tissue, the phenotypic state can be put here, e.g. MONDO ID. For healthy tissues, use XXX.""") - + class GeneToGeneCoexpressionAssociation(GeneExpressionMixin, GeneToGeneAssociation): """ @@ -4452,7 +4311,7 @@ class GeneToGeneCoexpressionAssociation(GeneExpressionMixin, GeneToGeneAssociati description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PairwiseGeneToGeneInteraction(GeneToGeneAssociation): """ @@ -4494,7 +4353,7 @@ class PairwiseGeneToGeneInteraction(GeneToGeneAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PairwiseMolecularInteraction(PairwiseGeneToGeneInteraction): """ @@ -4537,7 +4396,7 @@ class PairwiseMolecularInteraction(PairwiseGeneToGeneInteraction): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class CellLineToEntityAssociationMixin(ConfiguredBaseModel): """ @@ -4546,7 +4405,7 @@ class CellLineToEntityAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class ChemicalEntityToEntityAssociationMixin(ConfiguredBaseModel): """ @@ -4555,7 +4414,7 @@ class ChemicalEntityToEntityAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""the chemical entity that is an interactor""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class DrugToEntityAssociationMixin(ChemicalEntityToEntityAssociationMixin): """ @@ -4564,7 +4423,7 @@ class DrugToEntityAssociationMixin(ChemicalEntityToEntityAssociationMixin): subject: str = Field(..., description="""the drug that is an interactor""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class ChemicalToEntityAssociationMixin(ChemicalEntityToEntityAssociationMixin): """ @@ -4573,7 +4432,7 @@ class ChemicalToEntityAssociationMixin(ChemicalEntityToEntityAssociationMixin): subject: str = Field(..., description="""the chemical entity or entity that is an interactor""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class CaseToEntityAssociationMixin(ConfiguredBaseModel): """ @@ -4582,7 +4441,7 @@ class CaseToEntityAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""the case (e.g. patient) that has the property""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class ChemicalToChemicalAssociation(ChemicalToEntityAssociationMixin, Association): """ @@ -4624,10 +4483,9 @@ class ChemicalToChemicalAssociation(ChemicalToEntityAssociationMixin, Associatio description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ReactionToParticipantAssociation(ChemicalToChemicalAssociation): - stoichiometry: Optional[int] = Field(None, description="""the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers.""") reaction_direction: Optional[ReactionDirectionEnum] = Field(None, description="""the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)""") reaction_side: Optional[ReactionSideEnum] = Field(None, description="""the side of a reaction being modeled (ie: left or right)""") @@ -4667,10 +4525,9 @@ class ReactionToParticipantAssociation(ChemicalToChemicalAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ReactionToCatalystAssociation(ReactionToParticipantAssociation): - stoichiometry: Optional[int] = Field(None, description="""the relationship between the relative quantities of substances taking part in a reaction or forming a compound, typically a ratio of whole integers.""") reaction_direction: Optional[ReactionDirectionEnum] = Field(None, description="""the direction of a reaction as constrained by the direction enum (ie: left_to_right, neutral, etc.)""") reaction_side: Optional[ReactionSideEnum] = Field(None, description="""the side of a reaction being modeled (ie: left or right)""") @@ -4710,7 +4567,7 @@ class ReactionToCatalystAssociation(ReactionToParticipantAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalToChemicalDerivationAssociation(ChemicalToChemicalAssociation): """ @@ -4753,7 +4610,7 @@ class ChemicalToChemicalDerivationAssociation(ChemicalToChemicalAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularActivityToPathwayAssociation(Association): """ @@ -4795,7 +4652,7 @@ class MolecularActivityToPathwayAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalToPathwayAssociation(ChemicalToEntityAssociationMixin, Association): """ @@ -4837,10 +4694,9 @@ class ChemicalToPathwayAssociation(ChemicalToEntityAssociationMixin, Association description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class NamedThingAssociatedWithLikelihoodOfNamedThingAssociation(Association): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") subject_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement).""") subject_context_qualifier: Optional[str] = Field(None) @@ -4882,7 +4738,7 @@ class NamedThingAssociatedWithLikelihoodOfNamedThingAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalGeneInteractionAssociation(ChemicalToEntityAssociationMixin, Association): """ @@ -4932,7 +4788,7 @@ class ChemicalGeneInteractionAssociation(ChemicalToEntityAssociationMixin, Assoc description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalAffectsGeneAssociation(Association): """ @@ -4989,7 +4845,7 @@ class ChemicalAffectsGeneAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneAffectsChemicalAssociation(Association): """ @@ -5047,7 +4903,7 @@ class GeneAffectsChemicalAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DrugToGeneAssociation(DrugToEntityAssociationMixin, Association): """ @@ -5089,7 +4945,7 @@ class DrugToGeneAssociation(DrugToEntityAssociationMixin, Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MaterialSampleToEntityAssociationMixin(ConfiguredBaseModel): """ @@ -5098,7 +4954,7 @@ class MaterialSampleToEntityAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""the material sample being described""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class MaterialSampleDerivationAssociation(Association): """ @@ -5140,14 +4996,13 @@ class MaterialSampleDerivationAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DiseaseToEntityAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""disease class""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class EntityToExposureEventAssociationMixin(ConfiguredBaseModel): """ @@ -5156,7 +5011,7 @@ class EntityToExposureEventAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class DiseaseToExposureEventAssociation(EntityToExposureEventAssociationMixin, DiseaseToEntityAssociationMixin, Association): """ @@ -5198,7 +5053,7 @@ class DiseaseToExposureEventAssociation(EntityToExposureEventAssociationMixin, D description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EntityToOutcomeAssociationMixin(ConfiguredBaseModel): """ @@ -5207,7 +5062,7 @@ class EntityToOutcomeAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class ExposureEventToOutcomeAssociation(EntityToOutcomeAssociationMixin, Association): """ @@ -5251,7 +5106,7 @@ class ExposureEventToOutcomeAssociation(EntityToOutcomeAssociationMixin, Associa description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class FrequencyQualifierMixin(ConfiguredBaseModel): """ @@ -5261,7 +5116,7 @@ class FrequencyQualifierMixin(ConfiguredBaseModel): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class EntityToFeatureOrDiseaseQualifiersMixin(FrequencyQualifierMixin): """ @@ -5276,7 +5131,7 @@ class EntityToFeatureOrDiseaseQualifiersMixin(FrequencyQualifierMixin): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class FeatureOrDiseaseQualifiersToEntityMixin(FrequencyQualifierMixin): """ @@ -5291,10 +5146,9 @@ class FeatureOrDiseaseQualifiersToEntityMixin(FrequencyQualifierMixin): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class EntityToPhenotypicFeatureAssociationMixin(EntityToFeatureOrDiseaseQualifiersMixin, FrequencyQuantifier): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -5309,10 +5163,9 @@ class EntityToPhenotypicFeatureAssociationMixin(EntityToFeatureOrDiseaseQualifie object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class PhenotypicFeatureToEntityAssociationMixin(FeatureOrDiseaseQualifiersToEntityMixin, FrequencyQuantifier): - sex_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state whether the association is specific to a particular sex.""") has_count: Optional[int] = Field(None, description="""number of things with a particular property""") has_total: Optional[int] = Field(None, description="""total number of things in a particular reference set""") @@ -5327,7 +5180,7 @@ class PhenotypicFeatureToEntityAssociationMixin(FeatureOrDiseaseQualifiersToEnti subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class InformationContentEntityToNamedThingAssociation(Association): """ @@ -5369,7 +5222,7 @@ class InformationContentEntityToNamedThingAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EntityToDiseaseAssociationMixin(EntityToFeatureOrDiseaseQualifiersMixin): """ @@ -5384,14 +5237,13 @@ class EntityToDiseaseAssociationMixin(EntityToFeatureOrDiseaseQualifiersMixin): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease""") - + class DiseaseOrPhenotypicFeatureToEntityAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""disease or phenotype""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class DiseaseOrPhenotypicFeatureToLocationAssociation(DiseaseOrPhenotypicFeatureToEntityAssociationMixin, Association): """ @@ -5433,7 +5285,7 @@ class DiseaseOrPhenotypicFeatureToLocationAssociation(DiseaseOrPhenotypicFeature description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation(DiseaseOrPhenotypicFeatureToEntityAssociationMixin, Association): """ @@ -5475,14 +5327,13 @@ class DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation(DiseaseOrPhenoty description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EntityToDiseaseOrPhenotypicFeatureAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease or phenotype""") - + class CellLineToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypicFeatureAssociationMixin, CellLineToEntityAssociationMixin, Association): """ @@ -5524,7 +5375,7 @@ class CellLineToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypi description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypicFeatureAssociationMixin, ChemicalToEntityAssociationMixin, Association): """ @@ -5566,7 +5417,7 @@ class ChemicalToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypi description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypicFeatureAssociationMixin, ChemicalToEntityAssociationMixin, Association): """ @@ -5609,7 +5460,7 @@ class ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation(EntityToD description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation(ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation, EntityToDiseaseOrPhenotypicFeatureAssociationMixin, ChemicalToEntityAssociationMixin): """ @@ -5652,7 +5503,7 @@ class ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation(C description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MaterialSampleToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhenotypicFeatureAssociationMixin, MaterialSampleToEntityAssociationMixin, Association): """ @@ -5694,14 +5545,13 @@ class MaterialSampleToDiseaseOrPhenotypicFeatureAssociation(EntityToDiseaseOrPhe description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenotypeToEntityAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""genotype that is the subject of the association""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class GenotypeToPhenotypicFeatureAssociation(GenotypeToEntityAssociationMixin, EntityToPhenotypicFeatureAssociationMixin, Association): """ @@ -5754,7 +5604,7 @@ class GenotypeToPhenotypicFeatureAssociation(GenotypeToEntityAssociationMixin, E object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class ExposureEventToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssociationMixin, Association): """ @@ -5807,7 +5657,7 @@ class ExposureEventToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssoc object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class DiseaseToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssociationMixin, DiseaseToEntityAssociationMixin, Association, FrequencyQuantifier): """ @@ -5861,7 +5711,7 @@ class DiseaseToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssociation object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class CaseToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssociationMixin, CaseToEntityAssociationMixin, Association): """ @@ -5914,7 +5764,7 @@ class CaseToPhenotypicFeatureAssociation(EntityToPhenotypicFeatureAssociationMix object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class BehaviorToBehavioralFeatureAssociation(EntityToPhenotypicFeatureAssociationMixin, Association): """ @@ -5967,14 +5817,13 @@ class BehaviorToBehavioralFeatureAssociation(EntityToPhenotypicFeatureAssociatio object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GeneToEntityAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""gene that is the subject of the association""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class GeneToPathwayAssociation(GeneToEntityAssociationMixin, Association): """ @@ -6016,17 +5865,15 @@ class GeneToPathwayAssociation(GeneToEntityAssociationMixin, Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class VariantToEntityAssociationMixin(ConfiguredBaseModel): - subject: str = Field(..., description="""a sequence variant in which the allele state is associated with some other entity""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class GeneToDiseaseOrPhenotypicFeatureAssociation(GeneToEntityAssociationMixin, EntityToPhenotypicFeatureAssociationMixin, Association): - subject_aspect_qualifier: Optional[GeneOrGeneProductOrChemicalEntityAspectEnum] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the subject of an association (aka: statement).""") object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") subject: str = Field(..., description="""gene in which variation is correlated with the phenotypic feature""") @@ -6074,10 +5921,9 @@ class GeneToDiseaseOrPhenotypicFeatureAssociation(GeneToEntityAssociationMixin, object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GeneToPhenotypicFeatureAssociation(GeneToDiseaseOrPhenotypicFeatureAssociation, GeneToEntityAssociationMixin, EntityToPhenotypicFeatureAssociationMixin): - subject: str = Field(..., description="""gene in which variation is correlated with the phenotypic feature""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -6125,10 +5971,9 @@ class GeneToPhenotypicFeatureAssociation(GeneToDiseaseOrPhenotypicFeatureAssocia object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GeneToDiseaseAssociation(GeneToDiseaseOrPhenotypicFeatureAssociation, GeneToEntityAssociationMixin, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""gene in which variation is correlated with the disease, may be protective or causative or associative, or as a model""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease""") @@ -6176,10 +6021,9 @@ class GeneToDiseaseAssociation(GeneToDiseaseOrPhenotypicFeatureAssociation, Gene object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class CausalGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityAssociationMixin, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""gene in which variation is shown to cause the disease.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease""") @@ -6227,10 +6071,9 @@ class CausalGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityAssoc object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class CorrelatedGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityAssociationMixin, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""gene in which variation is shown to correlate with the disease.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease""") @@ -6278,10 +6121,9 @@ class CorrelatedGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityA object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class DruggableGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityAssociationMixin, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""gene in which variation is correlated with the disease in a protective manner, or if the product produced by the gene can be targeted by a small molecule and this leads to a protective or improving disease state.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""disease""") @@ -6329,10 +6171,9 @@ class DruggableGeneToDiseaseAssociation(GeneToDiseaseAssociation, GeneToEntityAs object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class PhenotypicFeatureToDiseaseAssociation(EntityToDiseaseAssociationMixin, PhenotypicFeatureToEntityAssociationMixin, Association): - sex_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state whether the association is specific to a particular sex.""") subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") @@ -6380,7 +6221,7 @@ class PhenotypicFeatureToDiseaseAssociation(EntityToDiseaseAssociationMixin, Phe object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class VariantToGeneAssociation(VariantToEntityAssociationMixin, Association): """ @@ -6422,7 +6263,7 @@ class VariantToGeneAssociation(VariantToEntityAssociationMixin, Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class VariantToGeneExpressionAssociation(VariantToGeneAssociation, GeneExpressionMixin): """ @@ -6468,7 +6309,7 @@ class VariantToGeneExpressionAssociation(VariantToGeneAssociation, GeneExpressio description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class VariantToPopulationAssociation(VariantToEntityAssociationMixin, FrequencyQualifierMixin, Association, FrequencyQuantifier): """ @@ -6515,7 +6356,7 @@ class VariantToPopulationAssociation(VariantToEntityAssociationMixin, FrequencyQ description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class PopulationToPopulationAssociation(Association): """ @@ -6557,10 +6398,9 @@ class PopulationToPopulationAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class VariantToPhenotypicFeatureAssociation(VariantToEntityAssociationMixin, EntityToPhenotypicFeatureAssociationMixin, Association): - subject: str = Field(..., description="""a sequence variant in which the allele state is associated in some way with the phenotype state""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -6608,10 +6448,9 @@ class VariantToPhenotypicFeatureAssociation(VariantToEntityAssociationMixin, Ent object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class VariantToDiseaseAssociation(VariantToEntityAssociationMixin, EntityToDiseaseAssociationMixin, Association): - subject: str = Field(..., description="""a sequence variant in which the allele state is associated in some way with the disease state""") predicate: str = Field(..., description="""E.g. is pathogenic for""") object: str = Field(..., description="""a disease that is associated with that variant""") @@ -6654,10 +6493,9 @@ class VariantToDiseaseAssociation(VariantToEntityAssociationMixin, EntityToDisea object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GenotypeToDiseaseAssociation(GenotypeToEntityAssociationMixin, EntityToDiseaseAssociationMixin, Association): - subject: str = Field(..., description="""a genotype that is associated in some way with a disease state""") predicate: str = Field(..., description="""E.g. is pathogenic for""") object: str = Field(..., description="""a disease that is associated with that genotype""") @@ -6700,7 +6538,7 @@ class GenotypeToDiseaseAssociation(GenotypeToEntityAssociationMixin, EntityToDis object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class ModelToDiseaseAssociationMixin(ConfiguredBaseModel): """ @@ -6709,10 +6547,9 @@ class ModelToDiseaseAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""The entity that serves as the model of the disease. This may be an organism, a strain of organism, a genotype or variant that exhibits similar features, or a gene that when mutated exhibits features of the disease""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class GeneAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, GeneToDiseaseAssociation, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease.""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""disease""") @@ -6760,10 +6597,9 @@ class GeneAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, GeneToDis object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class VariantAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, VariantToDiseaseAssociation, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""A variant that has a role in modeling the disease.""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""disease""") @@ -6806,10 +6642,9 @@ class VariantAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, Varian object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GenotypeAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, GenotypeToDiseaseAssociation, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""A genotype that has a role in modeling the disease.""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""disease""") @@ -6852,10 +6687,9 @@ class GenotypeAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, Genot object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class CellLineAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, CellLineToDiseaseOrPhenotypicFeatureAssociation, EntityToDiseaseAssociationMixin): - subject: str = Field(..., description="""A cell line derived from an organismal entity with a disease state that is used as a model of that disease.""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""disease""") @@ -6898,10 +6732,9 @@ class CellLineAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, CellL object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class OrganismalEntityAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixin, EntityToDiseaseAssociationMixin, Association): - subject: str = Field(..., description="""A organismal entity (strain, breed) with a predisposition to a disease, or bred/created specifically to model a disease.""") predicate: str = Field(..., description="""The relationship to the disease""") object: str = Field(..., description="""disease""") @@ -6944,10 +6777,9 @@ class OrganismalEntityAsAModelOfDiseaseAssociation(ModelToDiseaseAssociationMixi object_direction_qualifier: Optional[DirectionQualifierEnum] = Field(None, description="""Composes with the core concept (+ aspect if provided) to describe a change in its direction or degree. This qualifier qualifies the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class OrganismToOrganismAssociation(Association): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""An association between two individual organisms.""") @@ -6984,10 +6816,9 @@ class OrganismToOrganismAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class TaxonToTaxonAssociation(Association): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""An association between individuals of different taxa.""") @@ -7024,10 +6855,9 @@ class TaxonToTaxonAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneHasVariantThatContributesToDiseaseAssociation(GeneToDiseaseAssociation): - subject_form_or_variant_qualifier: Optional[str] = Field(None, description="""A qualifier that composes with a core subject/object concept to define a specific type, variant, alternative version of this concept. The composed concept remains a subtype or instance of the core concept. For example, the qualifier ā€˜mutationā€™ combines with the core concept ā€˜Gene Xā€™ to express the compose concept ā€˜a mutation of Gene Xā€™. This qualifier specifies a change in the subject of an association (aka: statement).""") subject: str = Field(..., description="""A gene that has a role in modeling the disease. This may be a model organism ortholog of a known disease gene, or it may be a gene whose mutants recapitulate core features of the disease.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") @@ -7076,7 +6906,7 @@ class GeneHasVariantThatContributesToDiseaseAssociation(GeneToDiseaseAssociation object_aspect_qualifier: Optional[str] = Field(None, description="""Composes with the core concept to describe new concepts of a different ontological type. e.g. a process in which the core concept participates, a function/activity/role held by the core concept, or a characteristic/quality that inheres in the core concept. The purpose of the aspect slot is to indicate what aspect is being affected in an 'affects' association. This qualifier specifies a change in the object of an association (aka: statement).""") qualified_predicate: Optional[str] = Field(None, description="""Predicate to be used in an association when subject and object qualifiers are present and the full reading of the statement requires a qualification to the predicate in use in order to refine or increase the specificity of the full statement reading. This qualifier holds a relationship to be used instead of that expressed by the primary predicate, in a ā€˜full statementā€™ reading of the association, where qualifier-based semantics are included. This is necessary only in cases where the primary predicate does not work in a full statement reading.""") frequency_qualifier: Optional[str] = Field(None, description="""a qualifier used in a phenotypic association to state how frequent the phenotype is observed in the subject""") - + class GeneToExpressionSiteAssociation(Association): """ @@ -7120,7 +6950,7 @@ class GeneToExpressionSiteAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SequenceVariantModulatesTreatmentAssociation(Association): """ @@ -7162,7 +6992,7 @@ class SequenceVariantModulatesTreatmentAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class FunctionalAssociation(Association): """ @@ -7204,7 +7034,7 @@ class FunctionalAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MacromolecularMachineToEntityAssociationMixin(ConfiguredBaseModel): """ @@ -7213,7 +7043,7 @@ class MacromolecularMachineToEntityAssociationMixin(ConfiguredBaseModel): subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class MacromolecularMachineToMolecularActivityAssociation(MacromolecularMachineToEntityAssociationMixin, FunctionalAssociation): """ @@ -7255,7 +7085,7 @@ class MacromolecularMachineToMolecularActivityAssociation(MacromolecularMachineT description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MacromolecularMachineToBiologicalProcessAssociation(MacromolecularMachineToEntityAssociationMixin, FunctionalAssociation): """ @@ -7297,7 +7127,7 @@ class MacromolecularMachineToBiologicalProcessAssociation(MacromolecularMachineT description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MacromolecularMachineToCellularComponentAssociation(MacromolecularMachineToEntityAssociationMixin, FunctionalAssociation): """ @@ -7339,7 +7169,7 @@ class MacromolecularMachineToCellularComponentAssociation(MacromolecularMachineT description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularActivityToChemicalEntityAssociation(Association): """ @@ -7381,7 +7211,7 @@ class MolecularActivityToChemicalEntityAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class MolecularActivityToMolecularActivityAssociation(Association): """ @@ -7423,10 +7253,9 @@ class MolecularActivityToMolecularActivityAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneToGoTermAssociation(FunctionalAssociation): - subject: str = Field(..., description="""gene, product or macromolecular complex that has the function associated with the GO term""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""class describing the activity, process or localization of the gene product""") @@ -7463,10 +7292,9 @@ class GeneToGoTermAssociation(FunctionalAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EntityToDiseaseAssociation(Association): - clinical_approval_status: Optional[ClinicalApprovalStatusEnum] = Field(None) max_research_phase: Optional[MaxResearchPhaseEnum] = Field(None) subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -7505,10 +7333,9 @@ class EntityToDiseaseAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class EntityToPhenotypicFeatureAssociation(Association): - clinical_approval_status: Optional[ClinicalApprovalStatusEnum] = Field(None) max_research_phase: Optional[MaxResearchPhaseEnum] = Field(None) subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -7547,7 +7374,7 @@ class EntityToPhenotypicFeatureAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SequenceAssociation(Association): """ @@ -7589,7 +7416,7 @@ class SequenceAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GenomicSequenceLocalization(SequenceAssociation): """ @@ -7636,7 +7463,7 @@ class GenomicSequenceLocalization(SequenceAssociation): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class SequenceFeatureRelationship(Association): """ @@ -7678,7 +7505,7 @@ class SequenceFeatureRelationship(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class TranscriptToGeneRelationship(SequenceFeatureRelationship): """ @@ -7720,7 +7547,7 @@ class TranscriptToGeneRelationship(SequenceFeatureRelationship): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class GeneToGeneProductRelationship(SequenceFeatureRelationship): """ @@ -7762,7 +7589,7 @@ class GeneToGeneProductRelationship(SequenceFeatureRelationship): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ExonToTranscriptRelationship(SequenceFeatureRelationship): """ @@ -7804,7 +7631,7 @@ class ExonToTranscriptRelationship(SequenceFeatureRelationship): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation(Association): """ @@ -7847,10 +7674,9 @@ class ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AnatomicalEntityToAnatomicalEntityAssociation(Association): - subject: str = Field(..., description="""connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") @@ -7887,7 +7713,7 @@ class AnatomicalEntityToAnatomicalEntityAssociation(Association): description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AnatomicalEntityToAnatomicalEntityPartOfAssociation(AnatomicalEntityToAnatomicalEntityAssociation): """ @@ -7929,7 +7755,7 @@ class AnatomicalEntityToAnatomicalEntityPartOfAssociation(AnatomicalEntityToAnat description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class AnatomicalEntityToAnatomicalEntityOntogenicAssociation(AnatomicalEntityToAnatomicalEntityAssociation): """ @@ -7971,7 +7797,7 @@ class AnatomicalEntityToAnatomicalEntityOntogenicAssociation(AnatomicalEntityToA description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismTaxonToEntityAssociation(ConfiguredBaseModel): """ @@ -7980,7 +7806,7 @@ class OrganismTaxonToEntityAssociation(ConfiguredBaseModel): subject: str = Field(..., description="""organism taxon that is the subject of the association""") predicate: str = Field(..., description="""A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.""") object: str = Field(..., description="""connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.""") - + class OrganismTaxonToOrganismTaxonAssociation(OrganismTaxonToEntityAssociation, Association): """ @@ -8022,7 +7848,7 @@ class OrganismTaxonToOrganismTaxonAssociation(OrganismTaxonToEntityAssociation, description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismTaxonToOrganismTaxonSpecialization(OrganismTaxonToOrganismTaxonAssociation): """ @@ -8064,7 +7890,7 @@ class OrganismTaxonToOrganismTaxonSpecialization(OrganismTaxonToOrganismTaxonAss description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismTaxonToOrganismTaxonInteraction(OrganismTaxonToOrganismTaxonAssociation): """ @@ -8107,10 +7933,9 @@ class OrganismTaxonToOrganismTaxonInteraction(OrganismTaxonToOrganismTaxonAssoci description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - + class OrganismTaxonToEnvironmentAssociation(OrganismTaxonToEntityAssociation, Association): - subject: str = Field(..., description="""the taxon that is the subject of the association""") predicate: str = Field(..., description="""predicate describing the relationship between the taxon and the environment""") object: str = Field(..., description="""the environment in which the organism occurs""") @@ -8147,7 +7972,6 @@ class OrganismTaxonToEnvironmentAssociation(OrganismTaxonToEntityAssociation, As description: Optional[str] = Field(None, description="""a human-readable description of an entity""") has_attribute: Optional[List[str]] = Field(None, description="""connects any entity to an attribute""") deprecated: Optional[bool] = Field(None, description="""A boolean flag indicating that an entity is no longer considered current or valid.""") - # Model rebuild diff --git a/src/biolink_model/scripts/classprefixes.py b/src/biolink_model/scripts/classprefixes.py index b8783c8c1..ee43b4f5b 100644 --- a/src/biolink_model/scripts/classprefixes.py +++ b/src/biolink_model/scripts/classprefixes.py @@ -1,5 +1,5 @@ # Auto generated from class_prefixes.yaml by pythongen.py version: 0.0.1 -# Generation date: 2024-04-12T14:23:28 +# Generation date: 2024-04-12T15:00:11 # Schema: BiolinkClassPrefixes # # id: biolink-model-class-prefixes @@ -11,6 +11,7 @@ from jsonasobj2 import JsonObj, as_dict from typing import Optional, List, Union, Dict, ClassVar, Any from dataclasses import dataclass +from datetime import date, datetime from linkml_runtime.linkml_model.meta import EnumDefinition, PermissibleValue, PvFormulaOptions from linkml_runtime.utils.slot import Slot diff --git a/src/docs/categories.json b/src/docs/categories.json index 45fc30808..298de64d1 100644 --- a/src/docs/categories.json +++ b/src/docs/categories.json @@ -75,7 +75,13 @@ "children": [ { "name": "clinical_course", - "parent": "clinical_attribute" + "parent": "clinical_attribute", + "children": [ + { + "name": "onset", + "parent": "clinical_course" + } + ] }, { "name": "clinical_measurement", diff --git a/src/docs/qualifiers.json b/src/docs/qualifiers.json index a6427ee79..cd6f1e9e5 100644 --- a/src/docs/qualifiers.json +++ b/src/docs/qualifiers.json @@ -76,6 +76,10 @@ "name": "frequency_qualifier", "parent": "qualifier" }, + { + "name": "onset_qualifier", + "parent": "qualifier" + }, { "name": "part_qualifier", "parent": "qualifier",