diff --git a/schemas/v1.0/core/data/fileInstance.schema.omi.json b/schemas/v1.0/core/data/fileInstance.schema.omi.json deleted file mode 100644 index d4c7cc15..00000000 --- a/schemas/v1.0/core/data/fileInstance.schema.omi.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "_module": "core", - "_type": "https://openminds.ebrains.eu/core/FileInstance", - "description": "Structured information on a file instances.", - "label": "File instance", - "name": "FileInstance", - "properties": { - "https://openminds.ebrains.eu/vocab/IRI": { - "_instruction": "Enter the internationalized resource identifier of this file instance.", - "description": "Stands for Internationalized Resource Identifier which is an internet protocol standard that builds on the URI protocol, extending the set of permitted characters to include Unicode/ISO 10646.", - "format": "iri", - "formatting": "text/plain", - "label": "Iri", - "labelPlural": "IRIs", - "multiline": false, - "name": "IRI", - "namePlural": "IRIs", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/content": { - "_instruction": "Enter a short content description for this file instance.", - "description": "Something that is contained.", - "formatting": "text/plain", - "label": "Content", - "labelPlural": "Content", - "multiline": false, - "name": "content", - "namePlural": "content", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/format": { - "_instruction": "Add the content type of this file instance.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/core/ContentType" - ], - "description": "Method of digitally organizing and structuring data or information.", - "label": "Format", - "labelPlural": "Formats", - "name": "format", - "nameForReverseLink": null, - "namePlural": "formats" - }, - "https://openminds.ebrains.eu/vocab/hash": { - "_instruction": "Add the hash that was generated for this file instance.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/core/Hash" - ], - "description": "Term used for the process of converting any data into a single value. Often also directly refers to the resulting single value.", - "label": "Hash", - "labelPlural": "Hashes", - "name": "hash", - "nameForReverseLink": null, - "namePlural": "hashes" - }, - "https://openminds.ebrains.eu/vocab/isPartOf": { - "_instruction": "Add one or several file bundles in which this file instance can be grouped in.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/core/FileBundle" - ], - "description": "Reference to the ensemble of multiple things or beings.", - "label": "Is part of", - "labelPlural": "Is part of", - "minItems": 1, - "name": "isPartOf", - "nameForReverseLink": null, - "namePlural": "isPartOf", - "type": "array", - "uniqueItems": true - }, - "https://openminds.ebrains.eu/vocab/name": { - "_instruction": "Enter the name of this file instance.", - "description": "Word or phrase that constitutes the distinctive designation of a being or thing.", - "formatting": "text/plain", - "label": "Name", - "labelPlural": "Names", - "multiline": false, - "name": "name", - "namePlural": "names", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/specialUsageRole": { - "_instruction": "Add a special usage role for this file instance.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/controlledTerms/fileUsageRole" - ], - "description": "Particular function of something when it is used.", - "label": "Special usage role", - "labelPlural": "Special usage roles", - "name": "specialUsageRole", - "nameForReverseLink": null, - "namePlural": "specialUsageRoles" - }, - "https://openminds.ebrains.eu/vocab/storageSize": { - "_embeddedTypes": [ - "https://openminds.ebrains.eu/core/QuantitativeValue" - ], - "_instruction": "Enter the storage size this file instance allocates.", - "description": "Quantitative value defining how much disk space is used by an object on a computer system.", - "label": "Storage size", - "labelPlural": "Storage sizes", - "name": "storageSize", - "nameForReverseLink": null, - "namePlural": "storageSizes" - } - }, - "required": [ - "https://openminds.ebrains.eu/vocab/IRI", - "https://openminds.ebrains.eu/vocab/isPartOf", - "https://openminds.ebrains.eu/vocab/name" - ] -} \ No newline at end of file diff --git a/schemas/v1.0/core/miscellaneous/digitalIdentifier.schema.omi.json b/schemas/v1.0/core/miscellaneous/digitalIdentifier.schema.omi.json deleted file mode 100644 index fcd7aad8..00000000 --- a/schemas/v1.0/core/miscellaneous/digitalIdentifier.schema.omi.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "_module": "core", - "_type": "https://openminds.ebrains.eu/core/DigitalIdentifier", - "description": "Structured information on a digital identifier.", - "label": "Digital identifier", - "name": "DigitalIdentifier", - "properties": { - "https://openminds.ebrains.eu/vocab/howToCite": { - "_instruction": "Enter the preferred citation text for the resource this digital identifier stands for.", - "description": "Preferred format for citing a particular object or legal person.", - "formatting": "text/markdown", - "label": "How to cite", - "labelPlural": "How to cite", - "multiline": true, - "name": "howToCite", - "namePlural": "howToCite", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/identifier": { - "_instruction": "Enter the digital identifier of a resource.", - "description": "Term or code used to identify something or someone.", - "formatting": "text/plain", - "label": "Identifier", - "labelPlural": "Identifiers", - "multiline": false, - "name": "identifier", - "namePlural": "identifiers", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/identifierSchema": { - "_instruction": "Add the used schema of this digital identifier.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/core/DigitalIdentifierSchema" - ], - "description": "Standard for creating a particular identifier for something or someone.", - "label": "Identifier schema", - "labelPlural": "Identifier schemas", - "name": "identifierSchema", - "nameForReverseLink": null, - "namePlural": "identifierSchemas" - } - }, - "required": [ - "https://openminds.ebrains.eu/vocab/identifier", - "https://openminds.ebrains.eu/vocab/identifierSchema" - ] -} \ No newline at end of file diff --git a/schemas/v1.0/core/miscellaneous/digitalIdentifierSchema.schema.omi.json b/schemas/v1.0/core/miscellaneous/digitalIdentifierSchema.schema.omi.json deleted file mode 100644 index bdf0503c..00000000 --- a/schemas/v1.0/core/miscellaneous/digitalIdentifierSchema.schema.omi.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "_module": "core", - "_type": "https://openminds.ebrains.eu/core/DigitalIdentifierSchema", - "description": "Structured information on a digital identifier schema.", - "label": "Digital identifier schema", - "name": "DigitalIdentifierSchema", - "properties": { - "https://openminds.ebrains.eu/vocab/IRI": { - "_instruction": "Enter the internationalized resource identifier (IRI) of this digital identifier schema.", - "description": "Stands for Internationalized Resource Identifier which is an internet protocol standard that builds on the URI protocol, extending the set of permitted characters to include Unicode/ISO 10646.", - "format": "iri", - "formatting": "text/plain", - "label": "Iri", - "labelPlural": "IRIs", - "multiline": false, - "name": "IRI", - "namePlural": "IRIs", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/identifierPattern": { - "_instruction": "Enter the required pattern for the identifiers of this digital identifier schema.", - "description": "Format of a term or code used to identify something or someone.", - "formatting": "text/plain", - "label": "Identifier pattern", - "labelPlural": "Identifier patterns", - "multiline": false, - "name": "identifierPattern", - "namePlural": "identifierPatterns", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/type": { - "_instruction": "Enter the type of this digital identifier schema.", - "description": "Distinct class to which a group of entities or concepts with similar characteristics or attributes belong to.", - "formatting": "text/plain", - "label": "Type", - "labelPlural": "Types", - "multiline": false, - "name": "type", - "namePlural": "types", - "type": "string" - } - }, - "required": [ - "https://openminds.ebrains.eu/vocab/type" - ] -} \ No newline at end of file diff --git a/schemas/v1.0/core/research/parameterSetting.schema.omi.json b/schemas/v1.0/core/research/parameterSetting.schema.omi.json deleted file mode 100644 index a4f44038..00000000 --- a/schemas/v1.0/core/research/parameterSetting.schema.omi.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "_module": "core", - "_type": "https://openminds.ebrains.eu/core/ParameterSetting", - "description": "Structured information on a used parameter setting.", - "label": "Parameter setting", - "name": "ParameterSetting", - "properties": { - "https://openminds.ebrains.eu/vocab/description": { - "_instruction": "Enter a description of this parameter setting.", - "description": "Longer statement or account giving the characteristics of someone or something.", - "formatting": "text/markdown", - "label": "Description", - "labelPlural": "Descriptions", - "multiline": true, - "name": "description", - "namePlural": "descriptions", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/name": { - "_instruction": "Enter the name of this parameter setting.", - "description": "Word or phrase that constitutes the distinctive designation of a being or thing.", - "formatting": "text/plain", - "label": "Name", - "labelPlural": "Names", - "multiline": false, - "name": "name", - "namePlural": "names", - "type": "string" - }, - "https://openminds.ebrains.eu/vocab/relevantFor": { - "_instruction": "Add the technique or behavioral task where this parameter setting is used in.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/controlledTerms/BehavioralTask", - "https://openminds.ebrains.eu/controlledTerms/Technique" - ], - "description": "Reference to what or whom something or someone bears significance.", - "label": "Relevant for", - "labelPlural": "Relevant for", - "name": "relevantFor", - "nameForReverseLink": null, - "namePlural": "relevantFor" - }, - "https://openminds.ebrains.eu/vocab/unit": { - "_instruction": "Add the unit of measurement used for the value of this parameter setting.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/controlledTerms/UnitOfMeasurement" - ], - "description": "Determinate quantity adopted as a standard of measurement.", - "label": "Unit", - "labelPlural": "Units", - "name": "unit", - "nameForReverseLink": null, - "namePlural": "units" - }, - "https://openminds.ebrains.eu/vocab/value": { - "_instruction": "Enter the value of this parameter setting.", - "description": "Entry for a property.", - "label": "Value", - "labelPlural": "Values", - "name": "value", - "namePlural": "values", - "type": [ - "number", - "string" - ] - } - }, - "required": [ - "https://openminds.ebrains.eu/vocab/description", - "https://openminds.ebrains.eu/vocab/name", - "https://openminds.ebrains.eu/vocab/relevantFor", - "https://openminds.ebrains.eu/vocab/value" - ] -} \ No newline at end of file