Access

Any kind of access to a resource. Don't use this, use R W and RW

Comment
Any kind of access to a resource. Don't use this, use R W and RW
Label
enaccess

access control

The Access Control file for this information resource. This may of course be a virtual resorce implemented by the access control system. Note also HTTP's header Link: foo.meta ;rel=meta can be used for this.

Comment
The Access Control file for this information resource. This may of course be a virtual resorce implemented by the access control system. Note also HTTP's header Link: foo.meta ;rel=meta can be used for this.
Domain
InformationResource
Label
access control
Range
InformationResource
SubPropertyOf
seeAlso

access mode

A mode of access such as read or write.

Comment
A mode of access such as read or write.
Domain
authorization
Label
access mode
Range
Class

agent

A person or social entity to being given the right

Comment
A person or social entity to being given the right
Domain
authorization
Label
agent
Range
Agent

agent class

A class of persons or social entities to being given the right

Comment
A class of persons or social entities to being given the right
Domain
authorization
Label
agent class
Range
Class

agent group

A group of persons or social entities to being given the right

Comment
A group of persons or social entities to being given the right
Domain
authorization
Label
agent group
Range
Group

Anyone authenticated

A class of agents who have been authenticated. In other words, anyone can access this resource, but not anonymously. The social expectation is that the authentication process will provide an identify and a name, or pseudonym. (A new ID should not be minted for every access: the intent is that the user is able to continue to use the ID for continues interactions with peers, and for example to develop a reputation)

Comment
A class of agents who have been authenticated. In other words, anyone can access this resource, but not anonymously. The social expectation is that the authentication process will provide an identify and a name, or pseudonym. (A new ID should not be minted for every access: the intent is that the user is able to continue to use the ID for continues interactions with peers, and for example to develop a reputation)
Label
Anyone authenticated
SubClassOf
Agent

append

Append accesses are specific write access which only add information, and do not remove information. For text files, for example, append access allows bytes to be added onto the end of the file. For RDF graphs, Append access allows adds triples to the graph but does not remove any. Append access is useful for dropbox functionality. Dropbox can be used for link notification, which the information added is a notification that a some link has been made elsewhere relevant to the given resource.

Comment
Append accesses are specific write access which only add information, and do not remove information. For text files, for example, append access allows bytes to be added onto the end of the file. For RDF graphs, Append access allows adds triples to the graph but does not remove any. Append access is useful for dropbox functionality. Dropbox can be used for link notification, which the information added is a notification that a some link has been made elsewhere relevant to the given resource.
Label
enappend
SubClassOf
Access
write

authorization

An element of access control, allowing agent to agents access of some kind to resources or classes of resources

Comment
An element of access control, allowing agent to agents access of some kind to resources or classes of resources
Label
authorization

Basic Access Control ontology

Defines the class Authorization and its essential properties, and also some classes of access such as read and write.

Comment
Defines the class Authorization and its essential properties, and also some classes of access such as read and write.
Title
Basic Access Control ontology

control

Allows read/write access to the ACL for the resource(s)

Comment
Allows read/write access to the ACL for the resource(s)
Label
encontrol
SubClassOf
Access

default access for new things in the object

THIS IS OBSOLETE AS OF 2017-08-01. See 'default'. Was: A directory for which this authorization is used for new files in the directory.

Comment
THIS IS OBSOLETE AS OF 2017-08-01. See 'default'. Was: A directory for which this authorization is used for new files in the directory.
Domain
authorization
Label
default access for new things in the object

default access for things in this

A directory for which this authorization is used for new files in the directory.

Comment
A directory for which this authorization is used for new files in the directory.
Domain
authorization
Label
default access for things in this

delegates

Delegates a person or another agent to act on behalf of the agent. For example, Alice delegates Bob to act on behalf of Alice for ACL purposes.

Comment
Delegates a person or another agent to act on behalf of the agent. For example, Alice delegates Bob to act on behalf of Alice for ACL purposes.
Label
endelegates
Range
Agent

owner

The person or other agent which owns this. For example, the owner of a file in a filesystem. There is a sense of right to control. Typically defaults to the agent who craeted something but can be changed.

Comment
The person or other agent which owns this. For example, the owner of a file in a filesystem. There is a sense of right to control. Typically defaults to the agent who craeted something but can be changed.
Label
enowner
Range
Agent

read

The class of read operations

Comment
The class of read operations
Label
enread
SubClassOf
Access

to

The information resource to which access is being granted.

Comment
The information resource to which access is being granted.
Domain
authorization
Label
to
Range
InformationResource

to all in

A class of information resources to which access is being granted.

Comment
A class of information resources to which access is being granted.
Domain
authorization
Label
to all in
Range
Class

write

Label
enwrite
SubClassOf
Access