The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::Gene - A discrete unit of inheritance which affects one or more biological traits (Source: [https://en

VERSION

version v23.0.0

DESCRIPTION

A discrete unit of inheritance which affects one or more biological traits (Source: [https://en.wikipedia.org/wiki/Gene](https://en.wikipedia.org/wiki/Gene)). Examples include FOXP2 (Forkhead box protein P2), SCARNA21 (small Cajal body-specific RNA 21), A- (agouti genotype).

ATTRIBUTES

alternative_of

alternativeOf

Another gene which is a variation of this one.

A alternative_of should be one of the following types:

InstanceOf['SemanticWeb::Schema::Gene']

_has_alternative_of

A predicate for the "alternative_of" attribute.

encodes_bio_chem_entity

encodesBioChemEntity

Another BioChemEntity encoded by this one.

A encodes_bio_chem_entity should be one of the following types:

InstanceOf['SemanticWeb::Schema::BioChemEntity']

_has_encodes_bio_chem_entity

A predicate for the "encodes_bio_chem_entity" attribute.

expressed_in

expressedIn

Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.

A expressed_in should be one of the following types:

InstanceOf['SemanticWeb::Schema::AnatomicalStructure']
InstanceOf['SemanticWeb::Schema::AnatomicalSystem']
InstanceOf['SemanticWeb::Schema::BioChemEntity']
InstanceOf['SemanticWeb::Schema::DefinedTerm']

_has_expressed_in

A predicate for the "expressed_in" attribute.

has_bio_polymer_sequence

hasBioPolymerSequence

A symbolic representation of a BioChemEntity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.

A has_bio_polymer_sequence should be one of the following types:

Str

_has_has_bio_polymer_sequence

A predicate for the "has_bio_polymer_sequence" attribute.

SEE ALSO

SemanticWeb::Schema::BioChemEntity

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)