@prefix : . @prefix dct: . @prefix foaf: . @prefix gen: . @prefix rdf: . @prefix rdfs: . @prefix vcard: . @prefix xsd: . :Access a rdfs:Class; rdfs:label "access"@en; rdfs:comment "Any kind of access to a resource. Don't use this, use R W and RW" . :Append a rdfs:Class; rdfs:label "append"@en; rdfs: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. """; rdfs:subClassOf :Access, :Write . :AuthenticatedAgent a rdfs:Class; rdfs:label "Anyone authenticated"; rdfs: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) """; rdfs:subClassOf foaf:Agent . :Authorization a rdfs:Class; rdfs:label "authorization"; rdfs:comment """An element of access control, allowing agent to agents access of some kind to resources or classes of resources""" . :Control a rdfs:Class; rdfs:label "control"@en; rdfs:comment "Allows read/write access to the ACL for the resource(s)"; rdfs:subClassOf :Access . :Origin a rdfs:Class; rdfs:label "Origin"; rdfs:comment """An Origin is basically a web site (Note WITHOUT the trailing slash after the domain name and port in its URI) and is the basis for controlling access to data by web apps in the Same Origin Model of web security. All scripts from the same origin are given the same right."""; rdfs:seeAlso . :Read a rdfs:Class; rdfs:label "read"@en; rdfs:comment "The class of read operations"; rdfs:subClassOf :Access . :Write a rdfs:Class; rdfs:label "write"@en; rdfs:subClassOf :Access . :accessControl a rdf:Property; rdfs:label "access control"; rdfs:comment """The Access Control file for this information resource. This may of course be a virtual resource implemented by the access control system. Note that HTTP header `Link: ; rel=\"acl\"` can also be used for this."""; rdfs:domain gen:InformationResource; rdfs:range gen:InformationResource; rdfs:seeAlso ; rdfs:subPropertyOf rdfs:seeAlso . :accessTo a rdf:Property; rdfs:label "to"; rdfs:comment "The information resource to which access is being granted."; rdfs:domain :Authorization; rdfs:range gen:InformationResource . :accessToClass a rdf:Property; rdfs:label "to all in"; rdfs:comment "A class of information resources to which access is being granted."; rdfs:domain :Authorization; rdfs:range rdfs:Class . :agent a rdf:Property; rdfs:label "agent"; rdfs:comment "A person or social entity to being given the right"; rdfs:domain :Authorization; rdfs:range foaf:Agent . :agentClass a rdf:Property; rdfs:label "agent class"; rdfs:comment "A class of persons or social entities to being given the right"; rdfs:domain :Authorization; rdfs:range rdfs:Class . :agentGroup a rdf:Property; rdfs:label "agent group"; rdfs:comment """A group of persons or social entities to being given the right. The right is given to any entity which is a vcard:member of the group, as defined by the document received when the Group is dereferenced."""; rdfs:domain :Authorization; rdfs:range vcard:Group . :default a rdf:Property; rdfs:label "default access for things in this"; rdfs:comment """If a resource has no ACL file (it is 404), then access to the resource is given by the ACL of the immediately containing directory, or failing that (404) the ACL of the recursively next containing directory which has an ACL file. Within that ACL file, any Authorization which has that directory as its acl:default applies to the resource. (The highest directory must have an ACL file.) """; rdfs:domain :Authorization . :defaultForNew a rdf:Property; rdfs:label "default access for new things in the object"; rdfs: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."""; rdfs:domain :Authorization . :delegates a rdf:Property; rdfs:label "delegates"@en; rdfs: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."""; rdfs:range foaf:Agent . :mode a rdf:Property; rdfs:label "access mode"; rdfs:comment "A mode of access such as read or write."; rdfs:domain :Authorization; rdfs:range rdfs:Class . :origin a rdf:Property; rdfs:label "origin"; rdfs:comment """A web application, identified by its Origin, such as , being given the right. When a user of the web application at a certain origin accesses the server, then the browser sets the Origin: header to warn that a possibly untrusted webapp is being used. Then, BOTH the user AND the origin must have the required access."""; rdfs:domain :Authorization; rdfs:range :Origin; rdfs:seeAlso . :owner a rdf:Property; rdfs:label "owner"@en; rdfs: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 created something, but can be changed."""; rdfs:range foaf:Agent . foaf:topic . foaf:topic . dct:title "Basic Access Control ontology"; rdfs:comment """Defines the class Authorization and its essential properties, and also some classes of access such as read and write. """ .

AltStyle によって変換されたページ (->オリジナル) /