Skip to content

Class: Attribute

Description: A property or characteristic of an entity. For example, an apple may have properties such as color, shape, age, crispiness. An environmental sample may have attributes such as depth, lat, long, material.
classDiagram class Attribute OntologyClass <|-- Attribute NamedThing <|-- Attribute Attribute <|-- ChemicalRole Attribute <|-- BiologicalSex Attribute <|-- SeverityValue Attribute <|-- OrganismAttribute Attribute <|-- Zygosity Attribute <|-- ClinicalAttribute Attribute <|-- SocioeconomicAttribute Attribute <|-- GenomicBackgroundExposure Attribute <|-- PathologicalProcessExposure Attribute <|-- PathologicalAnatomicalExposure Attribute <|-- DiseaseOrPhenotypicFeatureExposure Attribute <|-- ChemicalExposure Attribute <|-- ComplexChemicalExposure Attribute <|-- BioticExposure Attribute <|-- EnvironmentalExposure Attribute <|-- BehavioralExposure Attribute <|-- SocioeconomicExposure Attribute : category Attribute : deprecated Attribute : description Attribute : full_name Attribute : has_attribute Attribute --|> Attribute : has_attribute Attribute : has_attribute_type Attribute --|> OntologyClass : has_attribute_type Attribute : has_qualitative_value Attribute --|> NamedThing : has_qualitative_value Attribute : has_quantitative_value Attribute --|> QuantityValue : has_quantitative_value Attribute : id Attribute : iri Attribute : name Attribute : provided_by Attribute : synonym Attribute : type Attribute : xref

Inheritance

Slots

