Skip to content

Class: PredicateReport

A sub report summarizing the predicates of a collection

URI: monarch_kg_qc_schema:PredicateReport

classDiagram class PredicateReport PredicateReport : missing_object_namespaces PredicateReport : missing_objects PredicateReport : missing_subject_namespaces PredicateReport : missing_subjects PredicateReport : total_number PredicateReport : uri

Slots

Name Cardinality and Range Description Inheritance
missing_object_namespaces 0..*
String
Namespaces of missing objects from predicate edges collection direct
missing_objects 0..1
Integer
Number of missing objects in edges of predicate collection direct
missing_subject_namespaces 0..*
String
Namespaces of mission subjects from predicate edges collection direct
missing_subjects 0..1
Integer
Number of mission subjects in edges of predicate collection direct
total_number 0..1
Integer
Total number of edge or node objects direct
uri 0..1
String
Predicate URI for the group of edges direct

Usages

used by used in type used
EdgeReport predicates range PredicateReport

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

LinkML Source

Direct

name: PredicateReport
description: A sub report summarizing the predicates of a collection
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
slots:
- missing_object_namespaces
- missing_objects
- missing_subject_namespaces
- missing_subjects
- total_number
- uri

Induced

name: PredicateReport
description: A sub report summarizing the predicates of a collection
from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
attributes:
  missing_object_namespaces:
    name: missing_object_namespaces
    description: Namespaces of missing objects from predicate edges collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:missing_object_namespaces
    multivalued: true
    alias: missing_object_namespaces
    owner: PredicateReport
    domain_of:
    - PredicateReport
    range: string
  missing_objects:
    name: missing_objects
    description: Number of missing objects in edges of predicate collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    alias: missing_objects
    owner: PredicateReport
    domain_of:
    - PredicateReport
    range: integer
  missing_subject_namespaces:
    name: missing_subject_namespaces
    description: Namespaces of mission subjects from predicate edges collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:missing_subject_namespaces
    multivalued: true
    alias: missing_subject_namespaces
    owner: PredicateReport
    domain_of:
    - PredicateReport
    range: string
  missing_subjects:
    name: missing_subjects
    description: Number of mission subjects in edges of predicate collection
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    alias: missing_subjects
    owner: PredicateReport
    domain_of:
    - PredicateReport
    range: integer
  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: PredicateReport
    domain_of:
    - SubReport
    - PredicateReport
    range: integer
  uri:
    name: uri
    description: Predicate URI for the group of edges
    from_schema: https://w3id.org/monarch-initiative/monarch-kg-qc-schema
    rank: 1000
    slot_uri: schema:uri
    alias: uri
    owner: PredicateReport
    domain_of:
    - PredicateReport
    range: string