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::Taxon - A set of organisms asserted to represent a natural cohesive biological unit.

VERSION

version v23.0.0

DESCRIPTION

A set of organisms asserted to represent a natural cohesive biological unit.

ATTRIBUTES

child_taxon

childTaxon

Closest child taxa of the taxon in question.

A child_taxon should be one of the following types:

InstanceOf['SemanticWeb::Schema::Taxon']
Str

_has_child_taxon

A predicate for the "child_taxon" attribute.

has_defined_term

hasDefinedTerm

A Defined Term contained in this term set.

A has_defined_term should be one of the following types:

InstanceOf['SemanticWeb::Schema::DefinedTerm']

_has_has_defined_term

A predicate for the "has_defined_term" attribute.

parent_taxon

parentTaxon

Closest parent taxon of the taxon in question.

A parent_taxon should be one of the following types:

InstanceOf['SemanticWeb::Schema::Taxon']
Str

_has_parent_taxon

A predicate for the "parent_taxon" attribute.

taxon_rank

taxonRank

The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs.

A taxon_rank should be one of the following types:

InstanceOf['SemanticWeb::Schema::PropertyValue']
Str

_has_taxon_rank

A predicate for the "taxon_rank" attribute.

SEE ALSO

SemanticWeb::Schema::Thing

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)