summaryrefslogtreecommitdiff
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
parentb8ebd4277f914ab3cf37038971801d8d11449c42 (diff)
Added and/or improved deprecation notices as requested in #14
-rw-r--r--nexif/nexif.trig4
-rw-r--r--nid3/nid3.trig7
2 files changed, 6 insertions, 5 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 ;
diff --git a/nid3/nid3.trig b/nid3/nid3.trig
index b6d5366..780ad48 100644
--- a/nid3/nid3.trig
+++ b/nid3/nid3.trig
@@ -107,8 +107,9 @@ The 'Internet radio station name' frame contains the name of the internet radio
nid3:comments
a rdf:Property ;
nao:deprecated true ;
- rdfs:comment "COMM - This frame is indended for any kind of full text information that does not fit in any other frame. It consists of a frame header followed by encoding, language and content descriptors and is ended with the actual comment as a text string. Newline characters are allowed in the comment text string. There may be more than one comment frame in each tag, but only one with the same language and content descriptor." ;
+ rdfs:comment "COMM - This frame is indended for any kind of full text information that does not fit in any other frame. It consists of a frame header followed by encoding, language and content descriptors and is ended with the actual comment as a text string. Newline characters are allowed in the comment text string. There may be more than one comment frame in each tag, but only one with the same language and content descriptor. Deprecated in favor of the more generic nie:comment." ;
rdfs:domain nid3:ID3Audio ;
+ rdfs:subPropertyOf nie:comment ;
rdfs:label "comments" ;
rdfs:range xsd:string .
@@ -400,7 +401,7 @@ The 'Band/Orchestra/Accompaniment' frame is used for additional information abou
a rdf:Property ;
nao:deprecated true ;
rdfs:comment """TLAN
-The 'Language(s)' frame should contain the languages of the text or lyrics spoken or sung in the audio. The language is represented with three characters according to ISO-639-2. If more than one language is used in the text their language codes should follow according to their usage.""" ;
+The 'Language(s)' frame should contain the languages of the text or lyrics spoken or sung in the audio. The language is represented with three characters according to ISO-639-2. If more than one language is used in the text their language codes should follow according to their usage. Deprecated in favor of the more generic nie:language.""" ;
rdfs:domain nid3:ID3Audio ;
rdfs:label "language" ;
rdfs:range xsd:string ;
@@ -603,7 +604,7 @@ The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v
a rdf:Property ;
nao:deprecated true ;
rdfs:comment """TIT2
-The 'Title/Songname/Content description' frame is the actual name of the piece (e.g. \"Adagio\", \"Hurricane Donna\").""" ;
+The 'Title/Songname/Content description' frame is the actual name of the piece (e.g. \"Adagio\", \"Hurricane Donna\"). Deprecated in favor of the more generic nie:title.""" ;
rdfs:domain nid3:ID3Audio ;
rdfs:label "title" ;
rdfs:range xsd:string ;