diff options
-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 . |