dnet-hadoop/dhp-workflows/dhp-rdfconverter/src/main/resources/eu/dnetlib/dhp/rdfconverter/bioschema/generate_dataset.json

32 lines
866 B
JSON

[
{
"paramName": "n",
"paramLongName": "nameNode",
"paramDescription": "the Name Node URI",
"paramRequired": true
},
{
"paramName": "w",
"paramLongName": "workingPath",
"paramDescription": "the working path",
"paramRequired": true
},
{
"paramName": "i",
"paramLongName": "rdfInput",
"paramDescription": "sequence file inside working path that contains rdf records",
"paramRequired": true
},
{
"paramName": "o",
"paramLongName": "output",
"paramDescription": "relative path inside workingpath where bioschema dataset in datacite format will be stored",
"paramRequired": true
},
{
"paramName": "p",
"paramLongName": "profile",
"paramDescription": "the input data profile that has to be used for conversion (https://bioschemas.org/profiles/)",
"paramRequired": true
}
]