From 6e6d299ef27972f7caf1a2fd28d0a2d784fc34cc Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Sun, 9 Apr 2017 09:47:33 -0700 Subject: [PATCH] Use `foaf:nick` in first example using it, which is consistent with the next usage. Later on, the "nick" term is defined. Fixes #361. --- spec/latest/json-ld/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/latest/json-ld/index.html b/spec/latest/json-ld/index.html index 5d4e4741f..708b4045c 100644 --- a/spec/latest/json-ld/index.html +++ b/spec/latest/json-ld/index.html @@ -1897,7 +1897,7 @@

Sets and Lists

{ ... "@id": "http://example.org/people#joebob", - "nick": ****[ "joe", "bob", "JB" ]****, + "foaf:nick": ****[ "joe", "bob", "JB" ]****, ... } -->