Sha256: 7a47c6945e23eae947cd59749f9bea4a8a8c0db1250fa34e4c8472489c7f7620
Contents?: true
Size: 873 Bytes
Versions: 35
Compression:
Stored size: 873 Bytes
Contents
module Ddr module Vocab class Roles < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/roles/") term :Role, label: "Role", comment: "An assertion of a role granted to an agent." property :hasRole, label: "Has Role", comment: "Asserts the granting of a role on the subject to an agent." property :type, label: "Type", comment: "The type of role granted to the agent." property :agent, label: "Agent", comment: "The agent to whom the role is granted." property :scope, label: "Scope", comment: "The scope within which the role applies." property :roleSet, label: "Role Set", comment: "A set of roles asserted on the subject" end end end
Version data entries
35 entries across 35 versions & 1 rubygems