Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.
![]() Namespace: http://xmlns.com/wot/0.1/ | ||
|---|---|---|
Classes | ||
Encrypted Document[EncryptedDocument] | An encrypted document intended for a set of recipients. | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| subClassOf: | http://xmlns.com/foaf/0.1/Document | |
| subClassOf: | http://xmlns.com/wordnet/1.6/Endorsement-4 | |
| disjointWith: | http://xmlns.com/wot/0.1/Endorsement | |
| disjointWith: | http://xmlns.com/wot/0.1/PubKey | |
| disjointWith: | http://xmlns.com/wot/0.1/SigEvent | |
| disjointWith: | http://xmlns.com/wot/0.1/User | |
| term_status: | unstable | |
Endorsement[Endorsement] | An endorsement resource containing a detached ascii signature. | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| subClassOf: | http://xmlns.com/foaf/0.1/Document | |
| subClassOf: | http://xmlns.com/wordnet/1.6/Endorsement-4 | |
| disjointWith: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| disjointWith: | http://xmlns.com/wot/0.1/PubKey | |
| disjointWith: | http://xmlns.com/wot/0.1/SigEvent | |
| disjointWith: | http://xmlns.com/wot/0.1/User | |
| term_status: | unstable | |
Public Key[PubKey] | A class used to represent a PGP/GPG public key for a user (an agent, person, group or organization). | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| subClassOf: | http://xmlns.com/wordnet/1.6/Credential | |
| disjointWith: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| disjointWith: | http://xmlns.com/wot/0.1/Endorsement | |
| disjointWith: | http://xmlns.com/wot/0.1/SigEvent | |
| disjointWith: | http://xmlns.com/wot/0.1/User | |
| term_status: | stable | |
Key Signing Event[SigEvent] | An event describing the action of a public key being signed by some other public key. | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| subClassOf: | http://www.w3.org/2002/12/cal/ical#Vevent | |
| subClassOf: | http://xmlns.com/wordnet/1.6/Event | |
| disjointWith: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| disjointWith: | http://xmlns.com/wot/0.1/Endorsement | |
| disjointWith: | http://xmlns.com/wot/0.1/PubKey | |
| disjointWith: | http://xmlns.com/wot/0.1/User | |
| term_status: | testing | |
Key User[User] | A user (agent, person, group or organization) of a PGP/GPG public key. | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| subClassOf: | http://xmlns.com/foaf/0.1/Agent | |
| disjointWith: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| disjointWith: | http://xmlns.com/wot/0.1/Endorsement | |
| disjointWith: | http://xmlns.com/wot/0.1/PubKey | |
| disjointWith: | http://xmlns.com/wot/0.1/SigEvent | |
| term_status: | stable | |
Properties | ||
Assurance[assurance] | A property linking a document to an endorsement resource containing a detached ascii signature. | |
| domain: | http://xmlns.com/foaf/0.1/Document | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/Endorsement | |
| term_status: | stable | |
Encrypted to[encryptedTo] | A property linking an encrypted document to a recipient. | |
| domain: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/PubKey | |
| term_status: | unstable | |
Encrypted by[encrypter] | A property linking an encrypted document to the public key that was used to encrypt it. | |
| domain: | http://xmlns.com/wot/0.1/EncryptedDocument | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/PubKey | |
| term_status: | unstable | |
Fingerprint[fingerprint] | A public key hex fingerprint string (40 digits, white space insignificant). | |
| type: | http://www.w3.org/2002/07/owl#InverseFunctionalProperty | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://www.w3.org/2001/XMLSchema#string | |
| term_status: | testing | |
has Key[hasKey] | A property to link a PubKey from a User | |
| domain: | http://xmlns.com/wot/0.1/User | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/PubKey | |
| term_status: | testing | |
| inverseOf: | http://xmlns.com/wot/0.1/identity | |
Hex identifier[hex_id] | A public key hex identifier string (8 digits). | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://www.w3.org/2001/XMLSchema#string | |
| term_status: | stable | |
Identity[identity] | A property linking a public key to the user of the key. | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/User | |
| term_status: | testing | |
Length[length] | A numeric string representing the length, in bytes, of a public key. | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://www.w3.org/2001/XMLSchema#integer | |
| term_status: | stable | |
Address[pubkeyAddress] | The location of an ascii version of a public key. | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/foaf/0.1/Document | |
| term_status: | testing | |
Signature date[sigdate] | The date of a public key signature event. | |
| domain: | http://xmlns.com/wot/0.1/SigEvent | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://www.w3.org/2001/XMLSchema#date | |
| term_status: | testing | |
Signed[signed] | A property linking a public key to a public key signature event. | |
| domain: | http://xmlns.com/wot/0.1/PubKey | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/SigEvent | |
| term_status: | testing | |
Signer[signer] | A property linking a public key signature event to the public key that was used to sign. | |
| domain: | http://xmlns.com/wot/0.1/SigEvent | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://xmlns.com/wot/0.1/PubKey | |
| term_status: | unstable | |
Signature time[sigtime] | The time (of day) of a public key signature event. | |
| domain: | http://xmlns.com/wot/0.1/SigEvent | |
| isDefinedBy: | http://xmlns.com/wot/0.1/ | |
| range: | http://www.w3.org/2001/XMLSchema#time | |
| term_status: | unstable | |