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

NAME

SemanticWeb::Schema::OwnershipInfo - A structured value providing information about when a certain organization or person owned a certain product.

VERSION

version v9.0.0

DESCRIPTION

A structured value providing information about when a certain organization or person owned a certain product.

ATTRIBUTES

acquired_from

acquiredFrom

The organization or person from which the product was acquired.

A acquired_from should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

_has_acquired_from

A predicate for the "acquired_from" attribute.

owned_from

ownedFrom

The date and time of obtaining the product.

A owned_from should be one of the following types:

Str

_has_owned_from

A predicate for the "owned_from" attribute.

owned_through

ownedThrough

The date and time of giving up ownership on the product.

A owned_through should be one of the following types:

Str

_has_owned_through

A predicate for the "owned_through" attribute.

type_of_good

typeOfGood

The product that this structured value is referring to.

A type_of_good should be one of the following types:

InstanceOf['SemanticWeb::Schema::Product']
InstanceOf['SemanticWeb::Schema::Service']

_has_type_of_good

A predicate for the "type_of_good" attribute.

SEE ALSO

SemanticWeb::Schema::StructuredValue

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)