From 041d27f64dea0756dc25fcc8077af1561fbb72ce Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Sep 2021 02:34:11 +0000 Subject: [PATCH] Updating generated outputs --- docs/AltDescription/index.html | 2 +- docs/Annotatable/index.html | 2 +- docs/Annotation/index.html | 4 +- docs/ClassDefinition/index.html | 10 +- docs/CommonMetadata/index.html | 2 +- docs/Definition/index.html | 10 +- docs/Element/index.html | 12 +- docs/EnumDefinition/index.html | 10 +- docs/Example/index.html | 2 +- docs/Extensible/index.html | 2 +- docs/Extension/index.html | 2 +- docs/LocalName/index.html | 2 +- docs/Owl/index.html | 2 +- docs/PermissibleValue/index.html | 4 +- docs/Prefix/index.html | 2 +- docs/SchemaDefinition/index.html | 16 +- docs/SlotDefinition/index.html | 10 +- docs/SubsetDefinition/index.html | 10 +- docs/TypeDefinition/index.html | 10 +- docs/UniqueKey/index.html | 4 +- docs/index.html | 4 +- docs/search/search_index.json | 2 +- docs/sitemap.xml | 328 ++++++------ docs/sitemap.xml.gz | Bin 284 -> 284 bytes docs/title/index.html | 11 +- linkml_model/annotations.py | 2 +- linkml_model/extensions.py | 2 +- linkml_model/graphql/meta.graphql | 9 +- linkml_model/json/annotations.json | 4 +- linkml_model/json/extensions.json | 4 +- linkml_model/json/mappings.json | 4 +- linkml_model/json/meta.json | 55 +- linkml_model/json/types.json | 4 +- linkml_model/json/validation.json | 450 ++++++++++++++++ .../jsonld/annotations.context.jsonld | 2 +- .../jsonld/annotations.model.context.jsonld | 2 +- linkml_model/jsonld/extensions.context.jsonld | 2 +- .../jsonld/extensions.model.context.jsonld | 2 +- linkml_model/jsonld/mappings.context.jsonld | 2 +- .../jsonld/mappings.model.context.jsonld | 2 +- linkml_model/jsonld/meta.context.jsonld | 2 +- linkml_model/jsonld/meta.model.context.jsonld | 2 +- linkml_model/jsonld/types.context.jsonld | 2 +- .../jsonld/types.model.context.jsonld | 2 +- linkml_model/jsonld/validation.context.jsonld | 60 +++ .../jsonld/validation.model.context.jsonld | 60 +++ linkml_model/jsonschema/meta.schema.json | 22 +- .../jsonschema/validation.schema.json | 85 +++ linkml_model/mappings.py | 2 +- linkml_model/meta.py | 10 +- linkml_model/owl/meta.owl.ttl | 486 +++++++++--------- linkml_model/rdf/annotations.model.ttl | 236 ++++----- linkml_model/rdf/annotations.ttl | 184 +++---- linkml_model/rdf/extensions.model.ttl | 140 ++--- linkml_model/rdf/extensions.ttl | 158 +++--- linkml_model/rdf/mappings.model.ttl | 174 +++---- linkml_model/rdf/mappings.ttl | 192 +++---- linkml_model/rdf/meta.model.ttl | 51 +- linkml_model/rdf/meta.ttl | 51 +- linkml_model/rdf/types.model.ttl | 102 ++-- linkml_model/rdf/types.ttl | 140 ++--- linkml_model/rdf/validation.model.ttl | 300 +++++++++++ linkml_model/rdf/validation.ttl | 300 +++++++++++ linkml_model/shex/meta.shex | 2 +- linkml_model/shex/meta.shexj | 14 +- linkml_model/shex/validation.shex | 59 +++ linkml_model/shex/validation.shexj | 201 ++++++++ linkml_model/sqlddl/meta.sql | 19 +- linkml_model/types.py | 2 +- linkml_model/validation.py | 160 ++++++ 70 files changed, 3002 insertions(+), 1225 deletions(-) create mode 100644 linkml_model/json/validation.json create mode 100644 linkml_model/jsonld/validation.context.jsonld create mode 100644 linkml_model/jsonld/validation.model.context.jsonld create mode 100644 linkml_model/jsonschema/validation.schema.json create mode 100644 linkml_model/rdf/validation.model.ttl create mode 100644 linkml_model/rdf/validation.ttl create mode 100644 linkml_model/shex/validation.shex create mode 100644 linkml_model/shex/validation.shexj create mode 100644 linkml_model/validation.py diff --git a/docs/AltDescription/index.html b/docs/AltDescription/index.html index 66a114e6..40bfb4c9 100644 --- a/docs/AltDescription/index.html +++ b/docs/AltDescription/index.html @@ -95,7 +95,7 @@

Class: alt_description

an attributed description

URI: linkml:AltDescription

img

-

Referenced by class

+

Referenced by Class

diff --git a/docs/Annotatable/index.html b/docs/Annotatable/index.html index 7bd80465..4a1f613b 100644 --- a/docs/Annotatable/index.html +++ b/docs/Annotatable/index.html @@ -102,7 +102,7 @@

Mixin for

  • PermissibleValue (mixin) - a permissible value, accompanied by intended text and an optional mapping to a concept URI
  • UniqueKey (mixin) - a collection of slots whose values uniquely identify an instance of a class
  • -

    Referenced by class

    +

    Referenced by Class

    Attributes

    Own