Skip to content

Commit

Permalink
Merge pull request #463 from djarecka/satra_ref/linkml1
Browse files Browse the repository at this point in the history
Satra ref/linkml1
  • Loading branch information
djarecka authored Mar 1, 2024
2 parents 5c2fa67 + 27949dc commit 72c8ae5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 307 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.

4 changes: 3 additions & 1 deletion contexts/reproschema_new → contexts/reproschema
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,16 @@
"@id": "nidm:subject_id"
},
"unitOptions": {
"@type": "@id"
"@type": "@id",
"@container": "@set"
},
"url": {
"@type": "@id",
"@id": "schema:url"
},
"used": {
"@type": "@id",
"@container": "@set",
"@id": "prov:used"
},
"valueRequired": {
Expand Down
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 72c8ae5

Please sign in to comment.