Advertisement
Guest User

nvm

a guest
Dec 2nd, 2010
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. RDF API - Level 1 {
  2. - Introduction
  3. - RDF Concept Interfaces
  4. - Introduction
  5. - RDFTriple
  6. - RDFResource and RDFNode
  7. -- IRI
  8. -- PlainLiteral
  9. -- TypedLiteral
  10. -- BlankNode
  11. - RDFGraph
  12. -- RDFTripleFilter
  13. -- RDFTripleCallback
  14.  
  15. - RDF Data Interfaces
  16. - Introduction
  17. - DataContext
  18. - DataParser
  19. -- ParserCallback
  20. -- DataProcessor
  21. - DataSerializer
  22. }
  23.  
  24. RDF Data Objects {
  25. - Introduction
  26. - DataObject // PropertyGroup merged with JS3 objects
  27. -- RDFGraph Interface Extensions
  28. }
  29.  
  30.  
  31. RDFa API {
  32. - Introduction
  33. - RDFaParser // extends DataParser
  34. - Document Interface Extensions
  35. - DocumentData // extends DataContext, adds
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement