Sha256: 92d61fd8496daea46e59b7b970d2b58d1e6759c273c734b0b3cf0e1fd712a4aa
Contents?: true
Size: 314 Bytes
Versions: 27
Compression:
Stored size: 314 Bytes
Contents
module TaliaCore # Some item that "has the power to act". This can either be a person or another # entity, like an institution or a corporation class Agent < Source has_rdf_type N::DCT.Agent singular_property :name, N::DCNS.title singular_property :description, N::DCNS.description end end
Version data entries
27 entries across 27 versions & 1 rubygems