map "description" to "rdfs:comment" and use "description" in manifests.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 07 Apr 2013 18:44:17 -0700
changeset 1566 0fce3c4771d4
parent 1565 ac924f8c6063
child 1567 d6eddedabe01
map "description" to "rdfs:comment" and use "description" in manifests.
test-suite/context.jsonld
test-suite/manifest.jsonld
test-suite/tests/compact-manifest.jsonld
test-suite/tests/error-expand-manifest.jsonld
test-suite/tests/expand-manifest.jsonld
test-suite/tests/flatten-manifest.jsonld
test-suite/tests/frame-manifest.jsonld
test-suite/tests/fromRdf-manifest.jsonld
test-suite/tests/normalize-manifest.jsonld
test-suite/tests/toRdf-manifest.jsonld
--- a/test-suite/context.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/context.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -12,6 +12,7 @@
     "name":     "mf:name",
     "optimize": { "@id": "jld:input", "@type": "@id"},
     "purpose":  "rdfs:comment",
+    "description":  "rdfs:comment",
     "sequence": { "@id": "mf:entries", "@type": "@id", "@container": "@list" },
     "baseIri":  { "@id": "jld:baseiri", "@type": "@id" }
   }
--- a/test-suite/manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "This manifest loads additional manifests for specific behavior tests",
+  "description": "This manifest loads additional manifests for specific behavior tests",
   "name": "JSON-LD Test Suite",
   "sequence": [
     "tests/expand-manifest.jsonld",
--- a/test-suite/tests/compact-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/compact-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to Compaction tests use object compare",
+  "description": "JSON-LD to Compaction tests use object compare",
   "name": "compact",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
--- a/test-suite/tests/error-expand-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/error-expand-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to Expansion tests use object compare",
+  "description": "JSON-LD to Expansion tests use object compare",
   "name": "error-expand",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
--- a/test-suite/tests/expand-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/expand-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to Expansion tests use object compare",
+  "description": "JSON-LD to Expansion tests use object compare",
   "name": "expand",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
--- a/test-suite/tests/flatten-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/flatten-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD flatten tests use object compare",
+  "description": "JSON-LD flatten tests use object compare",
   "name": "flatten",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
--- a/test-suite/tests/frame-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/frame-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to Framing tests use object compare",
+  "description": "JSON-LD to Framing tests use object compare",
   "name": "frame",
   "baseIri": "http://json-ld.org/test-suite/tests/",
     "sequence": [{
--- a/test-suite/tests/fromRdf-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/fromRdf-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "RDF to JSON-LD tests take N-Quads Input",
+  "description": "RDF to JSON-LD tests take N-Quads Input",
   "name": "fromRdf",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
--- a/test-suite/tests/normalize-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/normalize-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to Expansion tests use object compare",
+  "description": "JSON-LD to Expansion tests use object compare",
   "name": "normalize",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [{
--- a/test-suite/tests/toRdf-manifest.jsonld	Sun Apr 07 17:12:34 2013 -0700
+++ b/test-suite/tests/toRdf-manifest.jsonld	Sun Apr 07 18:44:17 2013 -0700
@@ -2,7 +2,7 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "rdfs:comment": "JSON-LD to RDF tests generate N-Quads Output",
+  "description": "JSON-LD to RDF tests generate N-Quads Output",
   "name": "toRdf",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [