From efe46962811753041ab03efbd02306e4b9f2b1b0 Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Tue, 4 May 2010 13:07:40 +0000 Subject: Fixed syntax error --- nid3/nid3.trig | 3 +-- 1 file changed, 1 insertion(+), 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 . -- cgit v1.2.3