Schema Documentation
Classes
- 
- 
list:Directory
- 
The class of generic directories, online or in a filesystem
- 
   list:entry
 => list:File
 
- 
- 
list:File
- 
The class of generic files, online or on a filesystem
- 
   list:size
 => list:bytes
 
Properties
- 
list:changefrequency (rdf:Property)
- 
Frequency with which a page changes. One of: "always", "hourly", 
        "daily", "weekly", "monthly", "yearly", "never".
- 
list:entry (rdf:Property)
- 
Relates a subject directory to a file entry object
- domain: 
list:Directory
- range: 
list:File
- 
list:priority (rdf:Property)
- 
float value from 0 to 1, describing a priority with which search 
         engines should rate the URL against other locations in the same 
         domain.
- 
list:size (rdf:Property)
- 
Relates a file object to a literal size object, in list:bytes 
- domain: 
list:File
- range: 
list:bytes
Generated by Schemadoc