PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • ) tokens243 let nocoms = stripblockcomments tokens'244 -- using nub because getcons and findstuff are parsing parts of the file twice245 return $ FileData filename $ nub $ findstuff nocoms246 where evaluate [] = return ()247 evaluate (c:cs) = c `seq` evaluate cs248 -- my words is mainly copied from Data.List.249 -- difference abc::def is split into three words instead of one.250 -- We should reall
http://www.w3.org/ns/prov#wasQuotedFrom
  • haskell.org