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

NAME

DAIA::Entity - Abstract base class of Department, Institution, Storage, and Limitation

VERSION

version 0.43

PROPERTIES

id

A persistent identifier for the entity (optional). This must be an URI (xs:anyURI) and it is mapped to the object's resource URI in RDF.

content

A simple name describing the entity. In RDF this is mapped to the Dublin Core property 'title' (http://purl.org/dc/terms/title). The empty string, that is the default, is treated equal to a non-existing content element.

href

An URL linking to the entity (optional). In RDF this is mapped to the FAOF property 'page' (http://xmlns.com/foaf/0.1/page).

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.