Skip to content

Commit

Permalink
fix context pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Jul 26, 2020
1 parent 764d81f commit 0e0e85f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/activities/activity1.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Activity",
"@id": "activity1.jsonld",
"prefLabel": "Example 1",
Expand Down
2 changes: 1 addition & 1 deletion examples/activities/activity1_embed.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Activity",
"@id": "activity1.jsonld",
"prefLabel": "Example 1",
Expand Down
2 changes: 1 addition & 1 deletion examples/protocols/protocol1.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Protocol",
"@id": "protocol1.jsonld",
"prefLabel": {
Expand Down
2 changes: 1 addition & 1 deletion examples/protocols/protocol1_embed.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Protocol",
"@id": "protocol1.jsonld",
"prefLabel": {
Expand Down
2 changes: 1 addition & 1 deletion examples/responses/response1.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Response",
"@id": "uuid:fc963765-1f1b-4ad9-bc4b-0d21b9de5acb",
"wasAttributedTo": {
Expand Down
2 changes: 1 addition & 1 deletion examples/responses/responseActivity1.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:ResponseActivity",
"@id": "uuid:96496a96-50d6-4b87-a65e-468420e7c80d",
"used": [
Expand Down

0 comments on commit 0e0e85f

Please sign in to comment.