org.semanticdesktop.aperture.vocabulary
Class NMO

java.lang.Object
  extended by org.semanticdesktop.aperture.vocabulary.NMO

public class NMO
extends Object

Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/vocabulary/nmo.rdfs namespace: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#


Field Summary
static URI bcc
          Type: Property
Label: bcc
Comment: A Contact that is to receive a bcc of the email.
static URI cc
          Type: Property
Label: cc
Comment: A Contact that is to receive a cc of the email.
static URI contentMimeType
          Type: Property
Label: contentMimeType
Comment: Key used to store the MIME type of the content of an object when it is different from the object's main MIME type.
static URI Email
          Type: Class
Label: Email
Comment: An email.
static URI from
          Type: Property
Label: from
Comment: The sender of the message
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact
static URI hasAttachment
          Type: Property
Label: hasAttachment
Comment: Links a message with files that were sent as attachments.
static URI headerName
          Type: Property
Label: headerName
Comment: Name of the message header.
static URI headerValue
          Type: Property
Label: headerValue
Comment: Value of the message header.
static URI htmlMessageContent
          Type: Property
Label: htmlMessageContent
Comment: HTML representation of the body of the message.
static URI IMMessage
          Type: Class
Label: IMMessage
Comment: A message sent with Instant Messaging software.
static URI inReplyTo
          Type: Property
Label: inReplyTo
Comment: Signifies that a message is a reply to another message.
static URI isRead
          Type: Property
Label: isRead
Comment: A flag that states the fact that a MailboxDataObject has been read.
static URI Mailbox
          Type: Class
Label: Mailbox
Comment: A mailbox - container for MailboxDataObjects.
static URI MailboxDataObject
          Type: Class
Label: MailboxDataObject
Comment: An entity encountered in a mailbox.
static URI Message
          Type: Class
Label: Message
Comment: A message.
static URI messageHeader
          Type: Property
Label: messageHeader
Comment: Links the message wiith an arbitrary message header.
static URI MessageHeader
          Type: Class
Label: MessageHeader
Comment: An arbitrary message header.
static URI messageId
          Type: Property
Label: messageId
Comment: An identifier of a message.
static URI messageSubject
          Type: Property
Label: messageSubject
Comment: The subject of a message
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#string
static URI MimeEntity
          Type: Class
Label: MimeEntity
Comment: A MIME entity, as defined in RFC2045, Section 2.4.
static String NMO_RESOURCE_PATH
          Path to the ontology resource
static URI NS_NMO
          The namespace for NMO
static URI plainTextMessageContent
          Type: Property
Label: plainTextMessageContent
Comment: Plain text representation of the body of the message.
static URI primaryRecipient
          Type: Property
Label: primaryRecipient
Comment: The primary intended recipient of a message.
static URI receivedDate
          Type: Property
Label: receivedDate
Comment: Date when this message was received.
static URI recipient
          Type: Property
Label: recipient
Comment: A common superproperty for all properties that link a message with its recipients.
static URI references
          Type: Property
Label: references
Comment: Signifies that a message references another message.
static URI replyTo
          Type: Property
Label: replyTo
Comment: An address where the reply should be sent.
static URI secondaryRecipient
          Type: Property
Label: secondaryRecipient
Comment: A superproperty for all "additional" recipients of a message.
static URI sender
          Type: Property
Label: sender
Comment: The person or agent submitting the message to the network, if other from the one given with the nmo:from property.
static URI sentDate
          Type: Property
Label: sentDate
Comment: Date when this message was sent.
static URI to
          Type: Property
Label: to
Comment: The primary intended recipient of an email.
 
Constructor Summary
NMO()
           
 
Method Summary
static void getNMOOntology(Model model)
          Puts the NMO ontology into the given model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NMO_RESOURCE_PATH

public static final String NMO_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_NMO

public static final URI NS_NMO
The namespace for NMO


MailboxDataObject

public static final URI MailboxDataObject
Type: Class
Label: MailboxDataObject
Comment: An entity encountered in a mailbox. Most common interpretations for such an entity include Message or Folder


IMMessage

public static final URI IMMessage
Type: Class
Label: IMMessage
Comment: A message sent with Instant Messaging software.


Message

public static final URI Message
Type: Class
Label: Message
Comment: A message. Could be an email, instant messanging message, SMS message etc.


MimeEntity

public static final URI MimeEntity
Type: Class
Label: MimeEntity
Comment: A MIME entity, as defined in RFC2045, Section 2.4.


Email

public static final URI Email
Type: Class
Label: Email
Comment: An email.


MessageHeader

public static final URI MessageHeader
Type: Class
Label: MessageHeader
Comment: An arbitrary message header.


Mailbox

public static final URI Mailbox
Type: Class
Label: Mailbox
Comment: A mailbox - container for MailboxDataObjects.


replyTo

