Sample PICS Label

left top right

Based on older PICS-NG format

Note: RDF is XML-based (not S-Expression)
(pics-2.0
  (label *schema "http://www.w3.org/ActiveCodeCapabilities"
         *for "http://www.mycompany.com/ClasLib/Widget.class"
         f_open  (label includes "*.doc,*.txt"
                        excludes "*.exe,*.com")
         f_close (label includes "*.doc,*.txt"
                        excludes "*.exe,*.com")
         f_read  (label includes "*.doc,*.txt"
                        excludes "*.exe,*.com")
         open_net_connect 
                 (label includes "18.29.0.1"
                        excludes "199.232.240.1")))

Jim Miller W3C