Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Last active March 13, 2021 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/6a37c39f70a228d38d5ebda28651ffca to your computer and use it in GitHub Desktop.
Save baskaufs/6a37c39f70a228d38d5ebda28651ffca to your computer and use it in GitHub Desktop.
Simple configuration file for university faculty
{
"data_path": "",
"item_source_csv": "",
"item_pattern_file": "",
"outfiles": [
{
"manage_descriptions": true,
"label_description_language_list": [
"en"
],
"output_file_name": "faculty.csv",
"prop_list": [
{
"pid": "P31",
"variable": "instance_of",
"value_type": "item",
"qual": [],
"ref": []
},
{
"pid": "P21",
"variable": "sex_gender",
"value_type": "item",
"qual": [],
"ref": []
},
{
"pid": "P108",
"variable": "employer",
"value_type": "item",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P101",
"variable": "field",
"value_type": "item",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment