Skip to content

Class: SearchResult

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

 classDiagram
    class SearchResult
    click SearchResult href "../SearchResult/"
      Entity <|-- SearchResult
        click Entity href "../Entity/"

      SearchResult : broad_synonym

      SearchResult : category

      SearchResult : deprecated

      SearchResult : description

      SearchResult : exact_synonym

      SearchResult : file_source

      SearchResult : full_name

      SearchResult : has_attribute

      SearchResult : has_biological_sex

      SearchResult : has_descendant

      SearchResult : has_descendant_count

      SearchResult : has_descendant_label

      SearchResult : has_gene

      SearchResult : has_phenotype

      SearchResult : has_phenotype_closure

      SearchResult : has_phenotype_closure_label

      SearchResult : has_phenotype_count

      SearchResult : has_phenotype_label

      SearchResult : id

      SearchResult : in_taxon

      SearchResult : in_taxon_label

      SearchResult : iri

      SearchResult : name

      SearchResult : namespace

      SearchResult : narrow_synonym

      SearchResult : provided_by

      SearchResult : related_synonym

      SearchResult : same_as

      SearchResult : score

      SearchResult : subsets

      SearchResult : symbol

      SearchResult : synonym

      SearchResult : synonyms

      SearchResult : type

      SearchResult : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
