summaryrefslogtreecommitdiff
path: root/nexif
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-01-25 13:05:28 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-01-25 13:05:28 +0000
commitc6b8cda5ab565acfea2fae18d0026014293f9d45 (patch)
tree7e3dbaab5028fea4299bcced194d7965b7ed0c0c /nexif
parent5b835a6f876ab9323bb2283a042e48bc9bf0d552 (diff)
Deprecated superfluous properties nexif:copyright, nid3:language, nid3:comments, and nid3:title as per #14.
Diffstat (limited to 'nexif')
-rw-r--r--nexif/nexif.trig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nexif/nexif.trig b/nexif/nexif.trig
index ef41a50..4d0b93e 100644
--- a/nexif/nexif.trig
+++ b/nexif/nexif.trig
@@ -55,7 +55,7 @@
nexif: {nexif:Photo
a rdfs:Class ;
- rdfs:comment "An Image File Directory" ;
+ rdfs:comment "A photo, an image captured using a camera, an EXIF Image File Directory. Implementation notes: use nie:copyright to store copyright notices." ;
rdfs:label "Photo" ;
rdfs:subClassOf exif:IFD , nfo:RasterImage .
@@ -887,6 +887,7 @@ tagNumber: 41993""" ;
nexif:copyright
a rdf:Property ;
+ nao:deprecated true ;
rdfs:comment """tagNumber: 33432
Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image.""" ;
rdfs:domain nexif:Photo ;