/usr/include/QtZeitgeist/interpretation.h is in libqzeitgeist-dev 0.7.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 | /*
* This file was generated by onto2cpp tool.
* Command line was: onto2cpp [('-o', 'Interpretation')]
* This is an auto-generated file.
* Do not edit! All changes made to it will be lost.
*/
#ifndef QTZEITGEIST_INTERPRETATION_H
#define QTZEITGEIST_INTERPRETATION_H
namespace QtZeitgeist
{
namespace Interpretation
{
namespace Event
{
/**
* ZGAccessEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent</ulink>
*
* 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.
*/
const char ZGAccessEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent";
/**
* ZGCreateEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#CreateEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#CreateEvent</ulink>
*
* Event type triggered when an item is created.
*/
const char ZGCreateEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#CreateEvent";
/**
* ZGDeleteEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DeleteEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DeleteEvent</ulink>
*
* 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?.
*/
const char ZGDeleteEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DeleteEvent";
/**
* ZGEventInterpretation
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventInterpretation">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventInterpretation</ulink>
*
* 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'.
*/
const char ZGEventInterpretation[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventInterpretation";
/**
* ZGLeaveEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#LeaveEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#LeaveEvent</ulink>
*
* 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.
*/
const char ZGLeaveEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#LeaveEvent";
/**
* ZGModifyEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ModifyEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ModifyEvent</ulink>
*
* 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.
*/
const char ZGModifyEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ModifyEvent";
/**
* ZGReceiveEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ReceiveEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ReceiveEvent</ulink>
*
* 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.
*/
const char ZGReceiveEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ReceiveEvent";
/**
* ZGSendEvent
*
* Macro defining the Interpretation type <ulink url="http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SendEvent">http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SendEvent</ulink>
*
* 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.
*/
const char ZGSendEvent[] = "http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SendEvent";
};
namespace Subject
{
/**
* NCALAlarm
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Alarm">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Alarm</ulink>
*
* Provide a grouping of component properties that define an alarm.
*/
const char NCALAlarm[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Alarm";
/**
* NCALCalendar
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Calendar">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Calendar</ulink>
*
* 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.
*/
const char NCALCalendar[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Calendar";
/**
* NCALEvent
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Event">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Event</ulink>
*
* Provide a grouping of component properties that describe an event.
*/
const char NCALEvent[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Event";
/**
* NCALFreebusy
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Freebusy">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Freebusy</ulink>
*
* 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.
*/
const char NCALFreebusy[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Freebusy";
/**
* NCALJournal
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Journal">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Journal</ulink>
*
* Provide a grouping of component properties that describe a journal entry.
*/
const char NCALJournal[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Journal";
/**
* NCALTimezone
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Timezone">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Timezone</ulink>
*
* Provide a grouping of component properties that defines a time zone.
*/
const char NCALTimezone[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Timezone";
/**
* NCALTodo
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Todo">http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Todo</ulink>
*
* Provide a grouping of calendar properties that describe a to-do.
*/
const char NCALTodo[] = "http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#Todo";
/**
* NFOApplication
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Application">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Application</ulink>
*
* An application.
*/
const char NFOApplication[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Application";
/**
* NFOArchive
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive</ulink>
*
* A compressed file. May contain other files or folder inside.
*/
const char NFOArchive[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Archive";
/**
* NFOAudio
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio</ulink>
*
* A file containing audio content.
*/
const char NFOAudio[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio";
/**
* NFOBookmark
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark</ulink>
*
* 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.
*/
const char NFOBookmark[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Bookmark";
/**
* NFOBookmarkFolder
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder</ulink>
*
* A folder with bookmarks of a webbrowser. Use nfo:containsBookmark to relate Bookmarks. Folders can contain subfolders, use containsBookmarkFolder to relate them.
*/
const char NFOBookmarkFolder[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#BookmarkFolder";
/**
* NFOCursor
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Cursor">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Cursor</ulink>
*
* A Cursor.
*/
const char NFOCursor[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Cursor";
/**
* NFODataContainer
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer</ulink>
*
* 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.
*/
const char NFODataContainer[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#DataContainer";
/**
* NFODocument
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document</ulink>
*
* A generic document. A common superclass for all documents on the desktop.
*/
const char NFODocument[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Document";
/**
* NFOExecutable
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Executable">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Executable</ulink>
*
* An executable file.
*/
const char NFOExecutable[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Executable";
/**
* NFOFilesystem
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem</ulink>
*
* A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files.
*/
const char NFOFilesystem[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Filesystem";
/**
* NFOFilesystemImage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FilesystemImage">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FilesystemImage</ulink>
*
* 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).
*/
const char NFOFilesystemImage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FilesystemImage";
/**
* NFOFolder
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder</ulink>
*
* A folder/directory. Examples of folders include folders on a filesystem and message folders in a mailbox.
*/
const char NFOFolder[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Folder";
/**
* NFOFont
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font</ulink>
*
* A font.
*/
const char NFOFont[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Font";
/**
* NFOHtmlDocument
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HtmlDocument">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HtmlDocument</ulink>
*
* A HTML document, may contain links to other files.
*/
const char NFOHtmlDocument[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#HtmlDocument";
/**
* NFOIcon
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Icon">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Icon</ulink>
*
* 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.
*/
const char NFOIcon[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Icon";
/**
* NFOImage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image</ulink>
*
* A file containing an image.
*/
const char NFOImage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Image";
/**
* NFOMedia
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media</ulink>
*
* 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).
*/
const char NFOMedia[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Media";
/**
* NFOMediaList
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList</ulink>
*
* A file containing a list of media files.e.g. a playlist.
*/
const char NFOMediaList[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MediaList";
/**
* NFOMindMap
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MindMap">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MindMap</ulink>
*
* A MindMap, created by a mind-mapping utility. Examples might include FreeMind or mind mapper.
*/
const char NFOMindMap[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#MindMap";
/**
* NFOOperatingSystem
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#OperatingSystem">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#OperatingSystem</ulink>
*
* An OperatingSystem.
*/
const char NFOOperatingSystem[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#OperatingSystem";
/**
* NFOPaginatedTextDocument
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument</ulink>
*
* A file containing a text document, that is unambiguously divided into pages. Examples might include PDF, DOC, PS, DVI etc.
*/
const char NFOPaginatedTextDocument[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument";
/**
* NFOPlainTextDocument
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument</ulink>
*
* A file containing plain text (ASCII, Unicode or other encodings). Examples may include TXT, HTML, XML, program source code etc.
*/
const char NFOPlainTextDocument[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument";
/**
* NFOPresentation
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Presentation">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Presentation</ulink>
*
* A Presentation made by some presentation software (Corel Presentations, OpenOffice Impress, MS Powerpoint etc.).
*/
const char NFOPresentation[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Presentation";
/**
* NFORasterImage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage</ulink>
*
* A raster image.
*/
const char NFORasterImage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#RasterImage";
/**
* NFOSoftware
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software</ulink>
*
* A piece of software. Examples may include applications and the operating system. This interpretation most commonly applies to SoftwareItems.
*/
const char NFOSoftware[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Software";
/**
* NFOSourceCode
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode</ulink>
*
* Code in a compilable or interpreted programming language.
*/
const char NFOSourceCode[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SourceCode";
/**
* NFOSpreadsheet
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Spreadsheet">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Spreadsheet</ulink>
*
* A spreadsheet, created by a spreadsheet application. Examples might include Gnumeric, OpenOffice Calc or MS Excel.
*/
const char NFOSpreadsheet[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Spreadsheet";
/**
* NFOTextDocument
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument</ulink>
*
* A text document.
*/
const char NFOTextDocument[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument";
/**
* NFOTrash
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Trash">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Trash</ulink>
*
* Represents a container for deleted files, a feature common in modern operating systems.
*/
const char NFOTrash[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Trash";
/**
* NFOVectorImage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#VectorImage">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#VectorImage</ulink>
*
* .
*/
const char NFOVectorImage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#VectorImage";
/**
* NFOVideo
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video</ulink>
*
* A video file.
*/
const char NFOVideo[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video";
/**
* NFOVisual
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual</ulink>
*
* File containing visual content.
*/
const char NFOVisual[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Visual";
/**
* NFOWebsite
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Website">http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Website</ulink>
*
* A website, usually a container for remote resources, that may be interpreted as HTMLDocuments, images or other types of content.
*/
const char NFOWebsite[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Website";
/**
* NMMMovie
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#Movie">http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#Movie</ulink>
*
* A Movie.
*/
const char NMMMovie[] = "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#Movie";
/**
* NMMMusicAlbum
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicAlbum">http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicAlbum</ulink>
*
* The music album as provided by the publisher. Not to be confused with media lists or collections.
*/
const char NMMMusicAlbum[] = "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicAlbum";
/**
* NMMMusicPiece
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicPiece">http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicPiece</ulink>
*
* Used to assign music-specific properties such a BPM to video and audio.
*/
const char NMMMusicPiece[] = "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#MusicPiece";
/**
* NMMTVSeries
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVSeries">http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVSeries</ulink>
*
* A TV Series has multiple seasons and episodes.
*/
const char NMMTVSeries[] = "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVSeries";
/**
* NMMTVShow
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVShow">http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVShow</ulink>
*
* A TV Show.
*/
const char NMMTVShow[] = "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#TVShow";
/**
* NMOEmail
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email</ulink>
*
* An email.
*/
const char NMOEmail[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Email";
/**
* NMOIMMessage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#IMMessage">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#IMMessage</ulink>
*
* A message sent with Instant Messaging software.
*/
const char NMOIMMessage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#IMMessage";
/**
* NMOMailbox
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Mailbox">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Mailbox</ulink>
*
* A mailbox - container for MailboxDataObjects.
*/
const char NMOMailbox[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Mailbox";
/**
* NMOMessage
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message</ulink>
*
* A message. Could be an email, instant messanging message, SMS message etc.
*/
const char NMOMessage[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#Message";
/**
* NMOMimeEntity
*
* Macro defining the Interpretation type <ulink url="http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MimeEntity">http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MimeEntity</ulink>
*
* A MIME entity, as defined in RFC2045, Section 2.4.
*/
const char NMOMimeEntity[] = "http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#MimeEntity";
};
};
};
#endif // QTZEITGEIST_INTERPRETATION_H
|