--- a/spec/latest/json-ld/index.html Sat Jul 20 15:29:12 2013 -0400
+++ b/spec/latest/json-ld/index.html Sat Jul 20 15:59:06 2013 -0400
@@ -2114,7 +2114,7 @@
"@graph":****
[
{
- "@id": "http://manu.sporny.org/i/public",
+ "@id": "http://manu.sporny.org/about#manu",
"@type": "Person",
"name": "Manu Sporny",
"knows": "http://greggkellogg.net/foaf#me"
@@ -2123,7 +2123,7 @@
"@id": "http://greggkellogg.net/foaf#me",
"@type": "Person",
"name": "Gregg Kellogg",
- "knows": "http://manu.sporny.org/i/public"
+ "knows": "http://manu.sporny.org/about#manu"
}
]
}
@@ -2155,21 +2155,21 @@
</tr>
<tr>
<td>http://example.org/graphs/73</td>
- <td>http://manu.sporny.org/i/public</td>
+ <td>http://manu.sporny.org/about#manu</td>
<td>http://www.w3.org/2001/XMLSchema#type</td>
<td>http://xmlns.com/foaf/0.1/Person</td>
<td></td>
</tr>
<tr>
<td>http://example.org/graphs/73</td>
- <td>http://manu.sporny.org/i/public</td>
+ <td>http://manu.sporny.org/about#manu</td>
<td>http://xmlns.com/foaf/0.1/name</td>
<td>Manu Sporny</td>
<td></td>
</tr>
<tr>
<td>http://example.org/graphs/73</td>
- <td>http://manu.sporny.org/i/public</td>
+ <td>http://manu.sporny.org/about#manu</td>
<td>http://xmlns.com/foaf/0.1/knows</td>
<td>http://greggkellogg.net/foaf#me</td>
<td></td>
@@ -2192,7 +2192,7 @@
<td>http://example.org/graphs/73</td>
<td>http://greggkellogg.net/foaf#me</td>
<td>http://xmlns.com/foaf/0.1/knows</td>
- <td>http://manu.sporny.org/i/public</td>
+ <td>http://manu.sporny.org/about#manu</td>
<td></td>
</tr>
</tbody>
@@ -2219,7 +2219,7 @@
"****@graph****":
[
{
- "@id": "http://manu.sporny.org/i/public",
+ "@id": "http://manu.sporny.org/about#manu",
"@type": "foaf:Person",
"name": "Manu Sporny",
"knows": "http://greggkellogg.net/foaf#me"
@@ -2228,7 +2228,7 @@
"@id": "http://greggkellogg.net/foaf#me",
"@type": "foaf:Person",
"name": "Gregg Kellogg",
- "knows": "http://manu.sporny.org/i/public"
+ "knows": "http://manu.sporny.org/about#manu"
}
]
}
@@ -2246,7 +2246,7 @@
[
{
****"@context": ...,****
- "@id": "http://manu.sporny.org/i/public",
+ "@id": "http://manu.sporny.org/about#manu",
"@type": "foaf:Person",
"name": "Manu Sporny",
"knows": "http://greggkellogg.net/foaf#me"
@@ -2256,7 +2256,7 @@
"@id": "http://greggkellogg.net/foaf#me",
"@type": "foaf:Person",
"name": "Gregg Kellogg",
- "knows": "http://manu.sporny.org/i/public"
+ "knows": "http://manu.sporny.org/about#manu"
}
]
-->
@@ -2613,7 +2613,7 @@
"name": "Markus Lanthaler",
"knows": [
{
- "@id": "http://manu.sporny.org/",
+ "@id": "http://manu.sporny.org/about#manu",
"name": "Manu Sporny"
},
{
@@ -2642,14 +2642,14 @@
"name": "Dave Longley"
},
{
- "@id": "http://manu.sporny.org/",
+ "@id": "http://manu.sporny.org/about#manu",
"name": "Manu Sporny"
},
{
"@id": "http://me.markus-lanthaler.com/",
"name": "Markus Lanthaler",
"knows": [
- { "@id": "http://manu.sporny.org/" },
+ { "@id": "http://manu.sporny.org/about#manu" },
{ "@id": "_:b0" }
]
}
@@ -3274,7 +3274,7 @@
"name": "Markus Lanthaler",
"knows": [
{
- "@id": "http://manu.sporny.org/",
+ "@id": "http://manu.sporny.org/about#manu",
"name": "Manu Sporny"
},
{
@@ -3298,14 +3298,14 @@
"http://xmlns.com/foaf/0.1/name": "Dave Longley"
},
{
- "@id": "http://manu.sporny.org/",
+ "@id": "http://manu.sporny.org/about#manu",
"http://xmlns.com/foaf/0.1/name": "Manu Sporny"
},
{
"@id": "http://me.markus-lanthaler.com/",
"http://xmlns.com/foaf/0.1/name": "Markus Lanthaler",
"http://xmlns.com/foaf/0.1/knows": [
- { "@id": "http://manu.sporny.org/" },
+ { "@id": "http://manu.sporny.org/about#manu" },
{ "@id": "_:b0" }
]
}
@@ -3363,7 +3363,7 @@
<!--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
- <http://manu.sporny.org/i/public> a foaf:Person;
+ <http://manu.sporny.org/about#manu> a foaf:Person;
foaf:name "Manu Sporny";
foaf:homepage <http://manu.sporny.org/> .
-->
@@ -3377,7 +3377,7 @@
{
"foaf": "http://xmlns.com/foaf/0.1/"
},
- "@id": "http://manu.sporny.org/i/public",
+ "@id": "http://manu.sporny.org/about#manu",
"@type": "foaf:Person",
"foaf:name": "Manu Sporny",
"foaf:homepage": { "@id": "http://manu.sporny.org/" }
@@ -3397,7 +3397,7 @@
<!--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
- <http://manu.sporny.org/i/public>
+ <http://manu.sporny.org/about#manu>
a foaf:Person;
foaf:name "Manu Sporny";
foaf:knows [ a foaf:Person; foaf:name "Gregg Kellogg" ] .
@@ -3412,7 +3412,7 @@
{
"foaf": "http://xmlns.com/foaf/0.1/"
},
- "@id": "http://manu.sporny.org/i/public",
+ "@id": "http://manu.sporny.org/about#manu",
"@type": "foaf:Person",
"foaf:name": "Manu Sporny",
"foaf:knows":