Skip to content

v3: openMINDS

Lyuba Zehl edited this page Nov 22, 2020 · 64 revisions

⚠️ NOTE: the following documentation is not yet complete.

OVERVIEW

actors products
contribution.schema.tpl.json dataset.schema.tpl.json
organization.schema.tpl.json datasetVersion.schema.tpl.json
person.schema.tpl.json model.schema.tpl.json
data modelVersion.schema.tpl.json
contentType.schema.tpl.json project.schema.tpl.json
copyright.schema.tpl.json researchProduct.schema.tpl.json
fileBundle.schema.tpl.json software.schema.tpl.json
fileInstance.schema.tpl.json softwareFeature.schema.tpl.json
fileRepository.schema.tpl.json softwareVersion.schema.tpl.json
hash.schema.tpl.json research
license.schema.tpl.json parameterSetting.schema.tpl.json
miscellaneous protocol.schema.tpl.json
digitalIdentifier.schema.tpl.json protocolExecution.schema.tpl.json
digitalIdentifierSchema.schema.tpl.json studyTarget.schema.tpl.json
funding.schema.tpl.json subject.schema.tpl.json
quantitativeValue.schema.tpl.json subjectState.schema.tpl.json
quantitativeValueRange.schema.tpl.json tissueSample.schema.tpl.json
tissueSampleState.schema.tpl.json

ACTORS

https://openminds.ebrains.eu/core/Contribution

property expects count
contributor object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 1 - 1
contributionType object (type: "https://openminds.ebrains.eu/controlledTerms/ContributionType") 1 - n

For more details have a look at the raw contribution.schema.tpl.json.
Back to OVERVIEW or top of ACTORS.

https://openminds.ebrains.eu/core/Organization

property expects count
digitalIdentifier object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 0 - n
fullName string (free text) 1 - 1
homepage string (pattern: IRI) 0 - 1
shortName string (free text) 0 - 1
parentOrganization object (type: "https://openminds.ebrains.eu/core/Organization") 0 - n

For more details have a look at the raw organization.schema.tpl.json.
Back to OVERVIEW or top of ACTORS.

https://openminds.ebrains.eu/core/Person

property expects count
email string (format: email) 1 - 1
familyName string (free text) 0 - 1
givenName string (free text) 1 - 1
digitalIdentifier object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 0 - n

For more details have a look at the raw person.schema.tpl.json.
Back to OVERVIEW or top of ACTORS.


DATA

https://openminds.ebrains.eu/core/ContentType

property expects count
associatedFileExtension string (free text) 1 - n
category string (free text) 1 - 1
ianaRef string (format: IRI) 0 - n
name string (free text) 1 - 1
synonyms string (free text) 0 - n

For more details have a look at the raw contentType.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/Copyright

property expects count
holder object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 1 - n
year string (pattern: ([0-9]{4}])) 0 - n

For more details have a look at the raw copyright.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/FileBundle

property expects count
contentType object (type: "https://openminds.ebrains.eu/core/ContentType") 0 - 1
groupedBy object (type: "https://openminds.ebrains.eu/controlledTerms/FileBundleGrouping") 0 - 1
hash object (type: "https://openminds.ebrains.eu/core/Hash") 1 - 1
isPartOf object (type: "https://openminds.ebrains.eu/core/FileBundle"|"https://openminds.ebrains.eu/core/FileRepository") 1 - 1
name string (free text) 1 - 1
resourceLocator string (format: IRI) 1 - 1
storageSize object (type: "https://openminds.ebrains.eu/core/QuantitativeValue")) 1 - 1

For more details have a look at the raw fileBundle.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/FileInstance

property expects count
contentType object (type: "https://openminds.ebrains.eu/core/ContentType") 0 - 1
hash object (type: "https://openminds.ebrains.eu/core/Hash") 1 - 1
isPartOf object (type: "https://openminds.ebrains.eu/core/FileBundle") 1 - 1
name string (free text) 1 - 1
resourceLocator string (format: IRI) 1 - 1
storageSize object (type: "https://openminds.ebrains.eu/core/QuantitativeValue")) 1 - 1

For more details have a look at the raw fileInstance.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/FileRepository

property expects count
contentType object (type: "https://openminds.ebrains.eu/core/ContentType") 0 - 1
hash object (type: "https://openminds.ebrains.eu/core/Hash") 1 - 1
name string (free text) 1 - 1
hostedBy object (type: "https://openminds.ebrains.eu/core/Organization") 1 - 1
resourceLocator string (format: IRI) 1 - 1
storageSize object (type: "https://openminds.ebrains.eu/core/QuantitativeValue")) 1 - 1