score 0..1
Float
direct
id 1
String
Entity
category 1
String
Entity
name 1
String
Entity
description 0..1
String
Entity
xref *
String
Entity
synonym *
String
Entity
exact_synonym *
String
An exact synonym for the entity Entity
broad_synonym *
String
A broader synonym for the entity Entity
narrow_synonym *
String
A narrower synonym for the entity Entity
related_synonym *
String
A related synonym for the entity Entity
deprecated 0..1
Boolean
A boolean flag indicating that an entity is no longer considered current or v... Entity
in_taxon 0..1
String
The biolink taxon that the entity is in the closure of Entity
in_taxon_label 0..1
String
The label of the biolink taxon that the entity is in the closure of Entity
iri 0..1
String
Entity
same_as *
String
Entity
subsets *
String
A list of subsets that the entity belongs to Entity
file_source 0..1
String
Source file stem injected by koza at load time Entity
provided_by 0..1
String
Entity
full_name 0..1
String
The long form name of an entity Entity
symbol 0..1
String
Entity
type 0..1
String
The type of the entity (e Entity
has_attribute *
Uriorcurie
Entity
has_biological_sex 0..1
String
The biological sex of an individual entity Entity
synonyms 0..1
String
Entity
has_gene *
Uriorcurie
Entity
namespace 0..1
String
The namespace/prefix portion of this entity's identifier Entity
has_phenotype *
String
A list of phenotype identifiers that are known to be associated with this ent... Entity
has_phenotype_label *
String
A list of phenotype labels that are known to be associated with this entity Entity
has_phenotype_count 0..1
Integer
A count of the number of phenotypes that are known to be associated with this... Entity
has_phenotype_closure *
String
A list of phenotype identifiers that are known to be associated with this ent... Entity
has_phenotype_closure_label *
String
A list of phenotype labels that are known to be associated with this entity e... Entity
has_descendant *
String
A list of entity identifiers that are known to be descendants of this entity Entity
has_descendant_label *
String
A list of entity labels that are known to be descendants of this entity Entity
has_descendant_count 0..1
Integer
A count of the number of entities that are known to be descendants of this en... Entity

Usages

used by used in type used
SearchResults items range SearchResult

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: SearchResult
from_schema: https://w3id.org/monarch/monarch-py
is_a: Entity
slots:
- score
slot_usage:
  category:
    name: category
    required: true
  name:
    name: name
    required: true

Induced

name: SearchResult
from_schema: https://w3id.org/monarch/monarch-py
is_a: Entity
slot_usage:
  category:
    name: category
    required: true
  name:
    name: name
    required: true
attributes:
  score:
    name: score
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: score
    owner: SearchResult
    domain_of:
    - SearchResult
    - BestMatch
    - SemsimSearchResult
    range: float
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    identifier: true
    alias: id
    owner: SearchResult
    domain_of:
    - ExpandedCurie
    - HistoPheno
    - HistoBin
    - Mapping
    - MultiEntityAssociationResults
    - CaseEntity
    - CasePhenotype
    - HistoPhenoBin
    - CasePhenotypeCellData
    - GridColumnEntity
    - GridRowEntity
    - GridBin
    - Qualifier
    - GridCellData
    - TermInfo
    - Entity
    - Association
    range: string
    required: true
  category:
    name: category
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: category
    owner: SearchResult
    domain_of:
    - AssociationCount
    - CompactAssociation
    - AssociationTypeMapping
    - GridColumnEntity
    - GridRowEntity
    - Entity
    - Association
    range: string
    required: true
    multivalued: false
  name:
    name: name
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: name
    owner: SearchResult
    domain_of:
    - MultiEntityAssociationResults
    - Entity
    range: string
    required: true
  description:
    name: description
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: description
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  xref:
    name: xref
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: xref
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  synonym:
    name: synonym
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: synonym
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  exact_synonym:
    name: exact_synonym
    description: An exact synonym for the entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: exact_synonym
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  broad_synonym:
    name: broad_synonym
    description: A broader synonym for the entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: broad_synonym
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  narrow_synonym:
    name: narrow_synonym
    description: A narrower synonym for the entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: narrow_synonym
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  related_synonym:
    name: related_synonym
    description: A related synonym for the entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: related_synonym
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  deprecated:
    name: deprecated
    description: A boolean flag indicating that an entity is no longer considered
      current or valid.
    from_schema: https://w3id.org/monarch/monarch-py
    exact_mappings:
    - oboInOwl:ObsoleteClass
    rank: 1000
    alias: deprecated
    owner: SearchResult
    domain_of:
    - Entity
    range: boolean
  in_taxon:
    name: in_taxon
    description: The biolink taxon that the entity is in the closure of.
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: in_taxon
    owner: SearchResult
    domain_of:
    - Node
    - Entity
    range: string
  in_taxon_label:
    name: in_taxon_label
    description: The label of the biolink taxon that the entity is in the closure
      of.
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: in_taxon_label
    owner: SearchResult
    domain_of:
    - Node
    - Entity
    range: string
  iri:
    name: iri
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: iri
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  same_as:
    name: same_as
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: same_as
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  subsets:
    name: subsets
    description: A list of subsets that the entity belongs to
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: subsets
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
  file_source:
    name: file_source
    description: Source file stem injected by koza at load time.
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: file_source
    owner: SearchResult
    domain_of:
    - Entity
    - Association
    range: string
    multivalued: false
  provided_by:
    name: provided_by
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: provided_by
    owner: SearchResult
    domain_of:
    - Entity
    - Association
    range: string
  full_name:
    name: full_name
    description: The long form name of an entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: full_name
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  symbol:
    name: symbol
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: symbol
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  type:
    name: type
    description: The type of the entity (e.g. sequence onotology type for genes etc)
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: type
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  has_attribute:
    name: has_attribute
    from_schema: https://w3id.org/monarch/monarch-py
    exact_mappings:
    - biolink:has_attribute
    rank: 1000
    slot_uri: biolink:has_attribute
    alias: has_attribute
    owner: SearchResult
    domain_of:
    - Entity
    - Association
    range: uriorcurie
    multivalued: true
  has_biological_sex:
    name: has_biological_sex
    description: The biological sex of an individual entity.
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_biological_sex
    owner: SearchResult
    domain_of:
    - Node
    - Entity
    range: string
  synonyms:
    name: synonyms
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: synonyms
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  has_gene:
    name: has_gene
    from_schema: https://w3id.org/monarch/monarch-py
    exact_mappings:
    - biolink:has_gene
    rank: 1000
    slot_uri: biolink:has_gene
    alias: has_gene
    owner: SearchResult
    domain_of:
    - Entity
    range: uriorcurie
    multivalued: true
  namespace:
    name: namespace
    description: The namespace/prefix portion of this entity's identifier
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: namespace
    owner: SearchResult
    domain_of:
    - Entity
    range: string
  has_phenotype:
    name: has_phenotype
    description: A list of phenotype identifiers that are known to be associated with
      this entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_phenotype
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_phenotype_label:
    name: has_phenotype_label
    description: A list of phenotype labels that are known to be associated with this
      entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_phenotype_label
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_phenotype_count:
    name: has_phenotype_count
    description: A count of the number of phenotypes that are known to be associated
      with this entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_phenotype_count
    owner: SearchResult
    domain_of:
    - Entity
    range: integer
  has_phenotype_closure:
    name: has_phenotype_closure
    description: A list of phenotype identifiers that are known to be associated with
      this entity expanded to include all ancestors
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_phenotype_closure
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_phenotype_closure_label:
    name: has_phenotype_closure_label
    description: A list of phenotype labels that are known to be associated with this
      entity expanded to include all ancestors
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_phenotype_closure_label
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_descendant:
    name: has_descendant
    description: A list of entity identifiers that are known to be descendants of
      this entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_descendant
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_descendant_label:
    name: has_descendant_label
    description: A list of entity labels that are known to be descendants of this
      entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_descendant_label
    owner: SearchResult
    domain_of:
    - Entity
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
  has_descendant_count:
    name: has_descendant_count
    description: A count of the number of entities that are known to be descendants
      of this entity
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: has_descendant_count
    owner: SearchResult
    domain_of:
    - Entity
    range: integer