hybox / models

Data Modeling repository for HyBox (ontologies, vocabularies, best practices, requirements, etc)
Apache License 2.0
5 stars 3 forks source link

Document APO/permission template/Admin Set model #56

Open anarchivist opened 7 years ago

anarchivist commented 7 years ago

Does something like this capture the gist of it?

adminset

anarchivist commented 7 years ago
_:obj1 a pcdm:Object . 
_:as1 a hybox:AdminSet .
_:obj1 dcterms:isPartOf _:as1 .

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