For more details have a look at the raw fileRepository.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/Hash

property expects count
digest string (free text) 1 - 1
algorithm string (free text) 1 - 1

For more details have a look at the raw hash.schema.tpl.json.
Back to OVERVIEW or top of DATA.

https://openminds.ebrains.eu/core/license

property expects count
disclaimer string (format: IRI) 0 - 1
fullName string (free text) 1 - 1
legalCode string (format: IRI) 1 - 1
shortName string (free text) 1 - 1

For more details have a look at the raw license.schema.tpl.json.
Back to OVERVIEW or top of DATA.


MISCELLANEOUS

https://openminds.ebrains.eu/core/DigitalIdentifier

property expects count
identifier string (free text) 1 - 1
howToCite string (free text) 0 - 1
identifierSchema object (type: "https://openminds.ebrains.eu/core/DigitalIdentifierSchema")) 1 - 1

For more details have a look at the raw digitalIdentifier.schema.tpl.json.
Back to OVERVIEW or top of MISCELLANEOUS.

https://openminds.ebrains.eu/core/DigitalIdentifierSchema

property expects count
type string (free text) 1 - 1
IRI string (format: IRI) 0 - 1
identifierPattern string (format: IRI) 0 - 1

For more details have a look at the raw digitalIdentifierSchema.schema.tpl.json.
Back to OVERVIEW or top of MISCELLANEOUS.

https://openminds.ebrains.eu/core/Funding

property expects count
acknowledgement string (free text) 0 - 1
awardNumber string (free text) 0 - 1
awardTitle string (free text) 0 - 1
funder object (type: "https://openminds.ebrains.eu/core/Organization")) 1 - 1

For more details have a look at the raw funding.schema.tpl.json.
Back to OVERVIEW or top of MISCELLANEOUS.

https://openminds.ebrains.eu/core/QuantitativeValue

property expects count
value number 1 - 1
uncertainty number 0 - 2
unit object (type: "https://openminds.ebrains.eu/controlledTerms/UnitOfMeasurement")) 0 - 1

For more details have a look at the raw quantitativeValue.schema.tpl.json.
Back to OVERVIEW or top of MISCELLANEOUS.

https://openminds.ebrains.eu/core/QuantitativeValueRange

property expects count
maxValue object (type: "https://openminds.ebrains.eu/core/QuantitativeValue") 1 - 1
minValue object (type: "https://openminds.ebrains.eu/core/QuantitativeValue") 1 - 1

For more details have a look at the raw quantitativeValueRange.schema.tpl.json.
Back to OVERVIEW or top of MISCELLANEOUS.


PRODUCTS

https://openminds.ebrains.eu/core/Dataset

property expects count
hasVersions object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 1 - n

For more details have a look at the raw dataset.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/DatasetVersion

property expects count
accessibility object (type: "https://openminds.ebrains.eu/controlledTerms/ProductAccessibility") 1 - 1
authors object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 1 - n
custodians object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 1 - n
description string (free text) 1 - 1
developers object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 0 - n
digitalIdentifier object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 1 - 1
ethicsAssessment object (type: "https://openminds.ebrains.eu/controlledTerms/EthicsAssessment") 1 - 1
fullDocumentation object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier" 1 - 1
fullName string (free text) 1 - 1
funding object (type: "https://openminds.ebrains.eu/core/Funding") 1 - n
hasAlternativeVersions object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - n
hasSupplementVersions object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - n
homepage string (format: IRI) 0 - 1
isNewVersionOf object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - 1
license object (type: "https://openminds.ebrains.eu/core/License") 1 - 1
modality object (type: "https://openminds.ebrains.eu/controlledTerms/Modality") 1 - n
otherContributions object (type: "https://openminds.ebrains.eu/core/Contributions") 0 - n
relatedPublications object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 0 - n
releaseDate string (format: date) 1 - 1
repository object (type: "https://openminds.ebrains.eu/core/FileRepository") 1 - 1
shortName string (free text) 1 - 1
studyTarget object (type: "https://openminds.ebrains.eu/core/StudyTarget") 1 - n
type object (type: "https://openminds.ebrains.eu/controlledTerms/DatasetType") 1 - n
versionIdentifier string (free text) 1 - 1
versionInnovations string (free text) 1 - 1

For more details have a look at the raw datasetVersion.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/Model

property expects count
hasVersions object (type: "https://openminds.ebrains.eu/core/ModelVersion") 1 - n

For more details have a look at the raw model.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/ModelVersion

