Skip to content

Class: SchemaRegistry

A registry containing metadata about LinkML schemas

URI: linkml_registry:SchemaRegistry

classDiagram class SchemaRegistry click SchemaRegistry href "../SchemaRegistry" SchemaRegistry : description SchemaRegistry : domain SchemaRegistry : entries SchemaRegistry --> "*" SchemaMetadata : entries click SchemaMetadata href "../SchemaMetadata" SchemaRegistry : homepage SchemaRegistry : license SchemaRegistry : name SchemaRegistry : title SchemaRegistry : topics

Slots

Name Cardinality and Range Description Inheritance
name 1
String
direct
homepage 0..1 recommended
HttpsIdentifier
direct
entries *
SchemaMetadata
direct
license 0..1 recommended
String
direct
title 0..1 recommended
String
the official title of the schema direct
description 0..1 recommended
String
direct
domain *
String
direct
topics *
String
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml_registry

Mappings

Mapping Type Mapped Value
self linkml_registry:SchemaRegistry
native linkml_registry:SchemaRegistry

LinkML Source

Direct

name: schema registry
description: A registry containing metadata about LinkML schemas
from_schema: https://w3id.org/linkml_registry
slots:
- name
- homepage
- entries
- license
- title
- description
- domain
- topics

Induced

name: schema registry
description: A registry containing metadata about LinkML schemas
from_schema: https://w3id.org/linkml_registry
attributes:
  name:
    name: name
    examples:
    - value: HOT-TermCI
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: rdfs:label
    identifier: true
    alias: name
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    range: string
  homepage:
    name: homepage
    examples:
    - value: https://github.com/HOT-Ecosystem/TermCI-model
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: foaf:homepage
    alias: homepage
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    range: https identifier
    recommended: true
  entries:
    name: entries
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: dcterms:hasPart
    alias: entries
    owner: schema registry
    domain_of:
    - schema registry
    range: schema metadata
    multivalued: true
    inlined: true
  license:
    name: license
    examples:
    - value: CC-0
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: dcterms:license
    alias: license
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    recommended: true
  title:
    name: title
    description: the official title of the schema
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    recommended: true
  description:
    name: description
    examples:
    - value: Genome Feature Format LinkML rendering
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: skos:definition
    alias: description
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    range: string
    recommended: true
  domain:
    name: domain
    examples:
    - value: clinical
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: dcterms:subject
    alias: domain
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    range: string
    multivalued: true
  topics:
    name: topics
    examples:
    - value: clinical
    from_schema: https://w3id.org/linkml_registry
    rank: 1000
    slot_uri: dcterms:subject
    alias: topics
    owner: schema registry
    domain_of:
    - schema registry
    - schema metadata
    multivalued: true