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

NAME

SemanticWeb::Schema::Dataset - A body of structured information describing some topic(s) of interest.

VERSION

version v7.0.0

DESCRIPTION

A body of structured information describing some topic(s) of interest.

ATTRIBUTES

catalog

A data catalog which contains this dataset.

A catalog should be one of the following types:

InstanceOf['SemanticWeb::Schema::DataCatalog']

_has_catalog

A predicate for the "catalog" attribute.

dataset_time_interval

datasetTimeInterval

The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).

A dataset_time_interval should be one of the following types:

Str

_has_dataset_time_interval

A predicate for the "dataset_time_interval" attribute.

distribution

A downloadable form of this dataset, at a specific location, in a specific format.

A distribution should be one of the following types:

InstanceOf['SemanticWeb::Schema::DataDownload']

_has_distribution

A predicate for the "distribution" attribute.

included_data_catalog

includedDataCatalog

A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').

A included_data_catalog should be one of the following types:

InstanceOf['SemanticWeb::Schema::DataCatalog']

_has_included_data_catalog

A predicate for the "included_data_catalog" attribute.

included_in_data_catalog

includedInDataCatalog

A data catalog which contains this dataset.

A included_in_data_catalog should be one of the following types:

InstanceOf['SemanticWeb::Schema::DataCatalog']

_has_included_in_data_catalog

A predicate for the "included_in_data_catalog" attribute.

issn

The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.

A issn should be one of the following types:

Str

_has_issn

A predicate for the "issn" attribute.

variable_measured

variableMeasured

The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.

A variable_measured should be one of the following types:

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

_has_variable_measured

A predicate for the "variable_measured" attribute.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)