Last active
March 13, 2021 20:16
-
-
Save baskaufs/6a37c39f70a228d38d5ebda28651ffca to your computer and use it in GitHub Desktop.
Simple configuration file for university faculty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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