Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Domain: Actors

Actors Core

Actors Core

View: Authority

Actor Authority

Actors Authority

View: Authorization

Actor Authorization

Actors Authorization

Classes

Action

Definition:

An intentional behavior performed by an actor resulting in some outcome.

OWL:

:Action a owl:Class
  skos:prefLabel "Action"@en ;
  skos:definition 
    "..."@en.

Actor

Definition:

Some identifiable participant able to take certain actions within some scope or environment.

OWL:

act:Actor a owl:Class
  skos:prefLabel "Actor"@en ;
  skos:definition 
    "..."@en.

Agency

Definition:

The ability, within some scope or environment, to perform an action or actions.

OWL:

:Agency a owl:Class
  skos:prefLabel "Agency"@en ;
  skos:definition 
    "..."@en.

Authority

Definition:

The permission granted by some actor with...

OWL:

Authorization

Definition:

TBD

OWL:

AuthorizationActor

Definition:

TBD

OWL:

Environment

Definition:

TBD

OWL:

GrantAction

Definition:

TBD

OWL:

GrantAuthority

Definition:

TBD

OWL:

Outcome

Definition:

TBD

OWL:

Properties

grantedBy

Definition:

Denotes the relation between the claim of Authority held by the Actor and the AuthorizationActor that granted it.

OWL:

hasAgency

Definition:

TBD

OWL:

hasAuthority

Definition:

TBD

OWL:

responsibleFor

Definition:

TBD

OWL:

resultingIn

Definition:

TBD

OWL:

toPerform

Definition:

TBD

OWL:

withinEnvironment

Definition:

TBD

OWL: