Here’s an interesting idea from Justin Chapweske: Wiki + WebDAV = WikiFolders:
The basic idea behind WikiFolders is to ditch hierchical file organization in favor of the ad-hoc approach of Wikis. Instead of a hierchical organization of folders and files, we change the file system semantics to that of linkages between wiki pages and optional file attachments.
All folders in the file system would be WikiWords and likewise, all WikiWords within a wiki page would show up as a folder in the file system.

I *thought* this rang a bell last time I visited, now it’s clicked. A while ago I had some Wiki-noodling code hitched up to Jena, one of the things it recorded was links coming out of a page – I used contains/containedBy to express it:<rdf:Description rdf:about=”http://example.org/stiki#MakeItSo”> <j.0:containedBy rdf:resource=”http://example.org/stiki#global”/> <dc:title>MakeItSo</dc:title> <j.0:contains>FrontPage</j.0:contains> <j.1:created>2003-09-29T13:52:57Z</j.1:created> <j.1:modified>2003-09-29T13:52:57Z</j.1:modified> </rdf:Description>Never really did anything with it though – webDAV would be cool…