The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::Muscle - A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.

VERSION

version v11.0.0

DESCRIPTION

A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.

ATTRIBUTES

antagonist

The muscle whose action counteracts the specified muscle.

A antagonist should be one of the following types:

InstanceOf['SemanticWeb::Schema::Muscle']

_has_antagonist

A predicate for the "antagonist" attribute.

blood_supply

bloodSupply

The blood vessel that carries blood from the heart to the muscle.

A blood_supply should be one of the following types:

InstanceOf['SemanticWeb::Schema::Vessel']

_has_blood_supply

A predicate for the "blood_supply" attribute.

insertion

The place of attachment of a muscle, or what the muscle moves.

A insertion should be one of the following types:

InstanceOf['SemanticWeb::Schema::AnatomicalStructure']

_has_insertion

A predicate for the "insertion" attribute.

muscle_action

muscleAction

The movement the muscle generates.

A muscle_action should be one of the following types:

Str

_has_muscle_action

A predicate for the "muscle_action" attribute.

nerve

The underlying innervation associated with the muscle.

A nerve should be one of the following types:

InstanceOf['SemanticWeb::Schema::Nerve']

_has_nerve

A predicate for the "nerve" attribute.

SEE ALSO

SemanticWeb::Schema::AnatomicalStructure

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)