summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 18:00:12 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 18:00:12 +0000
commita1240bf1637064b66da835603f80051f4d09a980 (patch)
treeee1cfbc78deb87f19c743938fff6a5ae26b3dd83
parentb87ed552b958cf42db5305f717d1d6d11ec85aed (diff)
Added nie:lastModified property. Ticket: https://sourceforge.net:443/apps/trac/oscaf/ticket/33
-rw-r--r--nfo/nfo.trig2
-rw-r--r--nie/nie.trig8
2 files changed, 9 insertions, 1 deletions
diff --git a/nfo/nfo.trig b/nfo/nfo.trig
index b54b59d..1df6583 100644
--- a/nfo/nfo.trig
+++ b/nfo/nfo.trig
@@ -633,7 +633,7 @@ nfo: {nfo:horizontalResolution
rdfs:domain nfo:FileDataObject ;
rdfs:label "fileLastModified" ;
rdfs:range xsd:dateTime ;
- rdfs:subPropertyOf dc:date .
+ rdfs:subPropertyOf nie:lastModified .
nfo:compressionType
a rdf:Property ;
diff --git a/nie/nie.trig b/nie/nie.trig
index 38432db..79d2a84 100644
--- a/nie/nie.trig
+++ b/nie/nie.trig
@@ -79,6 +79,14 @@ nie: {nie:characterSet
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:created .
+ nie:lastModified
+ a rdf:Property ;
+ rdfs:comment "Last modification date of the DataObject. Note that this date refers to the modification of the DataObject itself (i.e. the physical representation). Compare with nie:contentLastModified." ;
+ rdfs:domain nie:DataObject ;
+ rdfs:label "lastModified" ;
+ rdfs:range xsd:dateTime ;
+ rdfs:subPropertyOf dc:date .
+
nie:mimeType
a rdf:Property ;
rdfs:comment "The mime type of the resource, if available. Example: \"text/plain\". See http://www.iana.org/assignments/media-types/. This property applies to data objects that can be described with one mime type. In cases where the object as a whole has one mime type, while it's parts have other mime types, or there is no mime type that can be applied to the object as a whole, but some parts of the content have mime types - use more specific properties." ;