Class: Registry

A registry of knowledge graphs and their components.

URI: kgr:Registry

 classDiagram
    class Registry
    click Registry href "Registry/.html"
      Registry : resources





        Registry --> "*" Resource : resources
        click Resource href "Resource/.html"




Slots

Name Cardinality and Range Description Inheritance
resources *
Resource
A list of entries in the registry direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema

Mappings

Mapping Type Mapped Value
self kgr:Registry
native kgr:Registry

LinkML Source

Direct

```yaml name: Registry description: A registry of knowledge graphs and their components. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema slots: - resources ```

Induced

```yaml name: Registry description: A registry of knowledge graphs and their components. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema attributes: resources: name: resources description: A list of entries in the registry. from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema rank: 1000 alias: resources owner: Registry domain_of: - Registry range: Resource multivalued: true inlined: true inlined_as_list: true ```