Advertisement
Guest User

Untitled

a guest
May 25th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <rdf:RDF
  4. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5. xmlns:si="http://www.w3schools.com/rdf/">
  6.  
  7. <rdf:Description rdf:about="http://www.w3schools.com">
  8. <si:title>W3Schools</si:title>
  9. <si:author>Jan Egil Refsnes</si:author>
  10. </rdf:Description
  11. >
  12. </rdf:RDF>
  13.  
  14. <rdf:RDF
  15. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  16. xmlns:mydomain="http://www.mydomain.org/my-rdf-ns">
  17. <rdf:Description
  18. rdf:about="http://www.cit.gu.edu.au/~db">
  19. <mydomain:site-owner
  20. rdf:resource=“#David Billington“/>
  21. </rdf:Description>
  22. </rdf:RDF>
  23.  
  24.  
  25.  
  26. LAPD as http://web.fe.up.pt/~jlopes/doku.php/teach/lapd/index
  27. JCL as http://web.fe.up.pt/~jlopes/
  28. You (student of LAPD) as http://web.fe.up.pt/~<you>/
  29. Today's lecture as http://web.fe.up.pt/~jlopes/doku.php/teach/lapd/lectures/09
  30. This practical class as http://web.fe.up.pt/~jlopes/doku.php/teach/lapd/labs/09
  31.  
  32. Assign simple properties (with literal values) to each resource
  33. Name of LAPD, JCL, You
  34. Number of LAPD, JCL, You
  35. Assign complex properties (with other resources) to each resource
  36. Teacher of LAPD
  37. Students of LAPD (with rdf:Bag)
  38. Continue the development of the XML-based application
  39.  
  40. <rdf:RDF
  41. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  42. xmlns:lapd="http://web.fe.up.pt/~jlopes/doku.php/teach/lapd/index"
  43. xmlns:jcl="http://web.fe.up.pt/~jlopes/"
  44. xmlns:rafa="http://web.fe.up.pt/~201001823"
  45. >
  46.  
  47. </rdf:RDF>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement