diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-05-09 14:32:46 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-05-09 14:32:46 -0500 |
commit | 3850b3fb56a2a5edc869af68ae40fc3f2873dc22 (patch) | |
tree | 42422e274c4b5c1c38d41357008d18cfe8d6d41d | |
parent | 96afe1b268deb97518f68a582f5693646c577cf6 (diff) | |
download | mediagoblin-3850b3fb56a2a5edc869af68ae40fc3f2873dc22.tar.lz mediagoblin-3850b3fb56a2a5edc869af68ae40fc3f2873dc22.tar.xz mediagoblin-3850b3fb56a2a5edc869af68ae40fc3f2873dc22.zip |
Removing the mediagoblin.jsonld file, which really was just the RDFa 1.1 file.
This commit sponsored by Matthew Cope. Thanks!
-rw-r--r-- | mediagoblin/static/metadata/rdfa11.jsonld (renamed from mediagoblin/static/metadata/mediagoblin-0.1.dev.jsonld) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/static/metadata/mediagoblin-0.1.dev.jsonld b/mediagoblin/static/metadata/rdfa11.jsonld index 20a71b53..b2557233 100644 --- a/mediagoblin/static/metadata/mediagoblin-0.1.dev.jsonld +++ b/mediagoblin/static/metadata/rdfa11.jsonld @@ -1,5 +1,6 @@ { "@context": { + "cat": "http://www.w3.org/ns/dcat#", "qb": "http://purl.org/linked-data/cube#", "grddl": "http://www.w3.org/2003/g/data-view#", "ma": "http://www.w3.org/ns/ma-ont#", @@ -44,4 +45,4 @@ "license": "http://www.w3.org/1999/xhtml/vocab#license", "role": "http://www.w3.org/1999/xhtml/vocab#role" } -} +}
\ No newline at end of file |