fixing Pubrules errors
authorNandana Mihindukulasooriya <nandana.cse@gmail.com>
Wed, 18 Jun 2014 12:28:32 +0200
changeset 671 5303831dcced
parent 670 fb4c496cb088
child 672 f8742743f4d5
fixing Pubrules errors
TR/WD-ldp-primer-20140620/Overview.html
--- a/TR/WD-ldp-primer-20140620/Overview.html	Wed Jun 18 11:31:22 2014 +0200
+++ b/TR/WD-ldp-primer-20140620/Overview.html	Wed Jun 18 12:28:32 2014 +0200
@@ -1,7 +1,8 @@
 <!DOCTYPE html>
-<!-- saved from url=(0077)file:///home/nandana/docs/w3c/ldp/TR/WD-ldp-primer-20140620/ldp-primer.html -->
-<html xmlns="http://www.w3.org/1999/xhtml" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  
+<html xmlns="http://www.w3.org/1999/xhtml" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en">
+
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>  
   <title>Linked Data Platform 1.0 Primer</title>
   <style type="text/css">
     div.syntaxmenu {
@@ -490,7 +491,7 @@
     </p>
 	<blockquote>
     <p>Types of LDPRs:
-      <img src="images/resources.png">
+      <img src="images/resources.png" alt="LDPR image">
     </p>
 	</blockquote>
     <p>
@@ -635,7 +636,7 @@
       
       <p>As her document storage was just created, it is an empty container. </p>
 
-      <div class="example"><div class="example-title"><span>Example 2</span>: Response - basic container retrieval</div><pre class="example"><div class="turtle" style="font-family: sans-serif;">Turtle:</div><div class="turtle"><pre>HTTP/1.1 200 OK 
+      <div class="example"><div class="example-title"><span>Example 2</span>: Response - basic container retrieval</div><div class="example"><div class="turtle" style="font-family: sans-serif;">Turtle:</div><div class="turtle"><pre>HTTP/1.1 200 OK 
 Content-Type: text/turtle; charset=UTF-8
 Link: &lt;http://www.w3.org/ns/ldp#BasicContainer&gt;; rel='type', &lt;http://www.w3.org/ns/ldp#Resource&gt;; rel='type'
 Allow: OPTIONS,HEAD,GET,POST,PUT,PATCH
@@ -660,7 +661,7 @@
   "@id": "http://example.org/alice/",
   "@type": [ "ldp:Container", "ldp:BasicContainer"],
   "dcterms:title": "Alice’s data storage on the Web",
-}</pre></div></pre></div> 
+}</pre></div></div></div> 
       
       <p> As shown in the example, in addition to the RDF representation of the Basic Container using the requested media type the server provides an etag of the resource representation and Link headers advertising that the requested resource is indeed an LDP Basic Container and it will support the LDP interaction model. </p>