Class: SchemaMetadata
Metadata about a LinkML schema including evaluation metrics
URI: linkml_registry:SchemaMetadata
classDiagram
class SchemaMetadata
click SchemaMetadata href "../SchemaMetadata"
Evaluation <|-- SchemaMetadata
click Evaluation href "../Evaluation"
SchemaMetadata : class_count
SchemaMetadata : description
SchemaMetadata : domain
SchemaMetadata : enum_count
SchemaMetadata : errors
SchemaMetadata : github_repo
SchemaMetadata : github_stars
SchemaMetadata : homepage
SchemaMetadata : license
SchemaMetadata : name
SchemaMetadata : proportion_elements_mapped
SchemaMetadata : proportion_elements_with_a_description
SchemaMetadata : schema_relative_path
SchemaMetadata : schema_url
SchemaMetadata : score
SchemaMetadata : slot_count
SchemaMetadata : title
SchemaMetadata : topics
SchemaMetadata : type_count
Inheritance
- SchemaMetadata [ Evaluation]
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String |
direct | |
title | 0..1 recommended String |
the official title of the schema | direct |
description | 0..1 recommended String |
direct | |
homepage | 0..1 recommended HttpsIdentifier |
direct | |
schema_url | 0..1 HttpsIdentifier |
direct | |
github_repo | 0..1 recommended String |
direct | |
schema_relative_path | 0..1 String |
Relative path to the schema file within the repository | direct |
license | 0..1 recommended String |
direct | |
domain | * String |
direct | |
topics | * String |
direct | |
score | 0..1 String |
Overall evaluation score for the schema | Evaluation |
class_count | 0..1 String |
Number of classes in the schema | Evaluation |
slot_count | 0..1 String |
Number of slots in the schema | Evaluation |
enum_count | 0..1 String |
Number of enums in the schema | Evaluation |
type_count | 0..1 String |
Number of types in the schema | Evaluation |
github_stars | 0..1 String |
Number of GitHub stars for the repository | Evaluation |
proportion_elements_with_a_description | 0..1 String |
Proportion of schema elements that have descriptions | Evaluation |
proportion_elements_mapped | 0..1 String |
Proportion of schema elements that are mapped to external vocabularies | Evaluation |
errors | * String |
List of validation errors found in the schema | Evaluation |
Usages
used by | used in | type | used |
---|---|---|---|
SchemaRegistry | entries | range | SchemaMetadata |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml_registry
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_registry:SchemaMetadata |
native | linkml_registry:SchemaMetadata |
LinkML Source
Direct
name: schema metadata
description: Metadata about a LinkML schema including evaluation metrics
from_schema: https://w3id.org/linkml_registry
mixins:
- evaluation
slots:
- name
- title
- description
- homepage
- schema url
- github repo
- schema relative path
- license
- domain
- topics
Induced
name: schema metadata
description: Metadata about a LinkML schema including evaluation metrics
from_schema: https://w3id.org/linkml_registry
mixins:
- evaluation
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 metadata
domain_of:
- schema registry
- schema metadata
range: string
required: 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 metadata
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 metadata
domain_of:
- schema registry
- schema metadata
range: string
recommended: true
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 metadata
domain_of:
- schema registry
- schema metadata
range: https identifier
recommended: true
schema url:
name: schema url
examples:
- value: https://w3id.org/biolink/
from_schema: https://w3id.org/linkml_registry
rank: 1000
slot_uri: dcterms:source
alias: schema_url
owner: schema metadata
domain_of:
- schema metadata
range: https identifier
github repo:
name: github repo
examples:
- value: linkml/linkml-registry
from_schema: https://w3id.org/linkml_registry
rank: 1000
alias: github_repo
owner: schema metadata
domain_of:
- schema metadata
recommended: true
schema relative path:
name: schema relative path
description: Relative path to the schema file within the repository
from_schema: https://w3id.org/linkml_registry
rank: 1000
alias: schema_relative_path
owner: schema metadata
domain_of:
- schema metadata
license:
name: license
examples:
- value: CC-0
from_schema: https://w3id.org/linkml_registry
rank: 1000
slot_uri: dcterms:license
alias: license
owner: schema metadata
domain_of:
- schema registry
- schema metadata
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 metadata
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 metadata
domain_of:
- schema registry
- schema metadata
multivalued: true
score:
name: score
description: Overall evaluation score for the schema
from_schema: https://w3id.org/linkml_registry
alias: score
owner: schema metadata
domain_of:
- evaluation
range: string
class_count:
name: class_count
description: Number of classes in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: class_count
owner: schema metadata
domain_of:
- evaluation
range: string
slot_count:
name: slot_count
description: Number of slots in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: slot_count
owner: schema metadata
domain_of:
- evaluation
range: string
enum_count:
name: enum_count
description: Number of enums in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: enum_count
owner: schema metadata
domain_of:
- evaluation
range: string
type_count:
name: type_count
description: Number of types in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: count statistic
alias: type_count
owner: schema metadata
domain_of:
- evaluation
range: string
github stars:
name: github stars
description: Number of GitHub stars for the repository
from_schema: https://w3id.org/linkml_registry
is_a: count statistic
alias: github_stars
owner: schema metadata
domain_of:
- evaluation
range: string
proportion elements with a description:
name: proportion elements with a description
description: Proportion of schema elements that have descriptions
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
alias: proportion_elements_with_a_description
owner: schema metadata
domain_of:
- evaluation
range: string
proportion elements mapped:
name: proportion elements mapped
description: Proportion of schema elements that are mapped to external vocabularies
from_schema: https://w3id.org/linkml_registry
rank: 1000
is_a: proportion statistic
alias: proportion_elements_mapped
owner: schema metadata
domain_of:
- evaluation
range: string
errors:
name: errors
description: List of validation errors found in the schema
from_schema: https://w3id.org/linkml_registry
rank: 1000
alias: errors
owner: schema metadata
domain_of:
- evaluation
range: string
multivalued: true