Skip to content

Commit

Permalink
Merge pull request #528 from ReproNim/create-pull-request/patch
Browse files Browse the repository at this point in the history
[REL] adding files to for release 1.0.0
  • Loading branch information
djarecka authored Jun 21, 2024
2 parents 600712e + ab33526 commit 2600507
Show file tree
Hide file tree
Showing 5 changed files with 6,729 additions and 0 deletions.
246 changes: 246 additions & 0 deletions releases/1.0.0/reproschema
Original file line number Diff line number Diff line change
@@ -0,0 +1,246 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-02-16T13:37:16",
"source": "reproschema.yaml"
},
"@context": {
"linkml": "https://w3id.org/linkml/",
"nidm": "http://purl.org/nidash/nidm#",
"owl": "http://www.w3.org/2002/07/owl#",
"prov": "http://www.w3.org/ns/prov#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"reproschema": "http://schema.repronim.org/",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xml": {
"@id": "http://www.w3.org/XML/1998/namespace",
"@prefix": true
},
"xsd": "http://www.w3.org/2001/XMLSchema#",
"@vocab": "http://schema.repronim.org/",
"@version": 1.1,
"@language": "en",
"id": "@id",
"category": "@type",
"ui": "@nest",
"about": {
"@id": "schema:about"
},
"addProperties": {
"@container": "@set",
"@nest": "ui"
},
"additionalNotesObj": {
"@container": "@set"
},
"allow": {
"@type": "@id",
"@container": "@set",
"@nest": "ui"
},
"altLabel": {
"@id": "skos:altLabel",
"@container": "@language"
},
"associatedMedia": {
"@id": "schema:associatedMedia"
},
"audio": {
"@type": "@id",
"@id": "schema:audio"
},
"choices": {
"@container": "@set"
},
"citation": {
"@id": "schema:citation",
"@container": "@language"
},
"column": {
"@type": "xsd:string"
},
"compute": {
"@id": "reproschema:compute",
"@container": "@set"
},
"contentUrl": {
"@type": "@id",
"@id": "schema:contentUrl"
},
"cronTable": {
"@id": "reproschema:cronTable"
},
"datumType": {
"@id": "reproschema:datumType"
},
"description": {
"@id": "schema:description",
"@container": "@language"
},
"endedAtTime": {
"@type": "xsd:dateTime",
"@id": "prov:endedAtTime"
},
"generated": {
"@id": "prov:generated"
},
"image": {
"@type": "@id",
"@id": "schema:image"
},
"inLanguage": {
"@id": "schema:inLanguage",
"@language": null
},
"inputType": {
"@type": "xsd:string",
"@nest": "ui"
},
"isAbout": {
"@type": "@id"
},
"isPartOf": {
"@type": "@id",
"@id": "schema:isPartOf"
},
"landingPage": {
"@type": "@id",
"@container": "@set"
},
"limit": {
"@language": null
},
"maxValue": {
"@id": "schema:maxValue"
},
"message": {
"@container": "@language"
},
"messages": {
"@container": "@set"
},
"minValue": {
"@id": "schema:minValue"
},
"multipleChoice": {
"@type": "xsd:boolean"
},
"name": {
"@id": "schema:name",
"@container": "@language"
},
"order": {
"@type": "@id",
"@container": "@list",
"@nest": "ui"
},
"overrideProperties": {
"@container": "@set",
"@nest": "ui"
},
"preamble": {
"@id": "reproschema:preamble",
"@container": "@language"
},
"prefLabel": {
"@id": "skos:prefLabel",
"@container": "@language"
},
"question": {
"@id": "schema:question",
"@container": "@language"
},
"randomMaxDelay": {
"@language": null
},
"readonlyValue": {
"@type": "xsd:boolean",
"@id": "schema:readonlyValue",
"@nest": "ui"
},
"responseOptions": {
"@type": "@id"
},
"schedule": {
"@language": null
},
"schemaVersion": {
"@id": "schema:schemaVersion",
"@language": null
},
"shuffle": {
"@type": "xsd:boolean",
"@nest": "ui"
},
"source": {
"@type": "xsd:string"
},
"startedAtTime": {
"@type": "xsd:dateTime",
"@id": "prov:startedAtTime"
},
"subject_id": {
"@id": "nidm:subject_id"
},
"unitOptions": {
"@type": "@id",
"@container": "@set"
},
"url": {
"@type": "@id",
"@id": "schema:url"
},
"used": {
"@type": "@id",
"@container": "@set",
"@id": "prov:used"
},
"valueRequired": {
"@type": "xsd:boolean",
"@id": "schema:valueRequired"
},
"valueType": {
"@type": "@id",
"@container": "@set"
},
"version": {
"@id": "schema:version",
"@language": null
},
"video": {
"@type": "@id",
"@id": "schema:video"
},
"wasAssociatedWith": {
"@type": "@id",
"@id": "prov:wasAssociatedWith"
},
"wasAttributedTo": {
"@type": "@id",
"@id": "prov:wasAttributedTo"
},
"Activity": {
"@id": "reproschema:Activity"
},
"Agent": {
"@id": "prov:Agent"
},
"LangString": {
"@id": "rdf:langString"
},
"MediaObject": {
"@id": "schema:MediaObject"
},
"StructuredValue": {
"@id": "schema:StructuredValue"
},
"Thing": {
"@id": "schema:Thing"
},
"VideoObject": {
"@id": "schema:VideoObject"
}
}
}
Loading

0 comments on commit 2600507

Please sign in to comment.