Skip to content

Class: AssociationTableResults

URI: https://w3id.org/monarch/monarch-py/:AssociationTableResults

 classDiagram
    class AssociationTableResults
      Results <|-- AssociationTableResults

      AssociationTableResults : items

          AssociationTableResults --|> DirectionalAssociation : items

      AssociationTableResults : limit

      AssociationTableResults : offset

      AssociationTableResults : total

Inheritance

Slots

Name Cardinality and Range Description Inheritance
items 1..*
DirectionalAssociation
A collection of items, with the type to be overriden by slot_usage direct
limit 1..1
Integer
number of items to return in a response Results
offset 1..1
Integer
offset into the total number of items Results
total 1..1
Integer
total number of items matching a query Results

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://w3id.org/monarch/monarch-py/:AssociationTableResults
native https://w3id.org/monarch/monarch-py/:AssociationTableResults

LinkML Source

Direct

name: AssociationTableResults
from_schema: https://w3id.org/monarch/monarch-py
is_a: Results
slots:
- items
slot_usage:
  items:
    name: items
    domain_of:
    - AssociationCountList
    - AssociationResults
    - AssociationTableResults
    - EntityResults
    - HistoPheno
    - SearchResults
    range: DirectionalAssociation

Induced

name: AssociationTableResults
from_schema: https://w3id.org/monarch/monarch-py
is_a: Results
slot_usage:
  items:
    name: items
    domain_of:
    - AssociationCountList
    - AssociationResults
    - AssociationTableResults
    - EntityResults
    - HistoPheno
    - SearchResults
    range: DirectionalAssociation
attributes:
  items:
    name: items
    description: A collection of items, with the type to be overriden by slot_usage
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    multivalued: true
    alias: items
    owner: AssociationTableResults
    domain_of:
    - AssociationCountList
    - AssociationResults
    - AssociationTableResults
    - EntityResults
    - HistoPheno
    - SearchResults
    range: DirectionalAssociation
    required: true
    inlined: true
    inlined_as_list: true
  limit:
    name: limit
    description: number of items to return in a response
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: limit
    owner: AssociationTableResults
    domain_of:
    - Results
    range: integer
    required: true
  offset:
    name: offset
    description: offset into the total number of items
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: offset
    owner: AssociationTableResults
    domain_of:
    - Results
    range: integer
    required: true
  total:
    name: total
    description: total number of items matching a query
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: total
    owner: AssociationTableResults
    domain_of:
    - Results
    range: integer
    required: true