See Also: Home Links Personal Site Blogroll  FriendFeed CV

Tags:

RDF Navigation Example

Given the following folder and file structure...

index0
folder1
   \_index1
   \_file1a
   \_subfolder1a
        \_file1a1
        \_file1a2
   \_subfolder1b
        \file1b1
folder2
   \_index2
   \_file2a
   \_subfolder2

The following relationships could be said to be true..

index0 is class index subclass-of file
folder1 is class folder
file1a is class file
index0 is parent of [ index1 and index2 and file1a and file2a ]
index0 is grandparent of [ file1a1 and file1a2 and file1b1 ]
index0 is ancestor of [ file1a1 and file1a2 and file1b1 ]
folder1 is parent of [ index1 and file1a ]
index1 is parent of file1a
file1a1 is sibling of file1a2
file1a1 is cousin of file1b1
file1a is cousin of file2a
file1a1 may be related to file2a
file1a1 is owned by deeknow
file1a1 was lastmodified by deeknow

and some non-content relationships...

deeknow authored file1a1
deeknow is class author subclass-of person
deeknow has emailaddress 'deeknow@pobox.com'


See Also: RDF Navigation | RDF | Semantic Web | Notes Index