# Vocabulary for access in imaginary access control situations
#
@prefix : <#> .

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .

@prefix log: <http://www.w3.org/2000/10/swap/log#> .
#@prefix os: <http://www.w3.org/2000/10/swap/os#> .
@prefix acc: <http://www.w3.org/2000/10/swap/test/crypto/acc.n3#>.
#@prefix crypto: <http://www.w3.org/2000/10/swap/crypto#> .
#@prefix string: <http://www.w3.org/2000/10/swap/string#> .


<> :description <http://www.w3.org/2002/Talks/04-sweb/slide20-1.html>.

acc:GoodRequest a s:Class;
     s:label "good request".

acc:forDocument a rdf:Property.
acc:requestSupportedBy a rdf:Property.

acc:certSupportedBy a rdf:Property.

acc:MasterKey a s:Class; s:label "The master key which Alan holds".
acc:RequestKey a s:Class; s:label "A key good for access, as Tiina holds".
acc:MemberKey a s:Class; s:label "A key of delegated authority, as @@@ holds".

acc:endorsement a rdf:Property.
acc:signature a rdf:Property.
acc:key a rdf:Property.
acc:credential a rdf:Property.

#ends
