Skip to content

Commit

Permalink
removed unneded prefix from 'entries'
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolbrig committed Sep 21, 2015
1 parent 3c24e7e commit 4299ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/manifest-context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#",
"sht": "http://www.w3.org/ns/shtest#",
"mf:entries": {
"entries": {
"@id": "mf:entries",
"@container": "@list",
"@type": "@id"
Expand Down
2 changes: 1 addition & 1 deletion tests/manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@id": "http://shexspec.github.io/test-suite/tests/manifest.ttl",
"@type": "mf:Manifest",
"rdfs:comment": "ShEx tests",
"mf:entries": [
"entries": [
"#a-string-syntax",
"#simple-star",
"#a-string-valid",
Expand Down

0 comments on commit 4299ad2

Please sign in to comment.