Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document APO/permission template/Admin Set model #56

Open
2 tasks
anarchivist opened this issue Oct 25, 2016 · 1 comment
Open
2 tasks

Document APO/permission template/Admin Set model #56

anarchivist opened this issue Oct 25, 2016 · 1 comment
Assignees

Comments

@anarchivist
Copy link
Member

  • What is the range of belongs_to in relating an "object" to an Admin Set? (Just pcdm:Objects? others?)
  • How should a hybox:PermissionsTemplate related to an acl:Authorization? Are they disjoint?

Does something like this capture the gist of it?

adminset

@anarchivist
Copy link
Member Author

_:obj1 a pcdm:Object . 
_:as1 a hybox:AdminSet .
_:obj1 dcterms:isPartOf _:as1 .

_:pt1 a hybox:PermissionTemplate . # not a repo object
_:as1 _:hasPermissionTemplate _:pt1 .

@mjgiarlo mjgiarlo removed their assignment Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants