Skip to content

Class: EvidenceType

Description: Class of evidence that supports an association

Aliases: evidence code

classDiagram class EvidenceType OntologyClass <|-- EvidenceType NamedThing <|-- EvidenceType EvidenceType : category EvidenceType : deprecated EvidenceType : description EvidenceType : equivalent_identifiers EvidenceType : full_name EvidenceType : has_attribute EvidenceType --|> Attribute : has_attribute EvidenceType : id EvidenceType : information_content EvidenceType : iri EvidenceType : name EvidenceType : provided_by EvidenceType : synonym EvidenceType : taxon EvidenceType : type EvidenceType : xref

Inheritance

Slots

Name Cardinality and Range Inheritance Examples
id:
A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI
1
String
OntologyClass, Entity
provided_by:
The value in this node property represents the knowledge provider that created or assembled the node and all of its attributes. Used internally to represent how a particular node made its way into a knowledge provider or graph.
*
String
NamedThing
xref:
A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.
*
Uriorcurie
NamedThing
full_name:
a long-form human readable name for a thing
0..1
LabelType
NamedThing
synonym:
Alternate human-readable names for a thing
*
LabelType
NamedThing
equivalent_identifiers:
A set of identifiers that are considered equivalent to the primary identifier of the entity. This attribute is used to represent a collection of identifiers that are considered equivalent to the primary identifier of an entity. These equivalent identifiers may come from different databases, ontologies, or naming conventions, but they all refer to the same underlying concept or entity. This attribute is particularly useful in data integration and interoperability scenarios, where it is important to recognize and link different representations of the same entity across various sources.
*
Uriorcurie
NamedThing
information_content:
Information content (IC) value for a term, primarily from Automats.
0..1
Float
NamedThing
taxon:
A property that indicates the taxonomic classification of an entity. Values for this slot should be from the NCBITaxon ontology.
0..1
Uriorcurie
NamedThing
iri:
An IRI for an entity. This is determined by the id using expansion rules.
0..1
IriType
Entity
category:
Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class. In a neo4j database this MAY correspond to the neo4j label tag. In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values biolink:Protein, biolink:GeneProduct, biolink:MolecularEntity. In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence feature f may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}
1..*
Uriorcurie
Entity
type:
An rdf:type property asserting that an entity is an instance of a particular class. In Biolink the value is typically used to indicate the most specific category of which the entity is an instance.
*
String
Entity
name:
A human-readable name for an attribute or entity.
0..1
LabelType
Entity
description:
a human-readable description of an entity
0..1
NarrativeText
Entity
has_attribute:
connects any entity to an attribute
*
Attribute
Entity
deprecated:
A boolean flag indicating that an entity is no longer considered current or valid.
0..1
Boolean
Entity

Usages

