Skip to content

Class: NodeReport

A sub report summarizing a collection of nodes

URI: monarch_kg_qc_schema:NodeReport

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
taxon 0..*
String
The taxons of the nodes in the collection direct
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
Report nodes range NodeReport
Report missing_nodes range NodeReport

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:NodeReport
native monarch_kg_qc_schema:NodeReport

LinkML Source

Direct

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

Induced

name: NodeReport
description: A sub report summarizing a collection of nodes
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
is_a: SubReport
attributes:
  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: NodeReport
    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: NodeReport
    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: NodeReport
    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: NodeReport
    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: NodeReport
    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: NodeReport
    domain_of:
    - SubReport
    - PredicateReport
    range: integer