summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2010-12-06 15:24:31 +0100
committerSebastian Trueg <trueg@kde.org>2010-12-06 15:24:31 +0100
commitc3319a0985391775a3bc4c2016027d46246f063b (patch)
tree4002c3fe504949be241866bba7887d237d49e428
parent7019153ebcfd5c4892c0353d5d908e7036705290 (diff)
Forwardport of the last commit to svn after the git conversion.
Commit by Evgeny (phreedom) Egorochkin: Deprecated nfo:FilesystemImage as per #7
-rw-r--r--nfo/nfo.trig.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/nfo/nfo.trig.in b/nfo/nfo.trig.in
index 2a48d71..b5e17e0 100644
--- a/nfo/nfo.trig.in
+++ b/nfo/nfo.trig.in
@@ -169,7 +169,7 @@ nfo: {nfo:horizontalResolution
nfo:Filesystem
a rdfs:Class ;
- rdfs:comment "A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files." ;
+ rdfs:comment "A filesystem. Examples of filesystems include hard disk partitions, removable media, but also images thereof stored in files such as ISO." ;
rdfs:label "Filesystem" ;
rdfs:subClassOf nfo:DataContainer .
@@ -379,7 +379,8 @@ nfo: {nfo:horizontalResolution
nfo:FilesystemImage
a rdfs:Class ;
- rdfs:comment "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)" ;
+ nao:deprecated true ;
+ rdfs:comment "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). Deprecated in favor of nfo:Filesystem." ;
rdfs:label "FilesystemImage" ;
rdfs:subClassOf nfo:Filesystem .