Name Cardinality and Range Inheritance Examples
name:
The human-readable 'attribute name' can be set to a string which reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence annotation or it can default to the name associated with the 'has attribute type' slot ontology term.
0..1
LabelType
direct
has_attribute_type:
connects an attribute to a class that describes it
1..1
OntologyClass
direct
has_quantitative_value:
connects an attribute to a value
0..*
QuantityValue
direct
has_qualitative_value:
connects an attribute to a value
0..1
NamedThing
direct
iri:
An IRI for an entity. This is determined by the id using expansion rules.
0..1
IriType
direct
id:
A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI
1..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.
0..*
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.
0..*
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
0..*
LabelType
NamedThing
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:
None
0..*
String
Entity
description:
a human-readable description of an entity
0..1
NarrativeText
Entity
has_attribute:
connects any entity to an attribute
0..*
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
Attribute has_attribute_type domain Attribute
Attribute has_quantitative_value domain Attribute
Attribute has_qualitative_value domain Attribute
Attribute has_attribute range Attribute
ChemicalRole has_attribute_type domain Attribute
ChemicalRole has_quantitative_value domain Attribute
ChemicalRole has_qualitative_value domain Attribute
ChemicalRole has_attribute range Attribute
BiologicalSex has_attribute_type domain Attribute
BiologicalSex has_quantitative_value domain Attribute
BiologicalSex has_qualitative_value domain Attribute
BiologicalSex has_attribute range Attribute
PhenotypicSex has_attribute_type domain Attribute
PhenotypicSex has_quantitative_value domain Attribute
PhenotypicSex has_qualitative_value domain Attribute
PhenotypicSex has_attribute range Attribute
GenotypicSex has_attribute_type domain Attribute
GenotypicSex has_quantitative_value domain Attribute
GenotypicSex has_qualitative_value domain Attribute
GenotypicSex has_attribute range Attribute
SeverityValue has_attribute_type domain Attribute
SeverityValue has_quantitative_value domain Attribute
SeverityValue has_qualitative_value domain Attribute
SeverityValue has_attribute range Attribute
Entity has_attribute range Attribute
NamedThing has_attribute range Attribute
OrganismTaxon has_attribute range Attribute
Event has_attribute range Attribute
AdministrativeEntity has_attribute range Attribute
StudyResult has_attribute range Attribute
Study has_attribute range Attribute
StudyVariable has_attribute range Attribute
CommonDataElement has_attribute range Attribute
ConceptCountAnalysisResult has_attribute range Attribute
ObservedExpectedFrequencyAnalysisResult has_attribute range Attribute
RelativeFrequencyAnalysisResult has_attribute range Attribute
TextMiningResult has_attribute range Attribute
ChiSquaredAnalysisResult has_attribute range Attribute
LogOddsAnalysisResult has_attribute range Attribute
Agent has_attribute range Attribute
InformationContentEntity has_attribute range Attribute
Dataset has_attribute range Attribute
DatasetDistribution has_attribute range Attribute
DatasetVersion has_attribute range Attribute
DatasetSummary has_attribute range Attribute
ConfidenceLevel has_attribute range Attribute
EvidenceType has_attribute range Attribute
Publication has_attribute range Attribute
Book has_attribute range Attribute
BookChapter has_attribute range Attribute
Serial has_attribute range Attribute
Article has_attribute range Attribute
JournalArticle has_attribute range Attribute
Patent has_attribute range Attribute
WebPage has_attribute range Attribute
PreprintPublication has_attribute range Attribute
DrugLabel has_attribute range Attribute
RetrievalSource has_attribute range Attribute
PhysicalEntity has_attribute range Attribute
Activity has_attribute range Attribute
Procedure has_attribute range Attribute
Phenomenon has_attribute range Attribute
Device has_attribute range Attribute
DiagnosticAid has_attribute range Attribute
StudyPopulation has_attribute range Attribute
MaterialSample has_attribute range Attribute
PlanetaryEntity has_attribute range Attribute
EnvironmentalProcess has_attribute range Attribute
EnvironmentalFeature has_attribute range Attribute
GeographicLocation has_attribute range Attribute
GeographicLocationAtTime has_attribute range Attribute
BiologicalEntity has_attribute range Attribute
MolecularEntity has_attribute range Attribute
ChemicalEntity has_attribute range Attribute
SmallMolecule has_attribute range Attribute
ChemicalMixture has_attribute range Attribute
NucleicAcidEntity has_attribute range Attribute
RegulatoryRegion has_attribute range Attribute
AccessibleDnaRegion has_attribute range Attribute
TranscriptionFactorBindingSite has_attribute range Attribute
MolecularMixture has_attribute range Attribute
ComplexMolecularMixture has_attribute range Attribute
BiologicalProcessOrActivity has_attribute range Attribute
MolecularActivity has_attribute range Attribute
BiologicalProcess has_attribute range Attribute
Pathway has_attribute range Attribute
PhysiologicalProcess has_attribute range Attribute
Behavior has_attribute range Attribute
ProcessedMaterial has_attribute range Attribute
Drug has_attribute range Attribute
EnvironmentalFoodContaminant has_attribute range Attribute
FoodAdditive has_attribute range Attribute
Food has_attribute range Attribute
OrganismAttribute has_attribute_type domain Attribute
OrganismAttribute has_quantitative_value domain Attribute
OrganismAttribute has_qualitative_value domain Attribute
OrganismAttribute has_attribute range Attribute
PhenotypicQuality has_attribute_type domain Attribute
PhenotypicQuality has_quantitative_value domain Attribute
PhenotypicQuality has_qualitative_value domain Attribute
PhenotypicQuality has_attribute range Attribute
GeneticInheritance has_attribute range Attribute
OrganismalEntity has_attribute range Attribute
Bacterium has_attribute range Attribute
Virus has_attribute range Attribute
CellularOrganism has_attribute range Attribute
Mammal has_attribute range Attribute
Human has_attribute range Attribute
Plant has_attribute range Attribute
Invertebrate has_attribute range Attribute
Vertebrate has_attribute range Attribute
Fungus has_attribute range Attribute
LifeStage has_attribute range Attribute
IndividualOrganism has_attribute range Attribute
PopulationOfIndividualOrganisms has_attribute range Attribute
DiseaseOrPhenotypicFeature has_attribute range Attribute
Disease has_attribute range Attribute
PhenotypicFeature has_attribute range Attribute
BehavioralFeature has_attribute range Attribute
AnatomicalEntity has_attribute range Attribute
CellularComponent has_attribute range Attribute
Cell has_attribute range Attribute
CellLine has_attribute range Attribute
GrossAnatomicalStructure has_attribute range Attribute
Gene has_attribute range Attribute
MacromolecularComplex has_attribute range Attribute
NucleosomeModification has_attribute range Attribute
Genome has_attribute range Attribute
Exon has_attribute range Attribute
Transcript has_attribute range Attribute
CodingSequence has_attribute range Attribute
Polypeptide has_attribute range Attribute
Protein has_attribute range Attribute
ProteinIsoform has_attribute range Attribute
ProteinDomain has_attribute range Attribute
PosttranslationalModification has_attribute range Attribute
ProteinFamily has_attribute range Attribute
NucleicAcidSequenceMotif has_attribute range Attribute
RNAProduct has_attribute range Attribute
RNAProductIsoform has_attribute range Attribute
NoncodingRNAProduct has_attribute range Attribute
MicroRNA has_attribute range Attribute
SiRNA has_attribute range Attribute
GeneFamily has_attribute range Attribute
Zygosity has_attribute_type domain Attribute
Zygosity has_quantitative_value domain Attribute
Zygosity has_qualitative_value domain Attribute
Zygosity has_attribute range Attribute
Genotype has_attribute range Attribute
Haplotype has_attribute range Attribute
SequenceVariant has_attribute range Attribute
Snv has_attribute range Attribute
ReagentTargetedGene has_attribute range Attribute
ClinicalAttribute has_attribute_type domain Attribute
ClinicalAttribute has_quantitative_value domain Attribute
ClinicalAttribute has_qualitative_value domain Attribute
ClinicalAttribute has_attribute range Attribute
ClinicalMeasurement has_attribute_type domain Attribute
ClinicalMeasurement has_quantitative_value domain Attribute
ClinicalMeasurement has_qualitative_value domain Attribute
ClinicalMeasurement has_attribute range Attribute
ClinicalModifier has_attribute_type domain Attribute
ClinicalModifier has_quantitative_value domain Attribute
ClinicalModifier has_qualitative_value domain Attribute
ClinicalModifier has_attribute range Attribute
ClinicalCourse has_attribute_type domain Attribute
ClinicalCourse has_quantitative_value domain Attribute
ClinicalCourse has_qualitative_value domain Attribute
ClinicalCourse has_attribute range Attribute
Onset has_attribute_type domain Attribute
Onset has_quantitative_value domain Attribute
Onset has_qualitative_value domain Attribute
Onset has_attribute range Attribute
ClinicalEntity has_attribute range Attribute
ClinicalTrial has_attribute range Attribute
ClinicalIntervention has_attribute range Attribute
Hospitalization has_attribute range Attribute
SocioeconomicAttribute has_attribute_type domain Attribute
SocioeconomicAttribute has_quantitative_value domain Attribute
SocioeconomicAttribute has_qualitative_value domain Attribute
SocioeconomicAttribute has_attribute range Attribute
Case has_attribute range Attribute
Cohort has_attribute range Attribute
GenomicBackgroundExposure has_attribute_type domain Attribute
GenomicBackgroundExposure has_quantitative_value domain Attribute
GenomicBackgroundExposure has_qualitative_value domain Attribute
GenomicBackgroundExposure has_attribute range Attribute
PathologicalProcess has_attribute range Attribute
PathologicalProcessExposure has_attribute_type domain Attribute
PathologicalProcessExposure has_quantitative_value domain Attribute
PathologicalProcessExposure has_qualitative_value domain Attribute
PathologicalProcessExposure has_attribute range Attribute
PathologicalAnatomicalStructure has_attribute range Attribute
PathologicalAnatomicalExposure has_attribute_type domain Attribute
PathologicalAnatomicalExposure has_quantitative_value domain Attribute
PathologicalAnatomicalExposure has_qualitative_value domain Attribute
PathologicalAnatomicalExposure has_attribute range Attribute
DiseaseOrPhenotypicFeatureExposure has_attribute_type domain Attribute
DiseaseOrPhenotypicFeatureExposure has_quantitative_value domain Attribute
DiseaseOrPhenotypicFeatureExposure has_qualitative_value domain Attribute
DiseaseOrPhenotypicFeatureExposure has_attribute range Attribute
ChemicalExposure has_quantitative_value domain Attribute
ChemicalExposure has_attribute_type domain Attribute
ChemicalExposure has_qualitative_value domain Attribute
ChemicalExposure has_attribute range Attribute
ComplexChemicalExposure has_attribute_type domain Attribute
ComplexChemicalExposure has_quantitative_value domain Attribute
ComplexChemicalExposure has_qualitative_value domain Attribute
ComplexChemicalExposure has_attribute range Attribute
DrugExposure has_quantitative_value domain Attribute
DrugExposure has_attribute_type domain Attribute
DrugExposure has_qualitative_value domain Attribute
DrugExposure has_attribute range Attribute
DrugToGeneInteractionExposure has_quantitative_value domain Attribute
DrugToGeneInteractionExposure has_attribute_type domain Attribute
DrugToGeneInteractionExposure has_qualitative_value domain Attribute
DrugToGeneInteractionExposure has_attribute range Attribute
Treatment has_attribute range Attribute
BioticExposure has_attribute_type domain Attribute
BioticExposure has_quantitative_value domain Attribute
BioticExposure has_qualitative_value domain Attribute
BioticExposure has_attribute range Attribute
GeographicExposure has_attribute_type domain Attribute
GeographicExposure has_quantitative_value domain Attribute
GeographicExposure has_qualitative_value domain Attribute
GeographicExposure has_attribute range Attribute
EnvironmentalExposure has_attribute_type domain Attribute
EnvironmentalExposure has_quantitative_value domain Attribute
EnvironmentalExposure has_qualitative_value domain Attribute
EnvironmentalExposure has_attribute range Attribute
BehavioralExposure has_attribute_type domain Attribute
BehavioralExposure has_quantitative_value domain Attribute
BehavioralExposure has_qualitative_value domain Attribute
BehavioralExposure has_attribute range Attribute
SocioeconomicExposure has_attribute_type domain Attribute
SocioeconomicExposure has_quantitative_value domain Attribute
SocioeconomicExposure has_qualitative_value domain Attribute
Association has_attribute range Attribute
ChemicalEntityAssessesNamedThingAssociation has_attribute range Attribute
ContributorAssociation has_attribute range Attribute
GenotypeToGenotypePartAssociation has_attribute range Attribute
GenotypeToGeneAssociation has_attribute range Attribute
GenotypeToVariantAssociation has_attribute range Attribute
GeneToGeneAssociation has_attribute range Attribute
GeneToGeneHomologyAssociation has_attribute range Attribute
GeneToGeneFamilyAssociation has_attribute range Attribute
GeneToGeneCoexpressionAssociation has_attribute range Attribute
PairwiseGeneToGeneInteraction has_attribute range Attribute
PairwiseMolecularInteraction has_attribute range Attribute
CellLineToDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
ChemicalToChemicalAssociation has_attribute range Attribute
ReactionToParticipantAssociation has_attribute range Attribute
ReactionToCatalystAssociation has_attribute range Attribute
ChemicalToChemicalDerivationAssociation has_attribute range Attribute
ChemicalToDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
ChemicalOrDrugOrTreatmentToDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
ChemicalOrDrugOrTreatmentSideEffectDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
GeneToPathwayAssociation has_attribute range Attribute
MolecularActivityToPathwayAssociation has_attribute range Attribute
ChemicalToPathwayAssociation has_attribute range Attribute
NamedThingAssociatedWithLikelihoodOfNamedThingAssociation has_attribute range Attribute
ChemicalGeneInteractionAssociation has_attribute range Attribute
ChemicalAffectsGeneAssociation has_attribute range Attribute
GeneAffectsChemicalAssociation has_attribute range Attribute
DrugToGeneAssociation has_attribute range Attribute
MaterialSampleDerivationAssociation has_attribute range Attribute
MaterialSampleToDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
DiseaseToExposureEventAssociation has_attribute range Attribute
ExposureEventToOutcomeAssociation has_attribute range Attribute
InformationContentEntityToNamedThingAssociation has_attribute range Attribute
DiseaseOrPhenotypicFeatureToLocationAssociation has_attribute range Attribute
DiseaseOrPhenotypicFeatureToGeneticInheritanceAssociation has_attribute range Attribute
GenotypeToPhenotypicFeatureAssociation has_attribute range Attribute
ExposureEventToPhenotypicFeatureAssociation has_attribute range Attribute
DiseaseToPhenotypicFeatureAssociation has_attribute range Attribute
CaseToPhenotypicFeatureAssociation has_attribute range Attribute
BehaviorToBehavioralFeatureAssociation has_attribute range Attribute
GeneToDiseaseOrPhenotypicFeatureAssociation has_attribute range Attribute
GeneToPhenotypicFeatureAssociation has_attribute range Attribute
GeneToDiseaseAssociation has_attribute range Attribute
CausalGeneToDiseaseAssociation has_attribute range Attribute
CorrelatedGeneToDiseaseAssociation has_attribute range Attribute
DruggableGeneToDiseaseAssociation has_attribute range Attribute
PhenotypicFeatureToDiseaseAssociation has_attribute range Attribute
VariantToGeneAssociation has_attribute range Attribute
VariantToGeneExpressionAssociation has_attribute range Attribute
VariantToPopulationAssociation has_attribute range Attribute
PopulationToPopulationAssociation has_attribute range Attribute
VariantToPhenotypicFeatureAssociation has_attribute range Attribute
VariantToDiseaseAssociation has_attribute range Attribute
GenotypeToDiseaseAssociation has_attribute range Attribute
GeneAsAModelOfDiseaseAssociation has_attribute range Attribute
VariantAsAModelOfDiseaseAssociation has_attribute range Attribute
GenotypeAsAModelOfDiseaseAssociation has_attribute range Attribute
CellLineAsAModelOfDiseaseAssociation has_attribute range Attribute
OrganismalEntityAsAModelOfDiseaseAssociation has_attribute range Attribute
OrganismToOrganismAssociation has_attribute range Attribute
TaxonToTaxonAssociation has_attribute range Attribute
GeneHasVariantThatContributesToDiseaseAssociation has_attribute range Attribute
GeneToExpressionSiteAssociation has_attribute range Attribute
SequenceVariantModulatesTreatmentAssociation has_attribute range Attribute
FunctionalAssociation has_attribute range Attribute
MacromolecularMachineToMolecularActivityAssociation has_attribute range Attribute
MacromolecularMachineToBiologicalProcessAssociation has_attribute range Attribute
MacromolecularMachineToCellularComponentAssociation has_attribute range Attribute
MolecularActivityToChemicalEntityAssociation has_attribute range Attribute
MolecularActivityToMolecularActivityAssociation has_attribute range Attribute
GeneToGoTermAssociation has_attribute range Attribute
EntityToDiseaseAssociation has_attribute range Attribute
EntityToPhenotypicFeatureAssociation has_attribute range Attribute
SequenceAssociation has_attribute range Attribute
GenomicSequenceLocalization has_attribute range Attribute
SequenceFeatureRelationship has_attribute range Attribute
TranscriptToGeneRelationship has_attribute range Attribute
GeneToGeneProductRelationship has_attribute range Attribute
ExonToTranscriptRelationship has_attribute range Attribute
ChemicalEntityOrGeneOrGeneProductRegulatesGeneAssociation has_attribute range Attribute
AnatomicalEntityToAnatomicalEntityAssociation has_attribute range Attribute
AnatomicalEntityToAnatomicalEntityPartOfAssociation has_attribute range Attribute
AnatomicalEntityToAnatomicalEntityOntogenicAssociation has_attribute range Attribute
OrganismTaxonToOrganismTaxonAssociation has_attribute range Attribute
OrganismTaxonToOrganismTaxonSpecialization has_attribute range Attribute
OrganismTaxonToOrganismTaxonInteraction has_attribute range Attribute
OrganismTaxonToEnvironmentAssociation has_attribute range Attribute

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes, ordered with the most preferred first:

ID Prefix Usage
EDAM-DATA Attribute
EDAM-FORMAT Attribute
EDAM-OPERATION Attribute
EDAM-TOPIC Attribute

LinkML Source

name: attribute
id_prefixes:
- EDAM-DATA
- EDAM-FORMAT
- EDAM-OPERATION
- EDAM-TOPIC
description: A property or characteristic of an entity. For example, an apple may
  have properties such as color, shape, age, crispiness. An environmental sample may
  have attributes such as depth, lat, long, material.
in_subset:
- samples
from_schema: https://w3id.org/biolink/biolink-model
exact_mappings:
- SIO:000614
is_a: named thing
mixins:
- ontology class
slots:
- name
- has attribute type
- has quantitative value
- has qualitative value
- iri
slot_usage:
  name:
    name: name
    description: The human-readable 'attribute name' can be set to a string which
      reflects its context of interpretation, e.g. SEPIO evidence/provenance/confidence
      annotation or it can default to the name associated with the 'has attribute
      type' slot ontology term.
    domain_of:
    - attribute
    - entity
    - macromolecular machine mixin