@wbg-mde/i18n-manager
Version:
Metadata Editor Translation Manager.
1,312 lines (1,311 loc) • 37.1 kB
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Survey Microdata Schema [DRAFT]",
"description": "Schema for Survey data type based on DDI 2.5",
"type": "object",
"properties": {
"docDscr": {
"type": "object",
"title": "Document Description",
"description": "Study Description",
"properties": {
"titl": {
"type": "string",
"title": "Title",
"description": "Title"
},
"subTitl": {
"type": "string",
"title": "Subtitle",
"description": "Subtitle"
},
"altTitl": {
"type": "string",
"title": "Alternative Title"
},
"parTitl": {
"title": "Parallel Title",
"type": "string"
},
"idno": {
"title": "ID Number",
"type": "string"
},
"authEnty": {
"type": "array",
"title": "Primary Investigators",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Agency Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
}
}
},
"required": [
"name"
]
},
"othId": {
"type": "array",
"title": "Other Identifications /Acknowledgments",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name"
]
},
"producer": {
"type": "array",
"title": "Producers",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"affiliation": {
"type": "string",
"title": "Affiliation"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name"
]
},
"copyright": {
"title": "Copyright",
"type": "string"
},
"prodDate": {
"title": "Date of Production",
"type": "string"
},
"prodPlac": {
"title": "Place of Production",
"type": "string"
},
"software": {
"title": "Software Used in Production",
"type": "string"
},
"fundAg": {
"type": "array",
"title": "Fundings",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name",
"role"
]
},
"grantNo": {
"title": "Grant Number",
"type": "string"
},
"distStmt": {
"type": "object",
"title": "Distributor Statement",
"properties": {
"contact": {
"type": "array",
"title": "Contact",
"description": "Contact",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
},
"email": {
"title": "Email",
"type": "string"
}
}
},
"required": [
"name"
]
},
"depositr": {
"type": "array",
"title": "Depositor",
"description": "Depositor",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
}
}
},
"required": [
"name"
]
},
"depDate": {
"title": "Date of Deposit",
"type": "string"
},
"distDate": {
"title": "Date of Distribution",
"type": "string"
}
}
},
"serStmt": {
"type": "object",
"title": "Series Statement",
"properties": {
"serName": {
"title": "Series Name",
"type": "string",
"enum": [
"Agricultural Survey",
"Child Labour Survey",
"Priority Survey",
"Population Survey"
]
},
"serInfo": {
"title": "Series Information",
"type": "string"
}
}
},
"verStmt": {
"type": "object",
"title": "Version Statement",
"properties": {
"version": {
"title": "Version",
"type": "string"
},
"date": {
"title": "Version Date",
"type": "string"
},
"verResp": {
"title": "Version Responsibility Statement",
"type": "string"
},
"notes": {
"title": "Version Notes",
"type": "string"
}
}
},
"biblCit": {
"type": "string",
"title": "Bibliographic Citation"
},
"holdings": {
"type": "array",
"title": "Holdings Information",
"description": "Holdings Information",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"location": {
"title": "Location",
"type": "string"
},
"callno": {
"title": "Callno",
"type": "string"
},
"uri": {
"title": "URI",
"type": "string"
}
}
},
"required": [
"name"
]
}
}
},
"stdyDscr": {
"type": "object",
"description": "Study Description",
"properties": {
"titl": {
"type": "string",
"title": "Title",
"description": "Title"
},
"subTitl": {
"type": "string",
"title": "Subtitle",
"description": "Subtitle"
},
"altTitl": {
"type": "string",
"title": "Alternative Title"
},
"parTitl": {
"title": "Parallel Title",
"type": "string"
},
"idno": {
"title": "ID Number",
"type": "string"
},
"authEnty": {
"type": "array",
"title": "Primary Investigators",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Agency Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
}
}
},
"required": [
"name"
]
},
"othId": {
"type": "array",
"title": "Other Identifications /Acknowledgments",
"description": "Other Identifications /Acknowledgments",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name"
]
},
"producer": {
"type": "array",
"title": "Producers",
"description": "Producers",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"affiliation": {
"type": "string",
"title": "Affiliation"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name"
]
},
"copyright": {
"title": "Copyright",
"type": "string"
},
"prodDate": {
"title": "Date of Production",
"type": "string"
},
"prodPlac": {
"title": "Place of Production",
"type": "string"
},
"software": {
"title": "Software Used in Production",
"type": "string"
},
"fundAg": {
"type": "array",
"title": "Fundings",
"description": "Fundings",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"role": {
"title": "Role",
"type": "string"
}
}
},
"required": [
"name",
"role"
]
},
"grantNo": {
"title": "Grant number",
"type": "string"
},
"distStmt": {
"type": "object",
"title": "Distributor Statement",
"properties": {
"contact": {
"type": "array",
"title": "Contact",
"description": "Contact",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
},
"email": {
"title": "Email",
"type": "string"
}
}
},
"required": [
"name"
]
},
"depositr": {
"type": "array",
"title": "Depositor",
"description": "Depositor",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
}
}
},
"required": [
"name"
]
},
"depDate": {
"title": "Date of Deposit",
"type": "string"
},
"distDate": {
"title": "Date of Distribution",
"type": "string"
}
}
},
"serStmt": {
"type": "object",
"title": "Series Statement",
"properties": {
"serName": {
"title": "Series Name",
"type": "string",
"enum": [
"Agricultural Survey",
"Child Labour Survey",
"Priority Survey",
"Population Survey"
]
},
"serInfo": {
"title": "Series Information",
"type": "string"
}
}
},
"verStmt": {
"type": "object",
"title": "Version Statement",
"properties": {
"version": {
"title": "Version",
"type": "string"
},
"date": {
"title": "Version Date",
"type": "string"
},
"verResp": {
"title": "Version Responsibility Statement",
"type": "string"
},
"notes": {
"title": "Version Notes",
"type": "string"
}
}
},
"biblCit": {
"type": "string",
"title": "Bibliographic Citation"
},
"holdings": {
"type": "array",
"title": "Holdings Information",
"description": "Holdings Information",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"location": {
"title": "Location",
"type": "string"
},
"callno": {
"title": "Callno",
"type": "string"
},
"uri": {
"title": "URI",
"type": "string"
}
}
},
"required": [
"name"
]
},
"studyInfo": {
"type": "object",
"title": "Study scope",
"properties": {
"keywords": {
"type": "array",
"description": "Keywords",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Keyword",
"type": "string"
}
}
}
},
"topcClas": {
"type": "array",
"title": "Topic Classification",
"description": "Topic Classification",
"items": {
"type": "object",
"properties": {
"topic": {
"title": "Topic",
"type": "string"
},
"vocab": {
"title": "Vocab",
"type": "string"
},
"vocabURI": {
"title": "VocabURI",
"type": "string"
}
}
}
},
"abstract": {
"title": "Abstract",
"type": "string"
},
"timePrd": {
"type": "array",
"title": "Time periods (YYYY/MM/DD)",
"description": "Time periods (YYYY/MM/DD)",
"items": {
"type": "object",
"properties": {
"date": {
"title": "Date",
"type": "string"
},
"event": {
"title": "Event",
"type": "string"
},
"cycle": {
"title": "Cycle",
"type": "string"
}
}
},
"required": [
"date"
]
},
"collDate": {
"type": "array",
"title": "Dates of Data Collection (YYYY/MM/DD)",
"description": "Dates of Data Collection (YYYY/MM/DD)",
"items": {
"type": "object",
"properties": {
"date": {
"title": "Date",
"type": "string"
},
"event": {
"title": "Event",
"type": "string"
},
"cycle": {
"title": "Cycle",
"type": "string"
}
}
},
"required": [
"date"
]
},
"nation": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbreviation": {
"title": "Abbreviation",
"type": "string"
}
}
},
"required": [
"name"
]
},
"geogCover": {
"description": "Geographic coverage",
"title": "Geographic Coverage",
"type": "string"
},
"geogUnit": {
"description": "Geographic coverage",
"title": "Geographic Unit",
"type": "string"
},
"geoBndBox": {
"title": "Geographic Bounding Box",
"type": "array",
"items": {
"type": "object",
"properties": {
"west": {
"title": "West",
"type": "string"
},
"east": {
"title": "East",
"type": "string"
},
"south": {
"title": "South",
"type": "string"
},
"north": {
"title": "North",
"type": "string"
}
}
}
},
"boundPoly": {
"title": "Geographic Bounding Polygon",
"type": "array",
"items": {
"type": "object",
"properties": {
"gringLat": {
"title": "Latitude",
"type": "string"
},
"gringLon": {
"title": "Longitude",
"type": "string"
}
}
}
},
"anlyUnit": {
"title": "Unit of Analysis",
"type": "string"
},
"universe": {
"title": "Universe",
"type": "string"
},
"dataKind": {
"title": "Kind of Data",
"type": "string",
"enum": [
"Sample survey data[ssd]",
"Census/enumeration data[cen]",
"Administrative records data[adm]",
"Aggregate data[agg]",
"Event/transaction data[even]",
"Observation data/ratings[obs]"
]
},
"notes": {
"title": "Notes",
"type": "string"
}
}
},
"method": {
"type": "object",
"title": "Methodology and Processing",
"properties": {
"timeMeth": {
"description": "Time Method",
"title": "Time Method",
"type": "string"
},
"dataCollector": {
"title": "Data Collector",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"abbr": {
"title": "Abbreviation",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
}
}
}
},
"frequenc": {
"title": "Frequency of Data Collection",
"type": "string"
},
"sampProc": {
"title": "Sampling Procedure",
"type": "string"
},
"deviat": {
"title": "Major Deviations from the Sample Design",
"type": "string"
},
"collMode": {
"title": "Mode of Data Collection",
"type": "string",
"enum": [
"Computer Assisted Personal Interview[capi]",
"Computer Assisted Telephone Interview[cati]",
"Face-to-Face[f2f]",
"Focus Group[foc]",
"Internet[int]",
"Other[oth]"
]
},
"resInstru": {
"title": "Type of Research Instrument",
"type": "string",
"description": "The type of data collection instrument used. \"Structured\" indicates an instrument in which all respondents are asked the same questions/tests, possibly with precoded answers. If a small portion of such a questionnaire includes open-ended questions, provide appropriate comments. \"Semi-structured\" indicates that the research instrument contains mainly open-ended questions. \"Unstructured\" indicates that in-depth interviews were conducted. "
},
"dataSrc": {
"title": "Data Sources",
"type": "string"
},
"srcOrig": {
"title": "Origins of Sources",
"type": "string"
},
"srcChar": {
"title": "Characteristics of Source Noted",
"type": "string"
},
"srcDocu": {
"title": "Documentation and Access to Sources",
"type": "string"
},
"collSitu": {
"title": "Characteristics of Data Collection Situation",
"type": "string"
},
"actMin": {
"title": "Actions to Minimize Losses",
"type": "string"
},
"ConOps": {
"title": "Control Operations",
"type": "string"
},
"weight": {
"title": "Weighting",
"type": "string"
},
"cleanOps": {
"title": "Cleaning Operations",
"type": "string"
},
"notes": {
"title": "Notes",
"type": "string"
},
"respRate": {
"title": "Response Rate",
"type": "string"
},
"EstSmpErr": {
"title": "Estimates of Sampling Error",
"type": "string"
},
"dataAppr": {
"title": "Other Forms of Data Appraisal",
"type": "string"
},
"stdyClas": {
"title": "Class of the Study",
"type": "string"
}
}
},
"dataAccess": {
"type": "object",
"title": "Methodology and Processing",
"properties": {
"accsPlac": {
"title": "Location of Data Collection",
"type": "string"
},
"origArch": {
"title": "Original Archive Where Collection Stored",
"type": "string"
},
"avlStatus": {
"title": "Availability Status",
"type": "string"
},
"collSize": {
"title": "Extent of Collection",
"type": "string"
},
"complete": {
"title": "Completeness of Study Stored",
"type": "string"
},
"fileQnty": {
"title": "Number of Files",
"type": "string"
}
}
},
"dataAccess_useStmt": {
"type": "object",
"title": "Use Statement",
"properties": {
"confDec": {
"title": "Confidentiality Declaration Txt",
"type": "string"
},
"confDecUri": {
"title": "Confidentiality Declaration URI",
"type": "string"
},
"specPerm ": {
"title": "Special Permissions",
"type": "string"
},
"restrctn": {
"title": "Restrictions",
"type": "string"
},
"contact": {
"type": "array",
"title": "Data Access Contact",
"items": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string"
},
"affiliation": {
"title": "Affiliation",
"type": "string"
},
"email": {
"title": "Email",
"type": "string"
}
}
},
"required": [
"name"
]
},
"citReq": {
"title": "Citation Requirement",
"type": "string"
},
"deposReq": {
"title": "Deposit Requirement",
"type": "string"
},
"Conditions": {
"title": "Access Conditions",
"type": "string"
},
"disclaimer": {
"title": "Disclaimer",
"type": "string"
}
}
}
}
},
"datasets": {
"description": "Description of data files",
"type": "object",
"properties": {
"fileDscr": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Unique File ID",
"description": "Unique File ID"
},
"uri": {
"type": "string",
"title": "File URI",
"description": "File URI"
},
"fileName": {
"description": "File Name",
"title": "File Name",
"type": "string"
},
"caseQnty": {
"description": "Cases Count",
"title": "Cases Count",
"type": "string"
},
"varQnty": {
"description": "Variable Count",
"title": "Variable Count",
"type": "string"
},
"fileType": {
"description": "File Type",
"title": "File Type",
"type": "string"
},
"fileCont": {
"description": "File Content",
"title": "File Content",
"type": "string"
},
"filePlac": {
"description": "Producer",
"title": "Producer",
"type": "string"
},
"dataChck": {
"description": "Data Processing Checks",
"title": "Data Processing Checks",
"type": "string"
},
"dataMsng": {
"description": "Missing Data",
"title": "Missing Data",
"type": "string"
},
"version": {
"description": "File Version Information",
"title": "File Version Information",
"type": "string"
},
"notes": {
"description": "Notes",
"title": "Notes",
"type": "string"
}
}
},
"required": [
"name"
]
}
},
"required": [
"id",
"fileName"
]
},
"variables": {
"description": "Description of variables",
"title": "Variables",
"type": "object",
"properties": {
"variable": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Unique Var ID",
"description": "Unique Var ID"
},
"fileID": {
"type": "string",
"title": "File ID",
"description": "File ID"
},
"name": {
"title": "Name",
"type": "string"
},
"labl": {
"title": "Label",
"type": "string"
},
"dcml": {
"type": "string",
"title": "Decimals"
},
"varFormat": {
"title": "Data type",
"type": "string"
},
"intrvl": {
"type": "string",
"title": "Interval type",
"description": "indicates the interval type; options are discrete or continuous"
},
"location": {
"type": "object",
"title": "Variable location informaiton",
"properties": {
"StartPos": {
"title": "Start position",
"type": "string"
},
"EndPos": {
"title": "End position",
"type": "string"
},
"width": {
"title": "Width",
"type": "string"
}
},
"required": [
"width"
]
},
"imputation": {
"type": "string",
"title": "Imputation"
},
"security": {
"type": "string",
"title": "Security"
},
"respUnit": {
"type": "string",
"title": "Source of information"
},
"qstn": {
"type": "object",
"title": "Question",
"properties": {
"preQTxt": {
"title": "Prequestion text",
"type": "string"
},
"qstnLit": {
"title": "Literal question text",
"type": "string"
},
"postQTxt": {
"title": "Post question text",
"type": "string"
},
"ivuInstr": {
"title": "Interview instructions",
"type": "string"
}
},
"required": [
"width"
]
},
"concept": {
"type": "array",
"title": "Concepts",
"items": {
"type": "object",
"properties": {
"value": {
"title": "Text",
"type": "string"
},
"vocab": {
"title": "Vocabulary",
"type": "string"
},
"vocabURI": {
"title": "Vocabulary URI",
"type": "string"
}
},
"required": [
"value"
]
}
},
"catgry": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"title": "Value",
"type": "string"
},
"labl": {
"title": "Label",
"type": "string"
}
},
"required": [
"value",
"labl"
]
}
},
"universe": {
"title": "Universe",
"type": "string"
},
"notes": {
"title": "Notes",
"type": "string"
},
"txt": {
"title": "Variable definition",
"type": "string"
},
"codInstr": {
"title": "Recoding and derivation",
"type": "string"
},
"sumStat": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"title": "Type",
"type": "string",
"description": "mean, medn, mode, vald, invd, min, max, stdev, other"
},
"value": {
"title": "Value",
"type": "string"
},
"weight": {
"title": "Weight",
"type": "string"
},
"wgtd": {
"title": "Is Weighted?",
"type": "string",
"description": "wgtd, not-wgtd"
}
},
"required": [
"value",
"labl"
]
}
}
}
},
"required": [
"variable"
]
}
}
},
"varGrp": {
"type": "array",
"description": "Description of variable group",
"title": " ",
"items": {
"type": "object",
"properties": {
"type": {
"title": "Type",
"type": "string",
"enum": [
"subject",
"section",
"multiResp",
"grid",
"display",
"repetition",
"version",
"iteration",
"analysis",
"pragmatic",
"record",
"file",
"randomized",
"other"
]
},
"labl": {
"title": "Label",
"type": "string"
},
"universe": {
"title": "Universe",
"type": "string"
},
"notes": {
"title": "Notes",
"type": "string"
},
"txt": {
"title": "Text",
"type": "string"
},
"defntn": {
"title": "Definition",
"type": "string"
}
}
}
},
"othrMat": {
"description": "todo",
"type": "string"
}
}
}