Skip to content

Commit

Permalink
Merge pull request #420 from satra/ref-remove-release-markers
Browse files Browse the repository at this point in the history
enh: change rc1 references to post rc1
  • Loading branch information
satra authored Jul 26, 2020
2 parents 5645d43 + 0e0e85f commit a639390
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/activities/activity1.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "../../releases/1.0.0-rc1/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Activity",
"@id": "activity1.jsonld",
"prefLabel": "Example 1",
"description": "Activity example 1",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"citation": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/",
"preamble": {
Expand Down
6 changes: 3 additions & 3 deletions examples/activities/activity1_embed.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "../../releases/1.0.0-rc1/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Activity",
"@id": "activity1.jsonld",
"prefLabel": "Example 1",
"description": "Activity example 1",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"citation": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/",
"preamble": {
Expand All @@ -24,7 +24,7 @@
"@id": "items/item1.jsonld",
"prefLabel": "item1",
"description": "Q1 of example 1",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"question": {
"en": "Little interest or pleasure in doing things",
Expand Down
4 changes: 2 additions & 2 deletions examples/activities/items/item1.jsonld
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"@context": "../../../releases/1.0.0-rc1/generic",
"@context": "../../../contexts/generic",
"@type": "reproschema:Field",
"@id": "item1.jsonld",
"prefLabel": "item1",
"description": "Q1 of example 1",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"question": {
"en": "Little interest or pleasure in doing things",
Expand Down
4 changes: 2 additions & 2 deletions examples/protocols/protocol1.jsonld
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"@context": "../../releases/1.0.0-rc1/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Protocol",
"@id": "protocol1.jsonld",
"prefLabel": {
"en": "Protocol1",
"es": "Protocol1_es"
},
"description": "example Protocol",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand Down
6 changes: 3 additions & 3 deletions examples/protocols/protocol1_embed.jsonld
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"@context": "../../releases/1.0.0-rc1/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:Protocol",
"@id": "protocol1.jsonld",
"prefLabel": {
"en": "Protocol1",
"es": "Protocol1_es"
},
"description": "example Protocol",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"ui": {
"addProperties": [
Expand All @@ -27,7 +27,7 @@
"@id": "../activities/activity1.jsonld",
"prefLabel": "Example 1",
"description": "Activity example 1",
"schemaVersion": "1.0.0-rc1",
"schemaVersion": "1.0.0-rc1.post",
"version": "0.0.1",
"citation": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1495268/",
"preamble": {
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": "../../releases/1.0.0-rc1/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": "../../releases/1.0.0-rc1/generic",
"@context": "../../contexts/generic",
"@type": "reproschema:ResponseActivity",
"@id": "uuid:96496a96-50d6-4b87-a65e-468420e7c80d",
"used": [
Expand Down

0 comments on commit a639390

Please sign in to comment.