trying to add a foaf:knows relation. Rdfa is not good yet. bblfish
authorHenry Story <henry.story@bblfish.net>
Wed, 23 Nov 2011 19:37:25 +0100
branchbblfish
changeset 205 1ba7e138eae0
parent 204 74138a0380aa
child 206 085e53d2264c
child 208 d0d898f89983
trying to add a foaf:knows relation. Rdfa is not good yet.
spec/img/WebIDSequence-friendly.graffle
spec/img/WebIDSequence-friendly.jpg
spec/img/WebIdGraph.graffle
spec/img/WebIdGraph.jpg
spec/index-respec.html
Binary file spec/img/WebIDSequence-friendly.graffle has changed
Binary file spec/img/WebIDSequence-friendly.jpg has changed
--- a/spec/img/WebIdGraph.graffle	Wed Nov 23 18:55:20 2011 +0100
+++ b/spec/img/WebIdGraph.graffle	Wed Nov 23 19:37:25 2011 +0100
@@ -258,7 +258,7 @@
 					<key>LineType</key>
 					<integer>1</integer>
 					<key>TailArrow</key>
-					<string>0</string>
+					<string>FilledArrow</string>
 				</dict>
 			</dict>
 			<key>Tail</key>
@@ -1661,7 +1661,7 @@
 						<string>0.427855</string>
 					</dict>
 					<key>HeadArrow</key>
-					<string>FilledArrow</string>
+					<string>0</string>
 					<key>LineType</key>
 					<integer>1</integer>
 					<key>TailArrow</key>
@@ -2511,7 +2511,7 @@
 	<key>MasterSheets</key>
 	<array/>
 	<key>ModificationDate</key>
-	<string>2011-11-23 17:54:11 +0000</string>
+	<string>2011-11-23 18:15:36 +0000</string>
 	<key>Modifier</key>
 	<string>Henry Story</string>
 	<key>NotesVisible</key>
Binary file spec/img/WebIdGraph.jpg has changed
--- a/spec/index-respec.html	Wed Nov 23 18:55:20 2011 +0100
+++ b/spec/index-respec.html	Wed Nov 23 19:37:25 2011 +0100
@@ -634,6 +634,7 @@
 
  bob:me a foaf:Person;
    foaf:name "Bob";
+   foaf:knows &lt;https://example.edu/p/Alois#MSc&gt;;
    :key [ a :RSAPublicKey;
      rdfs:label "made on 23 November 2011 on my laptop";
      :modulus "cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
@@ -646,7 +647,8 @@
 <p>There are many ways of writing out the above graph using RDFa in
 html. Here is just one example of what a WebID profile could look like.</p>
 <pre class="example" style="word-wrap: break-word; white-space: pre-wrap;">
-&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml"
+    prefix="xsd: http://www.w3.org/2001/XMLSchema"&gt;
 &lt;head&gt;
    &lt;title&gt;Welcome to Bob's Home Page&lt;/title&gt;
 &lt;/head&gt;
@@ -654,6 +656,10 @@
 &lt;!-- Snipped Html --&gt;
 &lt;div vocab="http://www.w3.org/ns/auth/cert#" about="#me" typeof="foaf:Person"&gt;
   &lt;span property="foaf:name"&gt;Bob&lt;/span&gt;
+  &lt;h2&gt;My Good Friends&lt;/h2&gt;
+  &lt;ul&gt;
+  &lt;li rel="foaf:knows" href="https://example.edu/p/Alois#MSc"&gt;Alois&lt;li&gt;
+  &lt;/ul&gt;
   &lt;h2&gt;My RSA Public Keys&lt;/h2&gt;
   &lt;div rel="key"&gt;
     &lt;p&gt;I made this key on the 23 November 2011 from my laptop.&lt;/p&gt;