Tools & Web Services > RDFS ExplorerRDFS Explorer

Web Of Trust vocabulary

Web Of Trust (wot) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.

date: 2004-02-23

seeAlso: [RDF] http://xmlns.com/foaf/0.1/

imports: [RDFS Explorer] http://www.w3.org/2000/01/rdf-schema

imports: [RDFS Explorer] http://www.w3.org/2002/07/owl

[RDF Schema]

Namespace: http://xmlns.com/wot/0.1/

Classes

Encrypted Document

[EncryptedDocument]
An encrypted document intended for a set of recipients.
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
subClassOf:[RDFS Explorer] http://xmlns.com/foaf/0.1/Document
subClassOf:[RDFS Explorer] http://xmlns.com/wordnet/1.6/Endorsement-4
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/Endorsement
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/User
term_status:unstable

Endorsement

[Endorsement]
An endorsement resource containing a detached ascii signature.
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
subClassOf:[RDFS Explorer] http://xmlns.com/foaf/0.1/Document
subClassOf:[RDFS Explorer] http://xmlns.com/wordnet/1.6/Endorsement-4
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
disjointWith:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/
subClassOf:[RDFS Explorer] http://xmlns.com/wordnet/1.6/Credential
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/Endorsement
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
disjointWith:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/
subClassOf:[RDFS Explorer] http://www.w3.org/2002/12/cal/ical#Vevent
subClassOf:[RDFS Explorer] http://xmlns.com/wordnet/1.6/Event
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/Endorsement
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
disjointWith:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/
subClassOf:[RDFS Explorer] http://xmlns.com/foaf/0.1/Agent
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/Endorsement
disjointWith:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
disjointWith:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/foaf/0.1/Document
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://xmlns.com/wot/0.1/Endorsement
term_status:stable

Encrypted to

[encryptedTo]
A property linking an encrypted document to a recipient.
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/EncryptedDocument
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
term_status:unstable

Fingerprint

[fingerprint]
A public key hex fingerprint string (40 digits, white space insignificant).
type:[RDFS Explorer] http://www.w3.org/2002/07/owl#InverseFunctionalProperty
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://www.w3.org/2001/XMLSchema#string
term_status:testing

has Key

[hasKey]
A property to link a PubKey from a User
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/User
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
term_status:testing
inverseOf:[RDFS Explorer] http://xmlns.com/wot/0.1/identity

Hex identifier

[hex_id]
A public key hex identifier string (8 digits).
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://www.w3.org/2001/XMLSchema#integer
term_status:stable

Address

[pubkeyAddress]
The location of an ascii version of a public key.
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://xmlns.com/foaf/0.1/Document
term_status:testing

Signature date

[sigdate]
The date of a public key signature event.
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] 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:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://xmlns.com/wot/0.1/PubKey
term_status:unstable

Signature time

[sigtime]
The time (of day) of a public key signature event.
domain:[RDFS Explorer] http://xmlns.com/wot/0.1/SigEvent
isDefinedBy:[RDFS Explorer] http://xmlns.com/wot/0.1/
range:[RDFS Explorer] http://www.w3.org/2001/XMLSchema#time
term_status:unstable
[RDF Metadata]
creator:
[FoaF]
name:
Morten Frederiksen
mbox_sha1sum:
65b983bb397fb71849da910996741752ace8369b
homepage:
http://www.wasab.dk/morten/
publisher:
[FoaF]
name:
MFD Consult
homepage:
http://www.mfd-consult.dk/
created:
2003-01-11
modified:
2003-04-21
license:
http://www.gnu.org/licenses/gpl