summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-28nfo:Software is a subclass of nao:Agent.HEADmasterSebastian Trueg2-2/+6
See also ticket #82.
2011-03-15Added nrl:maxCardinality to nie:url as per ticket #81.Sebastian Trueg2-3/+6
2011-03-15Merge branch 'nao/agent'Sebastian Trueg5-20/+83
Conflicts: CMakeLists.txt
2011-03-15Version bump.Sebastian Trueg1-2/+2
2011-02-22Deprecated nco:contactMediumComment in favor of nie:comment or nao:description.Sebastian Trueg1-2/+3
2011-02-22Added nuao:duration again but mark it as deprected in favor of nuao:end. ↵Sebastian Trueg1-1/+10
While this is ugly it avoids headaches with language bindings.
2011-02-22New class nao:Agent and new proeprty nao:maintainedBy as per ticket #80.Sebastian Trueg2-1/+20
2010-12-13Added new property nie:htmlContent as per ticket #50.Sebastian Trueg3-3/+15
2010-12-08version bump for new versionSebastian Trueg1-1/+1
2010-12-08Deprecated nco:contactMediumComment in favor of nie:comment or nao:description.Sebastian Trueg2-2/+4
2010-12-08Added missing "maxCardinality 1" properties.Sebastian Trueg2-16/+47
While this breaks backwards compatibility with code generators like the one from Nepomuk it is too important to not go the way of an ifdef in C++ code.
2010-12-07A set of new properties used to describe status of im accounts:George Goldberg2-0/+34
* isAccessedBy states a relationship between an im account of the user and another one which is accessed through the former. * inter-IMAccount relationships for representing presence subscriptions. * isBlocked property to indicate an nco:Contact that has been blocked. Approved via freedesktop bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=31381
2010-12-07Add IMCapabilities to replace the removed AudioIMAccount and VideoIMAccount ↵George Goldberg2-2/+24
classes. This allows the basic capabilities of text, audio and video to be specified on an IMAccount. Implementation specific capabilities (such as those for Telepathy) should be added in a separate extension ontology of their own. Deprecate nco:AudioIMAccount and nco:VideoIMAccount in favour of the new capabilities. Approved via freedesktop bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=31381
2010-12-06updated changelogSebastian Trueg1-0/+4
2010-12-06Forwardport of the last commit to svn after the git conversion.Sebastian Trueg1-2/+3
Commit by Evgeny (phreedom) Egorochkin: Deprecated nfo:FilesystemImage as per #7
2010-12-06Use the SDO package version as version for all ontologies. This makes ↵Sebastian Trueg22-16/+18
maintenance a lot simpler and cleaner. Also it will be much simpler to know which versions we talk about. Define release part of the version to be used in cmake macros
2010-08-19version bumpSebastian Trueg1-1/+1
2010-08-19Changed duration to an end time tag which is much easier to handle currently.Sebastian Trueg1-6/+6
While this is a non-backwards-compatible change the duration tag is not used anywhere in KDE yet. So I think there is no reason to keep the old property around as deprecated. This fixes ticket #77.
2010-08-19Minor issue caught by ontology validatorEvgeny Egorochkin1-0/+1
2010-08-19Fixed minor issue caught by ontology validatorEvgeny Egorochkin1-1/+1
2010-08-19Added a properly configured ontology validator by Antoni Mylka and missing ↵Evgeny Egorochkin3-0/+1408
base ontologies. These ontologies are used for testing and not installed at least for now.
2010-08-19Deprecated nie:coreGraph as per #27Evgeny Egorochkin1-1/+2
2010-08-19Added ENABLE_DCMI cmake option to disable installation of DCMI ontologies ↵Evgeny Egorochkin1-3/+8
due to licensing concerns in
2010-08-19Made nie:hasPart an inverse functional property and nie:isPartOf a ↵Evgeny Egorochkin1-2/+2
functional property as per #20
2010-08-18Added nao:userVisible property as per #76Evgeny Egorochkin1-0/+8
2010-05-09Version bump in preparation of 0.5 releaseSebastian Trueg1-2/+2
2010-05-09Updated changelog to match the lasest changes. Evgeny - next time you do it ↵Sebastian Trueg1-4/+15
yourself. ;)
2010-05-08Added nco:start and nco:end according to #69Evgeny Egorochkin1-0/+17
2010-05-08Raised both NDO version and the package version to mark the change in NDO.Sebastian Trueg2-2/+2
2010-05-08Changed the direction of nuao:involvedInEvent relation according to #73Evgeny Egorochkin1-8/+6
2010-05-08updated changelogSebastian Trueg1-0/+4
2010-05-08Yet another adjustment of graph URI to match the namespace. Also fixed nfo ↵Sebastian Trueg1-4/+4
namespace
2010-05-08Fixed graph URI to match the one used in the metadataSebastian Trueg1-1/+1
2010-05-06We do not need a compiler to build and install sdoSebastian Trueg1-1/+1
2010-05-06updated changelog and version bump in preparation of 0.4 releaseSebastian Trueg2-4/+29
2010-05-04Moved NUAO and NDO out of drafts into ontologies and added the necessary ↵Sebastian Trueg6-1/+350
build system constructs and files.
2010-05-04Fixed syntax errorSebastian Trueg1-2/+1
2010-04-28Added and/or improved deprecation notices as requested in #14Evgeny Egorochkin2-5/+6
2010-03-24Applied typo corrections from ticket #71.Sebastian Trueg2-4/+4
2010-03-23Added several filesystem properties according to #8Evgeny Egorochkin1-0/+36
2010-03-19Added nao:isDataGraphFor. #27Evgeny Egorochkin1-1/+8
2010-03-18nao:hasSubResource and nao:hasSuperResource were wrongly marked as ↵Evgeny Egorochkin1-3/+3
nrl:SymmetricProperty. #68
2010-03-12Reverted changes in commit r81, applied patch in ticket #67 to deprecateRoberto Guido1-9/+87
properties in range nco:Contact and add equivalent ones in range nco:ContactMedium
2010-03-11Changed ranges of multiple NEXIF properties as per #60Evgeny Egorochkin1-34/+34
2010-03-09Added nfo:characterPosition, nfo:pageNumber and nfo:streamPosition asRoberto Guido1-2/+23
properties of nfo:Bookmark. Closes bug #23
2010-03-09Modified domain for nmo:isRead. Closes bug #5Roberto Guido1-3/+3
2010-03-09Modified range to nmo:to, nmo:cc, nmo:from, nmo:primaryRecipient, nmo:replyTo,Roberto Guido1-11/+11
nmo:recipient, nmo:bcc, nmo:secondaryRecipient, nmo:sender. Bug #61
2010-03-08Version bump to a devel version so we can properly depend on improvementsSebastian Trueg1-1/+2
2010-03-08Added nrl:DsicardableInstanceBaseSebastian Trueg1-0/+3
2010-03-08Added nrl:DiscardableInstanceBase. #63Evgeny Egorochkin1-0/+6