Skip to content

Commit

Permalink
removing old contexts and renaming the new one
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Mar 1, 2024
1 parent 7dbffe3 commit 27949dc
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 306 deletions.
18 changes: 0 additions & 18 deletions contexts/base

This file was deleted.

279 changes: 0 additions & 279 deletions contexts/generic

This file was deleted.

File renamed without changes.
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/reproschema_new",
"@context": "../../contexts/reproschema",
"@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/reproschema_new",
"@context": "../../contexts/reproschema",
"@type": "reproschema:Activity",
"@id": "activity1.jsonld",
"prefLabel": "Example 1",
Expand Down
2 changes: 1 addition & 1 deletion examples/activities/items/activity1_total_score
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/reproschema_new",
"@context": "../../../contexts/reproschema",
"@type": "reproschema:Field",
"@id": "activity1_total_score",
"prefLabel": "activity1_total_score",
Expand Down
2 changes: 1 addition & 1 deletion examples/activities/items/item1.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/reproschema_new",
"@context": "../../../contexts/reproschema",
"@type": "reproschema:Field",
"@id": "item1.jsonld",
"prefLabel": "item1",
Expand Down
2 changes: 1 addition & 1 deletion examples/activities/items/item2.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "../../../contexts/reproschema_new",
"@context": "../../../contexts/reproschema",
"@type": "reproschema:Field",
"@id": "item2.jsonld",
"prefLabel": "item2",
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/reproschema_new",
"@context": "../../contexts/reproschema",
"@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/reproschema_new",
"@context": "../../contexts/reproschema",
"@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/reproschema_new",
"@context": "../../contexts/reproschema",
"@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/reproschema_new",
"@context": "../../contexts/reproschema",
"@type": "reproschema:ResponseActivity",
"@id": "uuid:96496a96-50d6-4b87-a65e-468420e7c80d",
"used": [
Expand Down

0 comments on commit 27949dc

Please sign in to comment.