map "description" to "rdfs:comment" and use "description" in manifests.
--- 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": [