Sha256: 5df97c1ca47247344d98a93ffa5edbf1a732efa428d6198489276fb1fdc3a572
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
module TaliaCore module SourceTypes # 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.7.0 | lib/talia_core/source_types/agent.rb |