Skip to content

Class: NodeTypeReport

A sub report summarizing the types of a collection of nodes

URI: monarch_kg_qc_schema:NodeTypeReport

classDiagram class NodeTypeReport NodeReport <|-- NodeTypeReport NodeTypeReport : categories NodeTypeReport : description NodeTypeReport : missing NodeTypeReport : name NodeTypeReport : namespaces NodeTypeReport : taxon NodeTypeReport : total_number

Inheritance

Slots

Name Cardinality and Range Description Inheritance
missing 0..1
Integer
Number of missing of type in collection direct
taxon 0..*
String
The taxons of the nodes in the collection NodeReport
categories 0..*
String
The categories of the node or edge objects SubReport
description 0..1
String
A human-readable description for a thing SubReport
name 0..1
String
A human-readable name for a thing SubReport
namespaces 0..*
String
The namespaces of the node or edge objects SubReport
total_number 0..1
Integer
Total number of edge or node objects SubReport

Usages

used by used in type used
EdgeReport node_types range NodeTypeReport

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema

Mappings

Mapping Type Mapped Value
self monarch_kg_qc_schema:NodeTypeReport
native monarch_kg_qc_schema:NodeTypeReport

LinkML Source

Direct

name: NodeTypeReport
description: A sub report summarizing the types of a collection of nodes
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
is_a: NodeReport
slots:
- missing

Induced

name: NodeTypeReport
description: A sub report summarizing the types of a collection of nodes
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
is_a: NodeReport
attributes:
  missing:
    name: missing
    description: Number of missing of type in collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    alias: missing
    owner: NodeTypeReport
    domain_of:
    - EdgeReport
    - NodeTypeReport
    range: integer
  taxon:
    name: taxon
    description: The taxons of the nodes in the collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:taxon
    multivalued: true
    alias: taxon
    owner: NodeTypeReport
    domain_of:
    - NodeReport
    range: string
  categories:
    name: categories
    description: The categories of the node or edge objects
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:categories
    multivalued: true
    alias: categories
    owner: NodeTypeReport
    domain_of:
    - SubReport
    range: string
    pattern: ^\S+:\S+
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: NodeTypeReport
    domain_of:
    - SubReport
    range: string
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NodeTypeReport
    domain_of:
    - SubReport
    range: string
  namespaces:
    name: namespaces
    description: The namespaces of the node or edge objects
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:namespaces
    multivalued: true
    alias: namespaces
    owner: NodeTypeReport
    domain_of:
    - SubReport
    range: string
  total_number:
    name: total_number
    description: Total number of edge or node objects
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    alias: total_number
    owner: NodeTypeReport
    domain_of:
    - SubReport
    - PredicateReport
    range: integer