used by used in type used
Association has_evidence_of_type range EvidenceType
DiseaseAssociatedWithResponseToChemicalEntityAssociation has_evidence_of_type range EvidenceType
ChemicalEntityAssessesNamedThingAssociation has_evidence_of_type range EvidenceType
ContributorAssociation has_evidence_of_type range EvidenceType
GenotypeToGenotypePartAssociation has_evidence_of_type range EvidenceType
GenotypeToGeneAssociation has_evidence_of_type range EvidenceType
GenotypeToVariantAssociation has_evidence_of_type range EvidenceType
GeneToGeneAssociation has_evidence_of_type range EvidenceType
GeneToGeneHomologyAssociation has_evidence_of_type range EvidenceType
GeneToGeneFamilyAssociation has_evidence_of_type range EvidenceType
GeneFamilyToGeneOrGeneProductOrGeneFamilyAssociation has_evidence_of_type range EvidenceType
GeneOrGeneProductOrGeneFamilyToBiologicalProcessOrActivityAssociation has_evidence_of_type range EvidenceType
BiologicalProcessOrActivityToGeneOrGeneProductOrGeneFamilyAssociation has_evidence_of_type range EvidenceType
BiologicalProcessOrActivityToBiologicalProcessOrActivityAssociation has_evidence_of_type range EvidenceType
GeneToGeneCoexpressionAssociation has_evidence_of_type range EvidenceType
PairwiseGeneToGeneInteraction has_evidence_of_type range EvidenceType
PairwiseMolecularInteraction has_evidence_of_type range EvidenceType
CellLineToDiseaseOrPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
ChemicalEntityToChemicalEntityAssociation has_evidence_of_type range EvidenceType
ReactionToParticipantAssociation has_evidence_of_type range EvidenceType
ReactionToCatalystAssociation has_evidence_of_type range EvidenceType
ChemicalEntityToChemicalDerivationAssociation has_evidence_of_type range EvidenceType
ChemicalEntityToDiseaseOrPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
ChemicalOrDrugOrTreatmentAdverseEventAssociation has_evidence_of_type range EvidenceType
ChemicalOrDrugOrTreatmentSideEffectAssociation has_evidence_of_type range EvidenceType
GeneToPathwayAssociation has_evidence_of_type range EvidenceType
MolecularActivityToPathwayAssociation has_evidence_of_type range EvidenceType
ChemicalEntityToPathwayAssociation has_evidence_of_type range EvidenceType
ChemicalEntityToBiologicalProcessAssociation has_evidence_of_type range EvidenceType
NamedThingAssociatedWithLikelihoodOfNamedThingAssociation has_evidence_of_type range EvidenceType
ChemicalGeneInteractionAssociation has_evidence_of_type range EvidenceType
MacromolecularMachineHasSubstrateAssociation has_evidence_of_type range EvidenceType
GeneRegulatesGeneAssociation has_evidence_of_type range EvidenceType
ProcessRegulatesProcessAssociation has_evidence_of_type range EvidenceType
ChemicalAffectsBiologicalEntityAssociation has_evidence_of_type range EvidenceType
ChemicalAffectsGeneAssociation has_evidence_of_type range EvidenceType
GeneAffectsChemicalAssociation has_evidence_of_type range EvidenceType
DrugToGeneAssociation has_evidence_of_type range EvidenceType
MaterialSampleDerivationAssociation has_evidence_of_type range EvidenceType
MaterialSampleToDiseaseOrPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
DiseaseToExposureEventAssociation has_evidence_of_type range EvidenceType
ExposureEventToOutcomeAssociation has_evidence_of_type range EvidenceType
PhenotypicFeatureToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
InformationContentEntityToNamedThingAssociation has_evidence_of_type range EvidenceType
DiseaseOrPhenotypicFeatureToLocationAssociation has_evidence_of_type range EvidenceType
DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation has_evidence_of_type range EvidenceType
GenotypeToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
ExposureEventToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
DiseaseToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
CaseToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
CaseToDiseaseAssociation has_evidence_of_type range EvidenceType
CaseToVariantAssociation has_evidence_of_type range EvidenceType
CaseToGeneAssociation has_evidence_of_type range EvidenceType
BehaviorToBehavioralFeatureAssociation has_evidence_of_type range EvidenceType
GeneToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
GeneToDiseaseAssociation has_evidence_of_type range EvidenceType
CausalGeneToDiseaseAssociation has_evidence_of_type range EvidenceType
CorrelatedGeneToDiseaseAssociation has_evidence_of_type range EvidenceType
DruggableGeneToDiseaseAssociation has_evidence_of_type range EvidenceType
PhenotypicFeatureToDiseaseAssociation has_evidence_of_type range EvidenceType
VariantToGeneAssociation has_evidence_of_type range EvidenceType
VariantToGeneExpressionAssociation has_evidence_of_type range EvidenceType
VariantToPopulationAssociation has_evidence_of_type range EvidenceType
PopulationToPopulationAssociation has_evidence_of_type range EvidenceType
VariantToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
VariantToDiseaseAssociation has_evidence_of_type range EvidenceType
GenotypeToDiseaseAssociation has_evidence_of_type range EvidenceType
GeneAsAModelOfDiseaseAssociation has_evidence_of_type range EvidenceType
VariantAsAModelOfDiseaseAssociation has_evidence_of_type range EvidenceType
GenotypeAsAModelOfDiseaseAssociation has_evidence_of_type range EvidenceType
CellLineAsAModelOfDiseaseAssociation has_evidence_of_type range EvidenceType
OrganismalEntityAsAModelOfDiseaseAssociation has_evidence_of_type range EvidenceType
OrganismToOrganismAssociation has_evidence_of_type range EvidenceType
TaxonToTaxonAssociation has_evidence_of_type range EvidenceType
GeneHasVariantThatContributesToDiseaseAssociation has_evidence_of_type range EvidenceType
GeneToExpressionSiteAssociation has_evidence_of_type range EvidenceType
SequenceVariantModulatesTreatmentAssociation has_evidence_of_type range EvidenceType
FunctionalAssociation has_evidence_of_type range EvidenceType
MacromolecularMachineToMolecularActivityAssociation has_evidence_of_type range EvidenceType
MacromolecularMachineToBiologicalProcessAssociation has_evidence_of_type range EvidenceType
MacromolecularMachineToCellularComponentAssociation has_evidence_of_type range EvidenceType
MolecularActivityToChemicalEntityAssociation has_evidence_of_type range EvidenceType
MolecularActivityToMolecularActivityAssociation has_evidence_of_type range EvidenceType
GeneToGoTermAssociation has_evidence_of_type range EvidenceType
EntityToDiseaseAssociation has_evidence_of_type range EvidenceType
EntityToPhenotypicFeatureAssociation has_evidence_of_type range EvidenceType
SequenceAssociation has_evidence_of_type range EvidenceType
GenomicSequenceLocalization has_evidence_of_type range EvidenceType
SequenceFeatureRelationship has_evidence_of_type range EvidenceType
TranscriptToGeneRelationship has_evidence_of_type range EvidenceType
GeneToGeneProductRelationship has_evidence_of_type range EvidenceType
ExonToTranscriptRelationship has_evidence_of_type range EvidenceType
ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation has_evidence_of_type range EvidenceType
AnatomicalEntityToAnatomicalEntityAssociation has_evidence_of_type range EvidenceType
AnatomicalEntityHasPartAnatomicalEntityAssociation has_evidence_of_type range EvidenceType
AnatomicalEntityPartOfAnatomicalEntityAssociation has_evidence_of_type range EvidenceType
AnatomicalEntityToAnatomicalEntityOntogenicAssociation has_evidence_of_type range EvidenceType
GeneOrGeneProductOrGeneFamilyToAnatomicalEntityAssociation has_evidence_of_type range EvidenceType
BiologicalProcessOrActivityToAnatomicalEntityAssociation has_evidence_of_type range EvidenceType
OrganismTaxonToOrganismTaxonAssociation has_evidence_of_type range EvidenceType
OrganismTaxonToOrganismTaxonSpecialization has_evidence_of_type range EvidenceType
OrganismTaxonToOrganismTaxonInteraction has_evidence_of_type range EvidenceType
OrganismTaxonToEnvironmentAssociation has_evidence_of_type range EvidenceType

LinkML Source

name: evidence type
description: Class of evidence that supports an association
from_schema: https://w3id.org/biolink/vocab/
aliases:
- evidence code
exact_mappings:
- ECO:0000000
is_a: named thing
mixins:
- ontology class
values_from:
- eco