property expects count
abstractionLevel object (type: "https://openminds.ebrains.eu/controlledTerms/ModelAbstractionLevel") 1 - 1
accessibility object (type: "https://openminds.ebrains.eu/controlledTerms/ProductAccessibility") 1 - 1
authors object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 0 - n
custodians object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 0 - n
description string (free text) 1 - 1
developers object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 1 - n
digitalIdentifier object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 1 - 1
format object (type: "https://openminds.ebrains.eu/core/ContentType") 1 - 1
fullDocumentation object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier" 1 - 1
fullName string (free text) 1 - 1
funding object (type: "https://openminds.ebrains.eu/core/Funding") 1 - n
hasAlternativeVersions object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - n
hasSupplementVersions object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - n
homepage string (format: IRI) 0 - 1
inputDataset object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - 1
isNewVersionOf object (type: "https://openminds.ebrains.eu/core/DatasetVersion") 0 - 1
license object (type: "https://openminds.ebrains.eu/core/License") 1 - 1
otherContributions object (type: "https://openminds.ebrains.eu/core/Contributions") 0 - n
relatedPublications object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 0 - n
releaseDate string (format: date) 1 - 1
repository object (type: "https://openminds.ebrains.eu/core/FileRepository") 1 - 1
scope object (type: "https://openminds.ebrains.eu/controlledTerms/ModelScope") 1 - n
shortName string (free text) 1 - 1
studyTarget object (type: "https://openminds.ebrains.eu/core/StudyTarget") 1 - n
versionIdentifier string (free text) 1 - 1
versionInnovations string (free text) 1 - 1

For more details have a look at the raw modelVersion.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/Project

property expects count
description string (free text) 1 - 1
fullName string (free text) 1 - 1
hasResearchProducts object (type: "https://openminds.ebrains.eu/core/Dataset"|"https://openminds.ebrains.eu/core/Model"|"https://openminds.ebrains.eu/core/Software"|"https://openminds.ebrains.eu/core/DatasetVersion"|"https://openminds.ebrains.eu/core/ModelVersion"|"https://openminds.ebrains.eu/core/SoftwareVersion") 2 - n
homepage string (format: IRI) 0 - 1
projectLeader object (type: "https://openminds.ebrains.eu/core/Person"|"https://openminds.ebrains.eu/core/Organization") 0 - n
shortName string (free text) 1 - 1

For more details have a look at the raw project.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/researchProduct

property expects count
description string (free text) 1 - 1
digitalIdentifier object (type: "https://openminds.ebrains.eu/core/DigitalIdentifier") 1 - 1
fullName string (free text) 1 - 1
homepage string (format: IRI) 0 - 1
shortName string (free text) 1 - 1

For more details have a look at the raw researchProduct.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/Software

property expects count
hasVersions object (type: "https://openminds.ebrains.eu/core/SoftwareVersion") 1 - n

For more details have a look at the raw software.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/SoftwareFeature

property expects count
category object (type: "https://openminds.ebrains.eu/controlledTerms/SoftwareFeatureCategory") 1 - 1
definitionReference string (format: IRI) 1 - 1
description string (free text) 0 - 1
name string (free text) 1 - 1

For more details have a look at the raw softwareFeature.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.

https://openminds.ebrains.eu/core/SoftwareVersion

property expects count
property string (free text) 1 - 1

For more details have a look at the raw softwareVersion.schema.tpl.json.
Back to OVERVIEW or top of PRODUCTS.


RESEARCH

https://openminds.ebrains.eu/core/ParameterSetting

property expects count
property string (free text) 1 - 1

For more details have a look at the raw parameterSetting.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/Protocol

property expects count
property string (free text) 1 - 1

For more details have a look at the raw protocol.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/ProtocolExecution

property expects count
property string (free text) 1 - 1

For more details have a look at the raw protocolExecution.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/StudyTarget

property expects count
property string (free text) 1 - 1

For more details have a look at the raw studyTarget.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/Subject

property expects count
property string (free text) 1 - 1

For more details have a look at the raw subject.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/SubjectState

property expects count
property string (free text) 1 - 1

For more details have a look at the raw subjectState.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

https://openminds.ebrains.eu/core/TissueSample

property expects count
property string (free text) 1 - 1

For more details have a look at the raw tissueSample.schema.tpl.json.

https://openminds.ebrains.eu/core/TissueSampleState

property expects count
property string (free text) 1 - 1

For more details have a look at the raw tissueSampleState.schema.tpl.json.
Back to OVERVIEW or top of RESEARCH.

Clone this wiki locally