Class: EdgeReport
A sub report summarizing a collection of edges
URI: monarch_kg_qc_schema:EdgeReport
classDiagram
class EdgeReport
SubReport <|-- EdgeReport
EdgeReport : categories
EdgeReport : description
EdgeReport : missing
EdgeReport : name
EdgeReport : namespaces
EdgeReport : node_types
EdgeReport --|> NodeTypeReport : node_types
EdgeReport : predicates
EdgeReport --|> PredicateReport : predicates
EdgeReport : total_number
Inheritance
- SubReport
- EdgeReport
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
missing | 0..1 Integer |
Number of missing of type in collection | direct |
node_types | 0..* NodeTypeReport |
NodeType reports for the edges collection | direct |
predicates | 0..* PredicateReport |
Predicate reports for the edges 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 | dangling_edges | range | EdgeReport |
Report | edges | range | EdgeReport |
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:EdgeReport |
native | monarch_kg_qc_schema:EdgeReport |
LinkML Source
Direct
name: EdgeReport
description: A sub report summarizing a collection of edges
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
is_a: SubReport
slots:
- missing
- node_types
- predicates
Induced
name: EdgeReport
description: A sub report summarizing a collection of edges
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
is_a: SubReport
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: EdgeReport
domain_of:
- EdgeReport
- NodeTypeReport
range: integer
node_types:
name: node_types
description: NodeType reports for the edges collection
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
rank: 1000
slot_uri: schema:node_types
multivalued: true
alias: node_types
owner: EdgeReport
domain_of:
- EdgeReport
range: NodeTypeReport
predicates:
name: predicates
description: Predicate reports for the edges collection
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
rank: 1000
slot_uri: schema:predicates
multivalued: true
alias: predicates
owner: EdgeReport
domain_of:
- EdgeReport
range: PredicateReport
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: EdgeReport
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: EdgeReport
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: EdgeReport
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: EdgeReport
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: EdgeReport
domain_of:
- SubReport
- PredicateReport
range: integer