Spent this morning having another go at sorting out my lists and links. The aim is to keep them in a triplestore (probably Seki/Fuseki/TDB/Jena) and to be able to add, organise & edit them in a browser. I'd better leave this, have a nap then get on with something else now. So to help me remember where I'm at:
- Rearrange & in-place edit (with jQuery) worked on test page, doesn't yet work on real data (crashes browser!)
- Editory thing - four-pane CSS seems ok, CKEditor looks good for rich content, need to play (not tried with above yet, not sure about cross-list D&D)
- Did a dump of links from Chrome, ran through Tidy, XSLT (xsltproc) to ul/li and split into separate lists - basically working ok
tidy-default bookmarks_1_6_12.html > bookmarks.xml
xsltproc lib/bookmarks-split2lists.xsl bookmarks.xml
for file in *; do mv "$file" "${file}.html"; done
- Vocab - no idea for textual list items, Annotea has http://www.w3.org/2002/01/bookmark#Bookmark, also Tag Ontology
Everything in github under hyperdata/lists
PS. got some dump-from-del.icio.us code tagliatelle. Need to try AndyS's rdf:List with SPARQL 1.1 Update stuff.