summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--nfo/nfo.trig.in6
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index df0c0a8..80e411d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
Added new class nao:Agent and new property nao:maintainedBy
03/15/2011 - trueg
Set nrl:maxCardinality of nie:url to 1 as per ticket #81.
+ 03/28/2011 - trueg
+ Made nfo:Software a subClassOf nao:Agent as per ticket #82.
0.6
12/13/2010 - trueg
diff --git a/nfo/nfo.trig.in b/nfo/nfo.trig.in
index b5e17e0..f909d78 100644
--- a/nfo/nfo.trig.in
+++ b/nfo/nfo.trig.in
@@ -1,5 +1,6 @@
#
# Copyright (c) 2007 NEPOMUK Consortium
+# Copyright (c) 2011 Sebastian Trueg <trueg@kde.org>
# All rights reserved, licensed under either CC-BY or BSD.
#
# You are free:
@@ -817,7 +818,8 @@ nfo: {nfo:horizontalResolution
a rdfs:Class ;
rdfs:comment "A piece of software. Examples may include applications and the operating system. This interpretation most commonly applies to SoftwareItems." ;
rdfs:label "Software" ;
- rdfs:subClassOf nie:InformationElement .
+ rdfs:subClassOf nie:InformationElement ;
+ rdfs:subClassOf nao:Agent .
nfo:lossyCompressionType
a nfo:CompressionType ;
@@ -868,7 +870,7 @@ nfo: {nfo:horizontalResolution
"http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#" ;
nao:hasDefaultNamespaceAbbreviation
"nfo" ;
- nao:lastModified "2010-03-09T18:55:40.500Z" ;
+ nao:lastModified "2011-03-28T10:11:40.500Z" ;
nao:status "Unstable" ;
nao:updatable "0 " ;
nao:version "${SHAREDDESKTOPONTOLOGIES_VERSION}" .