diff options
author | Sebastian Trueg <trueg@kde.org> | 2010-05-04 13:07:40 +0000 |
---|---|---|
committer | Sebastian Trueg <trueg@kde.org> | 2010-05-04 13:07:40 +0000 |
commit | efe46962811753041ab03efbd02306e4b9f2b1b0 (patch) | |
tree | ed8f18caa597d97ea761665a44db2b954f4a7e04 | |
parent | 929da1a2a669d28e94701ca6a99038b8693a4931 (diff) |
Fixed syntax error
-rw-r--r-- | nid3/nid3.trig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nid3/nid3.trig b/nid3/nid3.trig index 780ad48..506220a 100644 --- a/nid3/nid3.trig +++ b/nid3/nid3.trig @@ -457,8 +457,7 @@ The 'Content group description' frame is used if the sound belongs to a larger c nid3:ID3Audio a rdfs:Class ; - rdfs:comment "A File annotated with ID3 tags. Implementation notes: use nie:title for the actual name of the piece (TIT2, the 'Title/Songname/Content description' frame); use nie:language for the languages of the text or lyrics spoken or sung in the audio (TLAN, -the 'Language(s)' frame); use nie:comment for any kind of full text information that does not fit in any other frame (COMM frame)." ; + rdfs:comment "A File annotated with ID3 tags. Implementation notes: use nie:title for the actual name of the piece (TIT2, the 'Title/Songname/Content description' frame); use nie:language for the languages of the text or lyrics spoken or sung in the audio (TLAN, the 'Language(s)' frame); use nie:comment for any kind of full text information that does not fit in any other frame (COMM frame)." ; rdfs:label "ID3Audio" ; rdfs:subClassOf nfo:Audio . |