summaryrefslogtreecommitdiff
path: root/nexif
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-04-28 06:05:25 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-04-28 06:05:25 +0000
commit929da1a2a669d28e94701ca6a99038b8693a4931 (patch)
treeccb3d3a6f500226efa1e2ee8224cad0f96bcd76e /nexif
parentb8ebd4277f914ab3cf37038971801d8d11449c42 (diff)
Added and/or improved deprecation notices as requested in #14
Diffstat (limited to 'nexif')
-rw-r--r--nexif/nexif.trig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexif/nexif.trig b/nexif/nexif.trig
index c453181..ed14b0d 100644
--- a/nexif/nexif.trig
+++ b/nexif/nexif.trig
@@ -889,11 +889,11 @@ tagNumber: 41993""" ;
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.""" ;
+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. Deprecated in favor of the more generic nie:copyright.""" ;
rdfs:domain nexif:Photo ;
rdfs:label "copyright" ;
rdfs:range xsd:string ;
- rdfs:subPropertyOf dc:rights , exif:copyright , nexif:exifAttribute .
+ rdfs:subPropertyOf dc:rights , exif:copyright , nexif:exifAttribute, nie:copyright .
nexif:customRendered
a rdf:Property ;