public static final URI replyTo
Type: Property
Label: replyTo
Comment: An address where the reply should be sent.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


messageSubject

public static final URI messageSubject
Type: Property
Label: messageSubject
Comment: The subject of a message
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#string


references

public static final URI references
Type: Property
Label: references
Comment: Signifies that a message references another message. This property is a generic one. See RFC 2822 Sec. 3.6.4
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message


recipient

public static final URI recipient
Type: Property
Label: recipient
Comment: A common superproperty for all properties that link a message with its recipients. Please don't use this property directly.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


to

public static final URI to
Type: Property
Label: to
Comment: The primary intended recipient of an email.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


primaryRecipient

public static final URI primaryRecipient
Type: Property
Label: primaryRecipient
Comment: The primary intended recipient of a message.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


bcc

public static final URI bcc
Type: Property
Label: bcc
Comment: A Contact that is to receive a bcc of the email. A Bcc (blind carbon copy) is a copy of an email message sent to a recipient whose email address does not appear in the message.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


secondaryRecipient

public static final URI secondaryRecipient
Type: Property
Label: secondaryRecipient
Comment: A superproperty for all "additional" recipients of a message.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


cc

public static final URI cc
Type: Property
Label: cc
Comment: A Contact that is to receive a cc of the email. A cc (carbon copy) is a copy of an email message whose recipient appears on the recipient list, so that all other recipients are aware of it.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


contentMimeType

public static final URI contentMimeType
Type: Property
Label: contentMimeType
Comment: Key used to store the MIME type of the content of an object when it is different from the object's main MIME type. This value can be used, for example, to model an e-mail message whose mime type is"message/rfc822", but whose content has type "text/html". If not specified, the MIME type of the content defaults to the value specified by the 'mimeType' property.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email
Range: http://www.w3.org/2001/XMLSchema#string


from

public static final URI from
Type: Property
Label: from
Comment: The sender of the message
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


plainTextMessageContent

public static final URI plainTextMessageContent
Type: Property
Label: plainTextMessageContent
Comment: Plain text representation of the body of the message. For multipart messages, all parts are concatenated into the value of this property. Attachments, whose mimeTypes are different from text/plain or message/rfc822 are considered separate DataObjects and are therefore not included in the value of this property.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#string


isRead

public static final URI isRead
Type: Property
Label: isRead
Comment: A flag that states the fact that a MailboxDataObject has been read.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MailboxDataObject
Range: http://www.w3.org/2001/XMLSchema#boolean


htmlMessageContent

public static final URI htmlMessageContent
Type: Property
Label: htmlMessageContent
Comment: HTML representation of the body of the message. For multipart messages, all parts are concatenated into the value of this property. Attachments, whose mimeTypes are different from text/plain or message/rfc822 are considered separate DataObjects and are therefore not included in the value of this property.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#string


messageHeader

public static final URI messageHeader
Type: Property
Label: messageHeader
Comment: Links the message wiith an arbitrary message header.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MessageHeader


inReplyTo

public static final URI inReplyTo
Type: Property
Label: inReplyTo
Comment: Signifies that a message is a reply to another message. This feature is commonly used to link messages into conversations. Note that it is more specific than nmo:references. See RFC 2822 sec. 3.6.4
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message


sentDate

public static final URI sentDate
Type: Property
Label: sentDate
Comment: Date when this message was sent.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#dateTime


sender

public static final URI sender
Type: Property
Label: sender
Comment: The person or agent submitting the message to the network, if other from the one given with the nmo:from property. Defined in RFC 822 sec. 4.4.2
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact


headerName

public static final URI headerName
Type: Property
Label: headerName
Comment: Name of the message header.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MessageHeader
Range: http://www.w3.org/2001/XMLSchema#string


messageId

public static final URI messageId
Type: Property
Label: messageId
Comment: An identifier of a message. This property has been inspired by the message-id property defined in RFC 2822, Sec. 3.6.4. It should be used for all kinds of identifiers used by various messaging applications to connect multiple messages into conversations. For email messageids, values are according to RFC2822/sec 3.6.4 and the literal value in RDF must include the brackets.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#string


headerValue

public static final URI headerValue
Type: Property
Label: headerValue
Comment: Value of the message header.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MessageHeader
Range: http://www.w3.org/2001/XMLSchema#string


hasAttachment

public static final URI hasAttachment
Type: Property
Label: hasAttachment
Comment: Links a message with files that were sent as attachments.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Attachment


receivedDate

public static final URI receivedDate
Type: Property
Label: receivedDate
Comment: Date when this message was received.
Domain: http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message
Range: http://www.w3.org/2001/XMLSchema#dateTime

Constructor Detail

NMO

public NMO()
Method Detail

getNMOOntology

public static void getNMOOntology(Model model)
Puts the NMO ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.


Copyright © 2010 Aperture Development Team. All Rights Reserved.