package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Acl.OpenSource

Sourceval acl_c_Access : Iri.t

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

Sourceval acl_c_Append : Iri.t

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.

Sourceval acl_c_Authorization : Iri.t

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

Sourceval acl_c_Control : Iri.t

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

Sourceval acl_c_Read : Iri.t

The class of read operations

Sourceval acl_c_Write : Iri.t
Sourceval acl_accessControl : Iri.t

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.

Sourceval acl_accessTo : Iri.t

The information resource to which access is being granted.

Sourceval acl_accessToClass : Iri.t

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

Sourceval acl_agent : Iri.t

A person or social entity to being given the right

Sourceval acl_agentClass : Iri.t

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

Sourceval acl_agentGroup : Iri.t

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

Sourceval acl_defaultForNew : Iri.t

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

Sourceval acl_delegates : Iri.t

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.

Sourceval acl_mode : Iri.t

A mode of access such as read or write.

Sourceval acl_owner : Iri.t

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.

OCaml

Innovation. Community. Security.