====================== The Zeitgeist Ontology ====================== .. _symbol-interpretation: Interpretations =============== +-------------------+---------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#executable`, | | | :ref:`symbol-ncal#journal`, | | | :ref:`symbol-nmo#message`, | | | :ref:`symbol-nfo#website`, | | | :ref:`symbol-ncal#todo`, | | | :ref:`symbol-nfo#medialist`, | | | :ref:`symbol-ncal#alarm`, | | | :ref:`symbol-ncal#calendar`, | | | :ref:`symbol-nfo#bookmark`, | | | :ref:`symbol-ncal#event`, | | | :ref:`symbol-nfo#bookmarkfolder`, | | | :ref:`symbol-nco#contact`, | | | :ref:`symbol-nfo#font`, | | | :ref:`symbol-nfo#datacontainer`, | | | :ref:`symbol-zg#eventinterpretation`, | | | :ref:`symbol-nfo#document`, | | | :ref:`symbol-nmo#mailbox`, | | | :ref:`symbol-ncal#freebusy`, | | | :ref:`symbol-nco#contactlist`, | | | :ref:`symbol-nmm#tvseries`, | | | :ref:`symbol-nco#contactgroup`, | | | :ref:`symbol-nfo#software`, | | | :ref:`symbol-ncal#timezone`, | | | :ref:`symbol-nmo#mimeentity`, | | | :ref:`symbol-nfo#media` | +-------------------+---------------------------------------------------------------------------------+ | **Parent** | -- | +-------------------+---------------------------------------------------------------------------------+ | **URI** | Interpretation | +-------------------+---------------------------------------------------------------------------------+ | **Description** | In general terms the *interpretation* of an event or subject is an abstract | | | description of *"what happened"* or *"what is this"*. | | | | | | Each interpretation type is uniquely identified by a URI. This class provides | | | a list of hard coded URI constants for programming convenience. In addition; | | | each interpretation instance in this class has a *display_name* property, which | | | is an internationalized string meant for end user display. | | | | | | The interpretation types listed here are all subclasses of *str* and may be | | | used anywhere a string would be used. | | | | | | Interpretations form a hierarchical type tree. So that fx. Audio, Video, and | | | Image all are sub types of Media. These types again have their own sub types, | | | like fx. Image has children Icon, Photo, and VectorImage (among others). | | | | | | Templates match on all sub types, so that a query on subjects with | | | interpretation Media also match subjects with interpretations | | | Audio, Photo, and all other sub types of Media. | | | | +-------------------+---------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation`` | +-------------------+---------------------------------------------------------------------------------+ .. _symbol-nco#contact: Contact ******* +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nco#personcontact`, | | | :ref:`symbol-nco#organizationcontact` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A Contact. A piece of data that can provide means to identify or communicate | | | with an entity. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CONTACT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nco#contactgroup: ContactGroup ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#ContactGroup | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A group of Contacts. Could be used to express a group in an addressbook or on a | | | contact list of an IM application. One contact can belong to many groups. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CONTACT_GROUP`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nco#contactlist: ContactList *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#ContactList | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A contact list, this class represents an addressbook or a contact list of an IM | | | application. Contacts inside a contact list can belong to contact groups. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CONTACT_LIST`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#bookmark: Bookmark ******** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A bookmark of a webbrowser. Use nie:title for the name/label, nie:contentCreated | | | to represent the date when the user added the bookmark, and | | | nie:contentLastModified for modifications. nfo:bookmarks to store the link. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.BOOKMARK`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#bookmarkfolder: Bookmark Folder *************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A folder with bookmarks of a webbrowser. Use nfo:containsBookmark to relate | | | Bookmarks. Folders can contain subfolders, use containsBookmarkFolder to relate | | | them. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.BOOKMARK_FOLDER`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#datacontainer: DataContainer ************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#filesystem`, | | | :ref:`symbol-nfo#archive`, | | | :ref:`symbol-nfo#folder`, | | | :ref:`symbol-nfo#trash` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A superclass for all entities, whose primary purpose is to serve as containers | | | for other data object. They usually don't have any "meaning" by themselves. | | | Examples include folders, archives and optical disc images. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#document: Document ******** +-------------------+---------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#textdocument`, | | | :ref:`symbol-nfo#presentation`, | | | :ref:`symbol-nfo#mindmap`, | | | :ref:`symbol-nfo#spreadsheet` | +-------------------+---------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+---------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document | +-------------------+---------------------------------------------------------------------------+ | **Description** | A generic document. A common superclass for all documents on the desktop. | +-------------------+---------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT`` | +-------------------+---------------------------------------------------------------------------+ .. _symbol-nfo#executable: Executable ********** +-------------------+---------------------------------------------------------------------+ | **Children** | -- | +-------------------+---------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+---------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Executable | +-------------------+---------------------------------------------------------------------+ | **Description** | An executable file. | +-------------------+---------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EXECUTABLE`` | +-------------------+---------------------------------------------------------------------+ .. _symbol-nfo#font: Font **** +-------------------+---------------------------------------------------------------+ | **Children** | -- | +-------------------+---------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+---------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font | +-------------------+---------------------------------------------------------------+ | **Description** | A font. | +-------------------+---------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.FONT`` | +-------------------+---------------------------------------------------------------+ .. _symbol-nfo#media: Media ***** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#visual`, | | | :ref:`symbol-nfo#audio`, | | | :ref:`symbol-nmm#musicpiece` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A piece of media content. This class may be used to express complex media | | | containers with many streams of various media content (both aural and visual). | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#medialist: MediaList ********* +-------------------+--------------------------------------------------------------------+ | **Children** | :ref:`symbol-nmm#musicalbum` | +-------------------+--------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+--------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList | +-------------------+--------------------------------------------------------------------+ | **Description** | A file containing a list of media files.e.g. a playlist | +-------------------+--------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA_LIST`` | +-------------------+--------------------------------------------------------------------+ .. _symbol-nfo#software: Software ******** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#application`, | | | :ref:`symbol-nfo#operatingsystem` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A piece of software. Examples may include applications and the operating system. | | | This interpretation most commonly applies to SoftwareItems. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.SOFTWARE`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#website: Website ******* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Website | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A website, usually a container for remote resources, that may be interpreted as | | | HTMLDocuments, images or other types of content. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.WEBSITE`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nmo#mailbox: Mailbox ******* +-------------------+------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Mailbox | +-------------------+------------------------------------------------------------------+ | **Description** | A mailbox - container for MailboxDataObjects. | +-------------------+------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MAILBOX`` | +-------------------+------------------------------------------------------------------+ .. _symbol-nmo#message: Message ******* +-------------------+----------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nmo#email`, | | | :ref:`symbol-nmo#immessage` | +-------------------+----------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message | +-------------------+----------------------------------------------------------------------------+ | **Description** | A message. Could be an email, instant messanging message, SMS message etc. | +-------------------+----------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MESSAGE`` | +-------------------+----------------------------------------------------------------------------+ .. _symbol-nmo#mimeentity: MimeEntity ********** +-------------------+---------------------------------------------------------------------+ | **Children** | -- | +-------------------+---------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+---------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MimeEntity | +-------------------+---------------------------------------------------------------------+ | **Description** | A MIME entity, as defined in RFC2045, Section 2.4. | +-------------------+---------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MIME_ENTITY`` | +-------------------+---------------------------------------------------------------------+ .. _symbol-ncal#alarm: Alarm ***** +-------------------+------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Alarm | +-------------------+------------------------------------------------------------------+ | **Description** | Provide a grouping of component properties that define an alarm. | +-------------------+------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.ALARM`` | +-------------------+------------------------------------------------------------------+ .. _symbol-ncal#calendar: Calendar ******** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Calendar | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A calendar. Inspirations for this class can be traced to the VCALENDAR component | | | defined in RFC 2445 sec. 4.4, but it may just as well be used to represent any | | | kind of Calendar. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CALENDAR`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-ncal#event: Event ***** +-------------------+--------------------------------------------------------------------+ | **Children** | -- | +-------------------+--------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+--------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Event | +-------------------+--------------------------------------------------------------------+ | **Description** | Provide a grouping of component properties that describe an event. | +-------------------+--------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT`` | +-------------------+--------------------------------------------------------------------+ .. _symbol-ncal#freebusy: Freebusy ******** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Freebusy | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Provide a grouping of component properties that describe either a request for | | | free/busy time, describe a response to a request for free/busy time or describe | | | a published set of busy time. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.FREEBUSY`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-ncal#journal: Journal ******* +-------------------+---------------------------------------------------------------------------+ | **Children** | -- | +-------------------+---------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+---------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Journal | +-------------------+---------------------------------------------------------------------------+ | **Description** | Provide a grouping of component properties that describe a journal entry. | +-------------------+---------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.JOURNAL`` | +-------------------+---------------------------------------------------------------------------+ .. _symbol-ncal#timezone: Timezone ******** +-------------------+----------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Timezone | +-------------------+----------------------------------------------------------------------+ | **Description** | Provide a grouping of component properties that defines a time zone. | +-------------------+----------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.TIMEZONE`` | +-------------------+----------------------------------------------------------------------+ .. _symbol-ncal#todo: Todo **** +-------------------+------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Todo | +-------------------+------------------------------------------------------------------+ | **Description** | Provide a grouping of calendar properties that describe a to-do. | +-------------------+------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.TODO`` | +-------------------+------------------------------------------------------------------+ .. _symbol-nmm#tvseries: tv series ********* +-------------------+-------------------------------------------------------------------+ | **Children** | -- | +-------------------+-------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+-------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVSeries | +-------------------+-------------------------------------------------------------------+ | **Description** | A TV Series has multiple seasons and episodes | +-------------------+-------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.TVSERIES`` | +-------------------+-------------------------------------------------------------------+ .. _symbol-zg#eventinterpretation: EVENT_INTERPRETATION ******************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-zg#denyevent`, | | | :ref:`symbol-zg#accessevent`, | | | :ref:`symbol-zg#expireevent`, | | | :ref:`symbol-zg#leaveevent`, | | | :ref:`symbol-zg#createevent`, | | | :ref:`symbol-zg#moveevent`, | | | :ref:`symbol-zg#acceptevent`, | | | :ref:`symbol-zg#sendevent`, | | | :ref:`symbol-zg#modifyevent`, | | | :ref:`symbol-zg#deleteevent`, | | | :ref:`symbol-zg#receiveevent` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-interpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventInterpretation | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Base class for event interpretations. Please do no instantiate directly, but use | | | one of the sub classes. The interpretation of an event describes 'what happened' | | | - fx. 'something was created' or 'something was accessed' | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nco#organizationcontact: OrganizationContact ******************* +-------------------+------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nco#contact` | +-------------------+------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#OrganizationContact | +-------------------+------------------------------------------------------------------------------+ | **Description** | A Contact that denotes on Organization. | +-------------------+------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CONTACT.ORGANIZATION_CONTACT`` | +-------------------+------------------------------------------------------------------------------+ .. _symbol-nco#personcontact: PersonContact ************* +-------------------+---------------------------------------------------------------------------+ | **Children** | -- | +-------------------+---------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nco#contact` | +-------------------+---------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#PersonContact | +-------------------+---------------------------------------------------------------------------+ | **Description** | A Contact that denotes a Person. A person can have multiple Affiliations. | +-------------------+---------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.CONTACT.PERSON_CONTACT`` | +-------------------+---------------------------------------------------------------------------+ .. _symbol-nfo#application: Application *********** +-------------------+----------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#software` | +-------------------+----------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Application | +-------------------+----------------------------------------------------------------------+ | **Description** | An application | +-------------------+----------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.SOFTWARE.APPLICATION`` | +-------------------+----------------------------------------------------------------------+ .. _symbol-nfo#archive: Archive ******* +-------------------+------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#datacontainer` | +-------------------+------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive | +-------------------+------------------------------------------------------------------+ | **Description** | A compressed file. May contain other files or folder inside. | +-------------------+------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER.ARCHIVE`` | +-------------------+------------------------------------------------------------------+ .. _symbol-nfo#audio: Audio ***** +-------------------+----------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#media` | +-------------------+----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio | +-------------------+----------------------------------------------------------------+ | **Description** | A file containing audio content | +-------------------+----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.AUDIO`` | +-------------------+----------------------------------------------------------------+ .. _symbol-nfo#filesystem: Filesystem ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#filesystemimage` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#datacontainer` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A filesystem. Examples of filesystems include hard disk partitions, removable | | | media, but also images thereof stored in files. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER.FILESYSTEM`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#folder: Folder ****** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#datacontainer` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A folder/directory. Examples of folders include folders on a filesystem and | | | message folders in a mailbox. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER.FOLDER`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#mindmap: MindMap ******* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#document` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MindMap | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A MindMap, created by a mind-mapping utility. Examples might include FreeMind or | | | mind mapper. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.MIND_MAP`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#operatingsystem: OperatingSystem *************** +-------------------+--------------------------------------------------------------------------+ | **Children** | -- | +-------------------+--------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#software` | +-------------------+--------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#OperatingSystem | +-------------------+--------------------------------------------------------------------------+ | **Description** | An OperatingSystem | +-------------------+--------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.SOFTWARE.OPERATING_SYSTEM`` | +-------------------+--------------------------------------------------------------------------+ .. _symbol-nfo#presentation: Presentation ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#document` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Presentation | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A Presentation made by some presentation software (Corel Presentations, | | | OpenOffice Impress, MS Powerpoint etc.) | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.PRESENTATION`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#spreadsheet: Spreadsheet *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#document` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Spreadsheet | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A spreadsheet, created by a spreadsheet application. Examples might include | | | Gnumeric, OpenOffice Calc or MS Excel. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.SPREADSHEET`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#textdocument: TextDocument ************ +-------------------+-----------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#paginatedtextdocument`, | | | :ref:`symbol-nfo#plaintextdocument` | +-------------------+-----------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#document` | +-------------------+-----------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument | +-------------------+-----------------------------------------------------------------------+ | **Description** | A text document | +-------------------+-----------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.TEXT_DOCUMENT`` | +-------------------+-----------------------------------------------------------------------+ .. _symbol-nfo#trash: Trash ***** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#datacontainer` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Trash | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Represents a container for deleted files, a feature common in modern operating | | | systems. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER.TRASH`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#visual: Visual ****** +-------------------+-----------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#image`, | | | :ref:`symbol-nfo#video` | +-------------------+-----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#media` | +-------------------+-----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual | +-------------------+-----------------------------------------------------------------+ | **Description** | File containing visual content. | +-------------------+-----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL`` | +-------------------+-----------------------------------------------------------------+ .. _symbol-nmo#email: Email ***** +-------------------+----------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nmo#message` | +-------------------+----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email | +-------------------+----------------------------------------------------------------+ | **Description** | An email. | +-------------------+----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MESSAGE.EMAIL`` | +-------------------+----------------------------------------------------------------+ .. _symbol-nmo#immessage: IMMessage ********* +-------------------+--------------------------------------------------------------------+ | **Children** | -- | +-------------------+--------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nmo#message` | +-------------------+--------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#IMMessage | +-------------------+--------------------------------------------------------------------+ | **Description** | A message sent with Instant Messaging software. | +-------------------+--------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MESSAGE.IMMESSAGE`` | +-------------------+--------------------------------------------------------------------+ .. _symbol-nmm#musicalbum: music album *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#medialist` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicAlbum | +-------------------+----------------------------------------------------------------------------------+ | **Description** | The music album as provided by the publisher. Not to be confused with media | | | lists or collections. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA_LIST.MUSIC_ALBUM`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nmm#musicpiece: music ***** +-------------------+------------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#media` | +-------------------+------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicPiece | +-------------------+------------------------------------------------------------------------+ | **Description** | Used to assign music-specific properties such a BPM to video and audio | +-------------------+------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.MUSIC_PIECE`` | +-------------------+------------------------------------------------------------------------+ .. _symbol-zg#acceptevent: ACCEPT_EVENT ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AcceptEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when the user accepts a request of some sort. Examples could be | | | answering a phone call, accepting a file transfer, or accepting a friendship | | | request over an IM protocol. See also DenyEvent for when the user denies a | | | similar request | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.ACCEPT_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#accessevent: ACCESS_EVENT ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered by opening, accessing, or starting a resource. Most | | | zg:AccessEvents will have an accompanying zg:LeaveEvent, but this need not | | | always be the case | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.ACCESS_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#createevent: CREATE_EVENT ************ +-------------------+--------------------------------------------------------------------------+ | **Children** | -- | +-------------------+--------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+--------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#CreateEvent | +-------------------+--------------------------------------------------------------------------+ | **Description** | Event type triggered when an item is created | +-------------------+--------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.CREATE_EVENT`` | +-------------------+--------------------------------------------------------------------------+ .. _symbol-zg#deleteevent: DELETE_EVENT ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DeleteEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered because a resource has been deleted or otherwise made | | | permanently unavailable. Fx. when deleting a file. FIXME: How about when moving | | | to trash? | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.DELETE_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#denyevent: DENY_EVENT ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DenyEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when the user denies a request of some sort. Examples could be | | | rejecting a phone call, rejecting a file transfer, or denying a friendship | | | request over an IM protocol. See also AcceptEvent for the converse event type | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.DENY_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#expireevent: EXPIRE_EVENT ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ExpireEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when something expires or times out. These types of events are | | | normally not triggered by the user, but by the operating system or some external | | | party. Examples are a recurring calendar item or task deadline that expires or a | | | when the user fails to respond to an external request such as a phone call | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.EXPIRE_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#leaveevent: LEAVE_EVENT *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#LeaveEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered by closing, leaving, or stopping a resource. Most zg:LeaveEvents | | | will be following a zg:Access event, but this need not always be the case | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.LEAVE_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#modifyevent: MODIFY_EVENT ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ModifyEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered by modifying an existing resources. Fx. when editing and saving | | | a file on disk or correcting a typo in the name of a contact | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.MODIFY_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#moveevent: MOVE_EVENT ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#MoveEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when a resource has been moved from a location to another. Fx. | | | moving a file from a folder to another. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.MOVE_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#receiveevent: RECEIVE_EVENT ************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ReceiveEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when something is received from an external party. The event | | | manifestation must be set according to the world view of the receiving party. | | | Most often the item that is being received will be some sort of message - an | | | email, instant message, or broadcasted media such as micro blogging | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.RECEIVE_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#sendevent: SEND_EVENT ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventinterpretation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SendEvent | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Event triggered when something is send to an external party. The event | | | manifestation must be set according to the world view of the sending party. Most | | | often the item that is being send will be some sort of message - an email, | | | instant message, or broadcasted media such as micro blogging | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.EVENT_INTERPRETATION.SEND_EVENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#filesystemimage: FilesystemImage *************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#filesystem` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FilesystemImage | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An image of a filesystem. Instances of this class may include CD images, DVD | | | images or hard disk partition images created by various pieces of software (e.g. | | | Norton Ghost) | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DATA_CONTAINER.FILESYSTEM.FILESYSTEM_IMAGE` | | | ` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#image: Image ***** +-------------------+----------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#icon`, | | | :ref:`symbol-nfo#vectorimage`, | | | :ref:`symbol-nfo#rasterimage` | +-------------------+----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#visual` | +-------------------+----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image | +-------------------+----------------------------------------------------------------+ | **Description** | A file containing an image. | +-------------------+----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.IMAGE`` | +-------------------+----------------------------------------------------------------+ .. _symbol-nfo#paginatedtextdocument: PaginatedTextDocument ********************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#textdocument` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file containing a text document, that is unambiguously divided into pages. | | | Examples might include PDF, DOC, PS, DVI etc. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.TEXT_DOCUMENT.PAGINATED_TEXT_DOCUM | | | ENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#plaintextdocument: PlainTextDocument ***************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#sourcecode`, | | | :ref:`symbol-nfo#htmldocument` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#textdocument` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file containing plain text (ASCII, Unicode or other encodings). Examples may | | | include TXT, HTML, XML, program source code etc. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.TEXT_DOCUMENT.PLAIN_TEXT_DOCUMENT` | | | ` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#video: Video ***** +-------------------+----------------------------------------------------------------+ | **Children** | :ref:`symbol-nmm#tvshow`, | | | :ref:`symbol-nmm#movie` | +-------------------+----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#visual` | +-------------------+----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video | +-------------------+----------------------------------------------------------------+ | **Description** | A video file. | +-------------------+----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.VIDEO`` | +-------------------+----------------------------------------------------------------+ .. _symbol-nfo#htmldocument: HtmlDocument ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#plaintextdocument` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HtmlDocument | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A HTML document, may contain links to other files. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.TEXT_DOCUMENT.PLAIN_TEXT_DOCUMENT. | | | HTML_DOCUMENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#icon: Icon **** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#image` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Icon | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An Icon (regardless of whether it's a raster or a vector icon. A resource | | | representing an icon could have two types (Icon and Raster, or Icon and Vector) | | | if required. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.IMAGE.ICON`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#rasterimage: RasterImage *********** +-------------------+------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#cursor` | +-------------------+------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#image` | +-------------------+------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage | +-------------------+------------------------------------------------------------------------+ | **Description** | A raster image. | +-------------------+------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.IMAGE.RASTER_IMAGE`` | +-------------------+------------------------------------------------------------------------+ .. _symbol-nfo#sourcecode: SourceCode ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#plaintextdocument` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Code in a compilable or interpreted programming language. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.DOCUMENT.TEXT_DOCUMENT.PLAIN_TEXT_DOCUMENT. | | | SOURCE_CODE`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#vectorimage: VectorImage *********** +-------------------+------------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#image` | +-------------------+------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#VectorImage | +-------------------+------------------------------------------------------------------------+ | **Description** | | +-------------------+------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.IMAGE.VECTOR_IMAGE`` | +-------------------+------------------------------------------------------------------------+ .. _symbol-nmm#movie: movie ***** +-------------------+-----------------------------------------------------------------+ | **Children** | -- | +-------------------+-----------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#video` | +-------------------+-----------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#Movie | +-------------------+-----------------------------------------------------------------+ | **Description** | A Movie | +-------------------+-----------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.VIDEO.MOVIE`` | +-------------------+-----------------------------------------------------------------+ .. _symbol-nmm#tvshow: tv show ******* +-------------------+------------------------------------------------------------------+ | **Children** | -- | +-------------------+------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#video` | +-------------------+------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVShow | +-------------------+------------------------------------------------------------------+ | **Description** | A TV Show | +-------------------+------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.VIDEO.TVSHOW`` | +-------------------+------------------------------------------------------------------+ .. _symbol-nfo#cursor: Cursor ****** +-------------------+-------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+-------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#rasterimage` | +-------------------+-------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Cursor | +-------------------+-------------------------------------------------------------------------------+ | **Description** | A Cursor. | +-------------------+-------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Interpretation.MEDIA.VISUAL.IMAGE.RASTER_IMAGE.CURSOR`` | +-------------------+-------------------------------------------------------------------------------+ .. _symbol-manifestation: Manifestations ============== +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#mediastream`, | | | :ref:`symbol-nfo#filedataobject`, | | | :ref:`symbol-nfo#softwareservice`, | | | :ref:`symbol-nfo#harddiskpartition`, | | | :ref:`symbol-nco#contactlistdataobject`, | | | :ref:`symbol-zg#eventmanifestation`, | | | :ref:`symbol-nmo#mailboxdataobject`, | | | :ref:`symbol-nfo#remoteportaddress`, | | | :ref:`symbol-nfo#softwareitem`, | | | :ref:`symbol-ncal#calendardataobject` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | -- | +-------------------+----------------------------------------------------------------------------------+ | **URI** | Manifestation | +-------------------+----------------------------------------------------------------------------------+ | **Description** | The manifestation type of an event or subject is an abstract classification | | | of *"how did this happen"* or *"how does this item exist"*. | | | | | | Each manifestation type is uniquely identified by a URI. This class provides | | | a list of hard coded URI constants for programming convenience. In addition; | | | each interpretation instance in this class has a *display_name* property, which | | | is an internationalized string meant for end user display. | | | | | | The manifestation types listed here are all subclasses of *str* and may be | | | used anywhere a string would be used. | | | | | | Manifestations form a hierarchical type tree. So that fx. ArchiveItem, | | | Attachment, and RemoteDataObject all are sub types of FileDataObject. | | | These types can again have their own sub types. | | | | | | Templates match on all sub types, so that a query on subjects with manifestation | | | FileDataObject also match subjects of types Attachment or ArchiveItem and all | | | other sub types of FileDataObject | | | | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nco#contactlistdataobject: ContactListDataObject ********************* +-------------------+--------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+--------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+--------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nco#ContactListDataObject | +-------------------+--------------------------------------------------------------------------------+ | **Description** | An entity occuring on a contact list (usually interpreted as an nco:Contact) | +-------------------+--------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.CONTACT_LIST_DATA_OBJECT`` | +-------------------+--------------------------------------------------------------------------------+ .. _symbol-nfo#filedataobject: File **** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#embeddedfiledataobject`, | | | :ref:`symbol-nfo#deletedresource`, | | | :ref:`symbol-nfo#remotedataobject` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A resource containing a finite sequence of bytes with arbitrary information, | | | that is available to a computer program and is usually based on some kind of | | | durable storage. A file is durable in the sense that it remains available for | | | programs to use after the current program has finished. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#harddiskpartition: HardDiskPartition ***************** +-------------------+----------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HardDiskPartition | +-------------------+----------------------------------------------------------------------------+ | **Description** | A partition on a hard disk | +-------------------+----------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.HARD_DISK_PARTITION`` | +-------------------+----------------------------------------------------------------------------+ .. _symbol-nfo#mediastream: MediaStream *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaStream | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A stream of multimedia content, usually contained within a media container such | | | as a movie (containing both audio and video) or a DVD (possibly containing many | | | streams of audio and video). Most common interpretations for such a DataObject | | | include Audio and Video. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.MEDIA_STREAM`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#remoteportaddress: RemotePortAddress ***************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemotePortAddress | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An address specifying a remote host and port. Such an address can be interpreted | | | in many ways (examples of such interpretations include mailboxes, websites, | | | remote calendars or filesystems), depending on an interpretation, various kinds | | | of data may be extracted from such an address. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.REMOTE_PORT_ADDRESS`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#softwareitem: SoftwareItem ************ +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareItem | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A DataObject representing a piece of software. Examples of interpretations of a | | | SoftwareItem include an Application and an OperatingSystem. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.SOFTWARE_ITEM`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#softwareservice: SoftwareService *************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A service published by a piece of software, either by an operating system or an | | | application. Examples of such services may include calendar, addresbook and | | | mailbox managed by a PIM application. This category is introduced to distinguish | | | between data available directly from the applications (Via some Interprocess | | | Communication Mechanisms) and data available from files on a disk. In either | | | case both DataObjects would receive a similar interpretation (e.g. a Mailbox) | | | and wouldn't differ on the content level. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.SOFTWARE_SERVICE`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nmo#mailboxdataobject: MailboxDataObject ***************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MailboxDataObject | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An entity encountered in a mailbox. Most common interpretations for such an | | | entity include Message or Folder | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.MAILBOX_DATA_OBJECT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-ncal#calendardataobject: CalendarDataObject ****************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#CalendarDataObject | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A DataObject found in a calendar. It is usually interpreted as one of the | | | calendar entity types (e.g. Event, Journal, Todo etc.) | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.CALENDAR_DATA_OBJECT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#eventmanifestation: EVENT_MANIFESTATION ******************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-zg#useractivity`, | | | :ref:`symbol-zg#systemnotification`, | | | :ref:`symbol-zg#heuristicactivity`, | | | :ref:`symbol-zg#scheduledactivity`, | | | :ref:`symbol-zg#worldactivity` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-manifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventManifestation | +-------------------+----------------------------------------------------------------------------------+ | **Description** | Base class for event manifestation types. Please do no instantiate directly, but | | | use one of the sub classes. The manifestation of an event describes 'how it | | | happened'. Fx. 'the user did this' or 'the system notified the user' | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#deletedresource: DeletedResource *************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#filedataobject` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DeletedResource | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file entity that has been deleted from the original source. Usually such | | | entities are stored within various kinds of 'Trash' or 'Recycle Bin' folders. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.DELETED_RESOURCE`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#embeddedfiledataobject: EmbeddedFileDataObject ********************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-nfo#archiveitem`, | | | :ref:`symbol-nfo#attachment` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#filedataobject` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#EmbeddedFileDataObject | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file embedded in another data object. There are many ways in which a file may | | | be embedded in another one. Use this class directly only in cases if none of the | | | subclasses gives a better description of your case. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.EMBEDDED_FILE_DATA_OBJECT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#remotedataobject: RemoteDataObject **************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#filedataobject` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RemoteDataObject | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file data object stored at a remote location. Don't confuse this class with a | | | RemotePortAddress. This one applies to a particular resource, RemotePortAddress | | | applies to an address, that can have various interpretations. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.REMOTE_DATA_OBJECT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#heuristicactivity: HEURISTIC_ACTIVITY ****************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventmanifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#HeuristicActivity | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An event that is caused indirectly from user activity or deducted via analysis | | | of other events. Fx. if an algorithm divides a user workflow into disjoint | | | 'projects' based on temporal analysis it could insert heuristic events when the | | | user changed project | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION.HEURISTIC_ACTIVITY`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#scheduledactivity: SCHEDULED_ACTIVITY ****************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventmanifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ScheduledActivity | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An event that was directly triggered by some user initiated sequence of actions. | | | For example a music player automatically changing to the next song in a playlist | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION.SCHEDULED_ACTIVITY`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#systemnotification: SYSTEM_NOTIFICATION ******************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventmanifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SystemNotification | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An event send to the user by the operating system. Examples could include when | | | the user inserts a USB stick or when the system warns that the hard disk is full | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION.SYSTEM_NOTIFICATION`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#useractivity: USER_ACTIVITY ************* +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventmanifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An event that was actively performed by the user. For example saving or opening | | | a file by clicking on it in the file manager | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION.USER_ACTIVITY`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-zg#worldactivity: WORLD_ACTIVITY ************** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-zg#eventmanifestation` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#WorldActivity | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An event that was performed by an entity, usually human or organization, other | | | than the user. An example could be logging the activities of other people in a | | | team | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.EVENT_MANIFESTATION.WORLD_ACTIVITY`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#archiveitem: ArchiveItem *********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#embeddedfiledataobject` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#ArchiveItem | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file entity inside an archive. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.EMBEDDED_FILE_DATA_OBJECT.A | | | RCHIVE_ITEM`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-nfo#attachment: Attachment ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | :ref:`symbol-ncal#attachment` | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#embeddedfiledataobject` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Attachment | +-------------------+----------------------------------------------------------------------------------+ | **Description** | A file attached to another data object. Many data formats allow for attachments: | | | emails, vcards, ical events, id3 and exif... | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.EMBEDDED_FILE_DATA_OBJECT.A | | | TTACHMENT`` | +-------------------+----------------------------------------------------------------------------------+ .. _symbol-ncal#attachment: Attachment ********** +-------------------+----------------------------------------------------------------------------------+ | **Children** | -- | +-------------------+----------------------------------------------------------------------------------+ | **Parent** | :ref:`symbol-nfo#attachment` | +-------------------+----------------------------------------------------------------------------------+ | **URI** | http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Attachment | +-------------------+----------------------------------------------------------------------------------+ | **Description** | An object attached to a calendar entity. This class has been introduced to serve | | | as a structured value of the ncal:attach property. See the documentation of | | | ncal:attach for details. | +-------------------+----------------------------------------------------------------------------------+ | **Python object** | ``zeitgeist.datamodel.Manifestation.FILE_DATA_OBJECT.EMBEDDED_FILE_DATA_OBJECT.A | | | TTACHMENT.ATTACHMENT`` | +-------------------+----------------------------------------------------------------------------------+