# ResearchOutputDescriptionStandard-template.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "ResearchOutputDescriptionStandard",
"description": "ResearchOutputDescriptionStandard template",
"dataTypes": null,
"type": "object",
"class": "ResearchOutputDescriptionStandard",
"properties": {
"title": {
"type": "string",
"description": "Title of the research output",
"label@fr_FR": "Nom",
"label@en_GB": "Name",
"tooltip": null,
"form_label@fr_FR": "Nom complet",
"form_label@en_GB": "Full name"
},
"shortName": {
"type": "string",
"description": "Short name of the research output",
"label@fr_FR": "Nom abrégé",
"label@en_GB": "Short name",
"tooltip": null,
"hidden": true,
"form_label@fr_FR": "Nom abrégé",
"form_label@en_GB": "Short name"
},
"description": {
"type": "string",
"description": "Brief description of the research output",
"inputType": "textarea",
"label@fr_FR": "Description",
"label@en_GB": "Description",
"tooltip@fr_FR": "Résumé décrivant l'objet et la portée du jeu de données (intérêt, objectifs, contexte de production,…)",
"tooltip@en_GB": "Summary describing the purpose and scope of the dataset (interest, objectives, production context, etc.)",
"form_label@fr_FR": "Décrire succinctement le produit de recherche",
"form_label@en_GB": "Briefly describe the research output"
},
"type": {
"type": "string",
"description": "Type of the research output, as defined in DataCite schema",
"label@fr_FR": "Type",
"label@en_GB": "Type",
"tooltip@fr_FR": "Les types de produits de recherche sont issus du schéma DataCite 4.6.",
"tooltip@en_GB": "The types of research outputs are based on resourceTypeGeneral property from DataCite Metadata Schema 4.6. ",
"hidden": true,
"form_label@fr_FR": "Type de produit de recherche",
"form_label@en_GB": "Research output type"
},
"workPackage": {
"type": "string",
"description": "Workpackage name",
"label@fr_FR": "Workpackage",
"label@en_GB": "Workpackage",
"tooltip@fr_FR": "Indiquer le nom ou le numéro de la tâche (ou workpackage). Pour en savoir plus : consulter le Glossaire",
"tooltip@en_GB": "Indicate the name or number of the task (or workpackage). For more information: consult the Glossary",
"example@fr_FR": "WP1, WP2",
"example@en_GB": "WP1, WP2",
"form_label@fr_FR": "Indiquer, si besoin, la tâche (ou workpackage) à laquelle est rattaché le produit de recherche",
"form_label@en_GB": "Indicate, if necessary, the task (or workpackage) to which the research ouput is attached "
},
"controlledKeyword": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "ControlledKeyword",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ControlledKeywordStandard",
"required": [
"dbid"
]
},
"minItems": 1,
"description": "Keyword(s) from controlled vocabulary(ies) or ontology(ies)",
"label@fr_FR": "Mots clés",
"label@en_GB": "Keywords",
"inputType": "dropdown",
"registries": [
"GEMET",
"Pactols Lieux",
"Pactols Sujets",
"Thésaurus Biodiversité Istex Loterre",
"Thésaurus INRAE",
"Thésaurus MeSH Istex Loterre"
],
"registryCategory": "Keyword",
"tooltip@fr_FR": "Choisir un ou plusieurs mots-clés à partir des référentiels thématiques proposés dans la liste (Pour en savoir plus, consulter la page A propos des référentiels)",
"tooltip@en_GB": "Choose on or more keywords selected from the thematic registries (For more information, see the webpage About registries)",
"form_label@fr_FR": "Mots clés contrôlés (vocabulaire, thésaurus, lexique...)",
"form_label@en_GB": "Controlled keywords (vocabulary, thesaurus, lexicon...)"
},
"uncontrolledKeywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Free text keywords",
"label@fr_FR": "Mots clés (texte libre)",
"label@en_GB": "Keywords (free-text)",
"tooltip@fr_FR": "Autres mots clés libres pour préciser la description du jeu de données. Eviter les acronymes et les mots clés trop génériques ",
"tooltip@en_GB": "Other free keywords to specify the description of the dataset. Avoid acronyms and overly generic keywords",
"form_label@fr_FR": "Mots clés (texte libre)",
"form_label@en_GB": "Uncontrolled keyword(s) (free-text)"
},
"language": {
"type": "string",
"length": "3",
"description": "Data language code (ISO 639-3)",
"inputType": "dropdown",
"label@fr_FR": "Langue",
"label@en_GB": "Language",
"registries": [
"ISO639-3"
],
"registryCategory": "ISO639-3",
"tooltip": null,
"form_label@fr_FR": "Indiquer la langue dans laquelle est décrit le produit de recherche",
"form_label@en_GB": "Indicate the language in which the research output is described"
},
"contact": {
"type": "array",
"table_header@fr_FR": "Nom",
"table_header@en_GB": "Name",
"items": {
"type": "object",
"class": "Contributor",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ContributorConstantRole",
"required": [
"dbid"
]
},
"minItems": 1,
"description": "Producer or holder of research data",
"label@fr_FR": "Personne contact",
"label@en_GB": "Contact Person",
"tooltip@fr_FR": "Personne contact pour ce produit de recherche",
"tooltip@en_GB": "Person to contact about this research output",
"form_label@fr_FR": "Personne contact",
"form_label@en_GB": "Contact Person"
},
"issuedDate": {
"type": "string",
"format": "date",
"description": "Date of data publication",
"label@fr_FR": "Date de publication",
"label@en_GB": "Issued Date",
"tooltip@fr_FR": "Date à laquelle les données sont publiées",
"tooltip@en_GB": "Date when data is published",
"form_label@fr_FR": "Date de publication",
"form_label@en_GB": "Issued Date"
},
"datasetId": {
"type": "string",
"description": "Persistent identifier assigned to the research product",
"label@fr_FR": "Identifiant pérenne",
"label@en_GB": "Persistent identifier",
"tooltip": null,
"form_label@fr_FR": "Identifiant pérenne du produit de recherche (à compléter après dépôt dans un entrepôt de données)",
"form_label@en_GB": "Research output persistent identifier (to fill in after deposit in an data repository)"
},
"idType": {
"type": "string",
"description": "Identification system",
"inputType": "dropdown",
"label@fr_FR": "Type d'identifiant",
"label@en_GB": "Identifier type",
"registries": [
"PIDSystem"
],
"registryCategory": "PIDSystem",
"overridable": true,
"tooltip": null,
"form_label@fr_FR": "Type d'identifiant du produit de recherche",
"form_label@en_GB": "Research output identifier type"
},
"containsPersonalData": {
"type": "string",
"description": "Indicates whether the data contains personal data",
"label@fr_FR": "Contient des données personnelles ?",
"label@en_GB": "May contain personal data?",
"tooltip": null,
"hidden": true,
"form_label@fr_FR": "Le produit de recherche contient-il des données personnelles ?",
"form_label@en_GB": "Does the research output contain personal data?"
},
"containsSensitiveData": {
"type": "string",
"description": "Indicates whether the data is sensitive due to intellectual property rights or contract",
"inputType": "dropdown",
"label@fr_FR": "Contient des données sensibles ?",
"label@en_GB": "May contain sensible data?",
"registries": [
"YesNoUnknown"
],
"registryCategory": "YesNoUnknown",
"tooltip": null,
"form_label@fr_FR": "Le produit de recherche contient-il des données sensibles ?",
"form_label@en_GB": "Does the research output contain sensitive data?"
},
"hasEthicalIssues": {
"type": "string",
"description": "Indicates whether the context of production of the research product includes ethical implications",
"inputType": "dropdown",
"label@fr_FR": "Prend en compte des aspects éthiques ?",
"label@en_GB": "May take ethical issues into account?",
"registries": [
"YesNoUnknown"
],
"registryCategory": "YesNoUnknown",
"tooltip": null,
"form_label@fr_FR": "Le contexte de production du produit de recherche prend-il en compte des aspects éthiques ?",
"form_label@en_GB": "Does the production context of the research output takes ethical issues into account?"
}
},
"required": [
"title",
"description",
"type",
"controlledKeyword",
"language",
"contact",
"containsPersonalData",
"containsSensitiveData",
"hasEthicalIssues"
],
"to_string": [],
"default": {
"fr_FR": {
"contact": {
"role": "Personne contact"
}
},
"en_GB": {
"contact": {
"role": "Contact Person"
}
}
}
}