# DataCollectionMasa-template.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "../Documentation/Implementation/data_model/Json/",
"title": "DataCollectionMasa",
"description": "DataCollectionMasa template",
"dataTypes": null,
"type": "object",
"class": "DataCollectionMasa",
"properties": {
"title": {
"type": "string",
"description": "Data collection title",
"label@fr_FR": "Nom de la méthode",
"label@en_GB": "Name of the implemented method",
"tooltip": null,
"form_label@fr_FR": "Nom de la méthode",
"form_label@en_GB": "Name of the implemented method"
},
"archeoOperation": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "SpecificData",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "MasaArcheoOperation",
"required": [
"dbid"
]
},
"description": "Identification of associated archaeological operations (optional)",
"label@fr_FR": "Opération(s) archéologique(s) associée(s) aux données (optionnel)",
"label@en_GB": "Archaeological operation(s) associated with data set (optional)",
"tooltip@fr_FR": "Cette section n'est à renseigner que si le projet de recherche est étroitement lié à une ou des opérations archéologiques : publication de sites, SIG, etc.",
"tooltip@en_GB": "This section should only be completed if the research project is closely linked to one or more archaeological operations: publication of sites, GIS, etc.",
"form_label@fr_FR": "Opération(s) archéologique(s) associée(s) aux données (optionnel)",
"form_label@en_GB": "Archaelological operation(s) associated with data set (optional)"
},
"description": {
"type": "string",
"description": "Description of data collection",
"inputType": "textarea",
"label@fr_FR": "Description",
"label@en_GB": "Description",
"tooltip@fr_FR": "Expliquer quelle méthodologie est utilisée pour produire, collecter les données. Préciser si besoin le contexte de production, la fréquence de collecte des données.",
"tooltip@en_GB": "Explain the methodology used to produce and collect the data. Specify if necessary the context of production, the frequency of data collection.",
"form_label@fr_FR": "Décrire la méthode de collecte ou d'acquisition des données",
"form_label@en_GB": "Describe the method of data collection or acquisition"
},
"dataNature": {
"type": "string",
"description": "Data nature (observation, experiment, survey, …)",
"inputType": "dropdown",
"label@fr_FR": "Nature des données",
"label@en_GB": "Data Nature",
"registries": [
"DataNature"
],
"registryCategory": "DataNature",
"overridable": true,
"tooltip@fr_FR": "Sélectionner dans la liste déroulante la nature du produit de recherche",
"tooltip@en_GB": "Choose in the dropdown the research output data nature",
"form_label@fr_FR": "Nature des données",
"form_label@en_GB": "Data Nature"
},
"facility": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "TechnicalResource",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "TechnicalResourceStandard",
"required": [
"dbid"
]
},
"description": "Facility or instrument used to acquire data",
"label@fr_FR": "Equipements, plateaux techniques utilisés",
"label@en_GB": "Equipments, technical platforms used",
"inputType": "dropdown",
"registries": [
"CollectionServices"
],
"registryCategory": "CollectionService",
"overridable": true,
"tooltip": null,
"form_label@fr_FR": "Equipements, plateaux techniques utilisés pour la production ou l'acquisition de données",
"form_label@en_GB": "Equipments, technical platforms used for production or acquisition of data"
},
"methodReference": {
"type": "array",
"table_header": null,
"items": {
"type": "object",
"class": "ResourceReferenceStandard",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "MethodReference",
"required": [
"dbid"
]
},
"description": "References of protocols/methods employed",
"label@fr_FR": "Références associées",
"label@en_GB": "Related references",
"tooltip": null,
"form_label@en_GB": "Indicate the reference(s) of the methods",
"form_label@fr_FR": "Indiquer la ou les références des méthodes/protocoles utilisés"
},
"contributor": {
"type": "array",
"table_header@fr_FR": "Nom",
"table_header@en_GB": "Name",
"items": {
"type": "object",
"class": "Contributor",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "ContributorStandard",
"required": [
"dbid"
]
},
"description": "Persons involved in the data collection procedure",
"label@fr_FR": "Personnes impliquées dans la production ou la collecte des données",
"label@en_GB": "Data producers or collectors",
"tooltip@fr_FR": "Il peut s'agir d'une ou plusieurs personnes, d'une équipe, d'un service",
"tooltip@en_GB": "It can be one or more people, a team, a department",
"form_label@fr_FR": "Personnes impliquées dans la production ou la collecte des données",
"form_label@en_GB": "Data producers or collectors"
},
"cost": {
"type": "array",
"table_header@fr_FR": "Type de coût : montant",
"table_header@en_GB": "Cost type: amount",
"items": {
"type": "object",
"class": "Cost",
"properties": {
"dbid": {
"type": "number"
}
},
"template_name": "CostStandard",
"required": [
"dbid"
]
},
"description": "Costs associated with data collection",
"label@fr_FR": "Coûts",
"label@en_GB": "Costs",
"tooltip": null,
"form_label@fr_FR": "Coûts liés à la collecte/production des données",
"form_label@en_GB": "Data collection/production associated costs"
}
},
"required": [
"description",
"dataNature"
],
"to_string": []
}