diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-22 22:42:46 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-22 22:42:46 +0000 |
commit | 58438ea3e3fb05eea83c0205fbb605bd43f9342e (patch) | |
tree | e43dca86bff1e6128f9fb886edb68cdaf1296547 /nie | |
parent | c271a620aed70dbb4a490ad241cdec54a798b90b (diff) |
Improved the description of nie:contentLastModified. https://sourceforge.net/apps/trac/oscaf/ticket/31
Diffstat (limited to 'nie')
-rw-r--r-- | nie/nie.trig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nie/nie.trig b/nie/nie.trig index 5e7d2a7..2a42ec8 100644 --- a/nie/nie.trig +++ b/nie/nie.trig @@ -217,7 +217,7 @@ nie: {nie:characterSet nie:contentLastModified a rdf:Property ; - rdfs:comment "The date of the last modification of the content." ; + rdfs:comment "The date of the last modification of the original content (not its corresponding DataObject or local copy). Compare with nie:lastModified." ; rdfs:domain nie:InformationElement ; rdfs:label "contentLastModified" ; rdfs:range xsd:dateTime ; |