Skip to content

Commit

Permalink
Merge pull request #437 from satra/master
Browse files Browse the repository at this point in the history
generated release 1.0.0-rc3
  • Loading branch information
satra authored Mar 18, 2021
2 parents 0ca58be + d5a1f97 commit 1c0a78e
Show file tree
Hide file tree
Showing 8 changed files with 2,728 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ following libraries via pip
- reproschema (makeRelease.py)
- pytablewriter (editProperties.py)

To make a new release:

```
python scripts/makeRelease.py <version>
python scripts/editProperties.py <version>
```

In addition, this repo uses pre-commit to check styling.

Install: `pip install pre-commit`
Expand Down
17 changes: 14 additions & 3 deletions docs/30_schema.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions releases/1.0.0-rc3/base
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfa": "http://www.w3.org/ns/rdfa#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"prov": "http://www.w3.org/ns/prov#",
"pav": "http://purl.org/pav/",
"nidm": "http://purl.org/nidash/nidm#",
"uuid": "http://uuid.repronim.org/",
"reproschema": "http://schema.repronim.org/"
}
}
281 changes: 281 additions & 0 deletions releases/1.0.0-rc3/generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,281 @@
{
"@context": [ "base",
{
"@version": 1.1,
"@language": "en",
"description": {
"@id": "schema:description",
"@container": "@language"
},
"name": {
"@id": "schema:name",
"@container": "@language"
},
"value": {
"@id": "reproschema:value"
},
"image": {
"@id": "schema:image"
},
"imageUrl": {
"@id": "schema:image",
"@type": "xsd:anyURI"
},
"audio": {
"@id": "schema:audio"
},
"video": {
"@id": "schema:video"
},
"contentUrl": {
"@id": "schema:contentUrl",
"@type": "xsd:anyURI"
},
"VideoObject": "schema:VideoObject",
"AudioObject": "schema:AudioObject",
"inLanguage": {
"@id": "schema:inLanguage"
},
"url": {
"@id": "schema:url",
"@type": "xsd:anyURI"
},
"citation": {
"@id": "schema:citation",
"@container": "@language"
},
"version": {
"@id": "schema:version",
"@container": "@language"
},
"schemaVersion": {
"@id": "schema:schemaVersion",
"@container": "@language"
},
"prefLabel": {
"@id": "skos:prefLabel",
"@container": "@language"
},
"altLabel": {
"@id": "skos:altLabel",
"@container": "@language"
},
"preamble": {
"@id": "reproschema:preamble",
"@container": "@language"
},
"valueType": {
"@id": "reproschema:valueType",
"@type": "@id",
"@container": "@set"
},
"landingPage": {
"@id": "reproschema:landingPage",
"@type": "xsd:anyURI",
"@container": "@set"
},
"question": {
"@id": "schema:question",
"@container": "@language"
},
"choices": {
"@id": "reproschema:choices"
},
"valueRequired": "schema:valueRequired",
"multipleChoice": {
"@id": "reproschema:multipleChoice",
"@type": "schema:Boolean"
},
"responseOptions": {
"@id": "reproschema:responseOptions",
"@container": "@set",
"@type": "@id"
},
"dataType": {
"@id": "schema:DataType",
"@type": "@id"
},
"minValue": {
"@id": "schema:minValue"
},
"maxValue": {
"@id": "schema:maxValue"
},
"unitCode": {
"@id": "schema:unitCode",
"@container": "@set"
},
"unitOptions": {
"@id": "reproschema:unitOptions",
"@container": "@set"
},
"ui" : "@nest",
"order": {
"@id": "reproschema:order",
"@container": "@list",
"@type": "@id",
"@nest": "ui"
},
"addProperties": {
"@id": "reproschema:addProperties",
"@type": "reproschema:AdditionalProperty",
"@container": "@set",
"@nest": "ui"
},
"overrideProperties": {
"@id": "reproschema:overrideProperties",
"@type": "reproschema:OverrideProperty",
"@container": "@set",
"@nest": "ui"
},
"message": {
"@id": "reproschema:message",
"@container": "@language"
},
"shuffle": {
"@id": "reproschema:shuffle",
"@type": "schema:Boolean",
"@nest": "ui"
},
"inputOptions": {
"@id": "reproschema:inputs",
"@container": "@index",
"@nest": "ui"
},
"inputType": {
"@id": "reproschema:inputType",
"@type": "xsd:string",
"@nest": "ui"
},
"readonlyValue": {
"@id": "schema:readonlyValue",
"@nest": "ui"
},
"compute": {
"@id": "reproschema:compute",
"@container": "@set"
},
"messages": {
"@id": "reproschema:messages",
"@container": "@set"
},
"jsExpression": {
"@id": "reproschema:jsExpression"
},
"isVis": {
"@id": "reproschema:isVis"
},
"variableName": "reproschema:variableName",
"isAbout": {
"@id": "reproschema:isAbout",
"@type": "@id"
},
"allow": {
"@id": "reproschema:allow",
"@container": "@set",
"@type": "@id",
"@nest": "ui"
},
"reproschema:Skipped": {"@id": "reproschema:Skipped"},
"reproschema:DontKnow": {"@id": "reproschema:DontKnow"},
"reproschema:TimedOut": {"@id": "reproschema:TimedOut"},
"reproschema:AutoAdvance": {"@id": "reproschema:AutoAdvance"},
"reproschema:DisableBack": {"@id": "reproschema:DisableBack"},
"reproschema:AllowExport": {"@id": "reproschema:AllowExport"},
"reproschema:AllowReplay": {"@id": "reproschema:AllowReplay"},
"timer": {
"@id": "reproschema:timer",
"@type": "@id",
"@nest": "ui"
},
"delay": {
"@id": "reproschema:delay",
"@type": "@id",
"@nest": "ui"
},
"additionalNotesObj": {
"@id": "reproschema:additionalNotesObj",
"@type": "reproschema:AdditionalNoteObj",
"@container": "@set"
},
"source": {
"@id": "reproschema:source",
"@type": "xsd:string"
},
"column": {
"@id": "reproschema:column",
"@type": "xsd:string"
},
"randomMaxDelay": {
"@id": "reproschema:randomMaxDelay"
},
"schedule": {
"@id": "reproschema:schedule"
},
"limit": {
"@id": "reproschema:limit"
},
"maxRetakes": {
"@id": "reproschema:maxRetakes"
},
"importedFrom": {
"@id": "pav:importedFrom",
"@type": "@id"
},
"importedBy": {
"@id": "pav:importedBy",
"@type": "@id"
},
"createdWith": {
"@id": "pav:createdWith",
"@type": "@id"
},
"createdBy": {
"@id": "pav:createdBy",
"@type": "@id"
},
"createdOn": {
"@id": "pav:createdOn",
"@type": "xsd:dateTime"
},
"previousVersion": {
"@id": "pav:previousVersion",
"@type": "@id"
},
"lastUpdateOn": {
"@id": "pav:lastUpdateOn",
"@type": "xsd:dateTime"
},
"derivedFrom": {
"@id": "prov:wasDerivedFrom",
"@type": "@id"
},
"used": {
"@id": "prov:used",
"@container": "@set",
"@type": "@id"
},
"wasAttributedTo": {
"@id": "prov:wasAttributedTo",
"@type": "reproschema:Participant",
"@container": "@set"
},
"wasAssociatedWith": {
"@id": "prov:wasAssociatedWith",
"@type": "reproschema:SoftwareAgent",
"@container": "@set"
},
"subject_id": {
"@id": "nidm:subject_id"
},
"startedAtTime": {
"@id": "prov:startedAtTime",
"@type": "xsd:dateTime"
},
"endedAtTime": {
"@id": "prov:endedAtTime",
"@type": "xsd:dateTime"
}
}
]
}
Loading

0 comments on commit 1c0a78e

Please sign in to comment.