Class: SubReport
An abstract report section for a knowledge graph
URI: monarch_kg_qc_schema:SubReport
classDiagram
class SubReport
SubReport <|-- EdgeReport
SubReport <|-- NodeReport
SubReport : categories
SubReport : description
SubReport : name
SubReport : namespaces
SubReport : total_number
Inheritance
- SubReport
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
categories | 0..* String |
The categories of the node or edge objects | direct |
description | 0..1 String |
A human-readable description for a thing | direct |
name | 0..1 String |
A human-readable name for a thing | direct |
namespaces | 0..* String |
The namespaces of the node or edge objects | direct |
total_number | 0..1 Integer |
Total number of edge or node objects | direct |
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:SubReport |
native | monarch_kg_qc_schema:SubReport |
LinkML Source
Direct
name: SubReport
description: An abstract report section for a knowledge graph
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
slots:
- categories
- description
- name
- namespaces
- total_number
Induced
name: SubReport
description: An abstract report section for a knowledge graph
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
attributes:
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: SubReport
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: SubReport
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: SubReport
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: SubReport
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: SubReport
domain_of:
- SubReport
- PredicateReport
range: integer